/assets/:assetId/versions/:versionId

Default

Updated 9 months ago


API Request Example

To retrieve asset versions, you can use the following curl command:

curl --request GET \
     --url https://api.air.inc/v1/assets/assetId/versions/versionId \
     --header 'accept: application/json'

Click Try It! to start a request and see the response here! Or choose an example:

Response Format

Example response:

{
  "default": "value",
  "updated": "9 months ago"
}