Skip to main content
GET
/
api
/
v1
/
media
/
{id}
/
download-url
cURL
curl --request GET \
  --url https://sandbox.api.nkama.ga/api/v1/media/{id}/download-url \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer access token (JWT) issued by Keycloak or the sandbox token endpoint.

Path Parameters

id
string<uuid>
required

Response

200 - */*

OK

url
string<uri>