Skip to main content
GET
/
published
/
media
/
{publishedId}
/
{imageId}
Retrieve a published media file
curl --request GET \
  --url https://app.myhero.so/published/media/{publishedId}/{imageId} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "message": "<string>",
  "details": [
    "<unknown>"
  ]
}

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

publishedId
string
required
Minimum string length: 1
imageId
string
required
Minimum string length: 1

Response

200 response