Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

List template usage for a media asset

GET/v1/media/assets/{assetID}/usage
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Path parameters
assetIDstringrequired
Base64 URL-safe encoded asset key
Responses
200OK
asset_idstringrequired
asset_keystringrequired
media_urlstringrequired
template_refsTemplateUsageItem[] | nullrequired
Show properties
Array of TemplateUsageItem
editor_modestring
header_formatstring
languagestringrequired
namestringrequired
statusstringrequired
template_idstringrequired
updated_atstringrequired
400Bad Request
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
401Unauthorized
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
403Forbidden
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
422Unprocessable Entity
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X GET "/v1/media/assets/string/usage"
Response
{
  "asset_id": "string",
  "asset_key": "string",
  "media_url": "string",
  "template_refs": [
    {
      "editor_mode": "string",
      "header_format": "string",
      "language": "string",
      "name": "string",
      "status": "string",
      "template_id": "string",
      "updated_at": "string"
    }
  ]
}