curl --request GET \
--url https://api.posta.co/assets/{id}/versions/{versionId}/download \
--header 'X-Api-Key: <api-key>'{
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"status": 400,
"errors": {}
}Returns a redirect (302) to the Asset Version.
curl --request GET \
--url https://api.posta.co/assets/{id}/versions/{versionId}/download \
--header 'X-Api-Key: <api-key>'{
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"status": 400,
"errors": {}
}The unique identifier of the Asset. Format: 'ast_' followed by alphanumeric string.
The unique identifier of the Asset Version. Format: 'astv_' followed by alphanumeric string.
The URL of the requested resource has been changed temporarily. The new URL is given in the response.