📣 this endpoint provide metrics of a project , In the GET request URL the project ID has to be provided ,🔰 The end point calculate the metrics such as Total Views , Total Collection , Total Storage , Total Transcoding Hour📢 Info message : Here URL is contructed likeGET/projects/<project_id>/metrics
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'http://localhost:8080/v1/projects/f32a0116-fe11-454c-8e6a-5ff4101882e5/matrices'