# Default

Updated 9 months ago

---

## API Request Example

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

```bash
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:

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