Recuperar mídia por ID.

Para recuperar um arquivo carregado, faça uma requisição GET para o endpoint api/Medias/{MEDIA_ID}.

Exemplo:

curl --request GET \
  --url https://api-cerberus-kong.socialminer.tech/api/Medias/{MEDIA_ID}
  --header 'Content-Type: application/octet-stream' \
  --header 'apikey: {APIKEY}' \
  --header 'version: 6.0'

Em caso de sucesso, o retorno de dará através do stream do arquivo com o http status 200.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Identificador da mídia.

Query Params
string

Identificador do telefone da WABA na Meta.

Headers
string

Gateway: usuário.

string

Gateway: grupo de origem.

string

Gateway: chave de acesso.

string
Defaults to 6
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

Quando houver algum erro de regra de negócio inválida.

401

Quando não autorizado.

500

Quando ocorrer um erro interno do servidor.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json