get
https://services.scaleup.com.br/backoffice/v1/medias/
Endpoint to search media's metadata
Important! Before any request be sure you're authenticated and the Authorization token has not expired.
If the request is done on behalf of another user, the header must contain the X-User-Code attribute for that user to be captured.
To query the data of a given media, use this endpoint informing the media code (Returned as code in the media creation response object) as a parameter.
The status of the Media will change depending on the processing until it is completed. The media will go through the following statuses:
DRAFT
UPLOADED
EXTRACT_METADATA
EXTRACT_POSTER_THUMB
UPLOADED_POSTER
COMPRESS_ENCODE
UPLOAD_UPDATE
ERROR
COMPLETED
This endpoint return an Authorization header just like the Authenticate service and it can be used to play the videos in your APP or any other desired place.
