Get Asset Media Types
GET
/api/v2/spaces/:space_id/asset_media_types
Path Parameters
Name
Type
Description
space_id
string
Space UUID
Headers
Name
Type
Description
Content-Type
string
application/vnd.api+json
Response
200 OK
{
"data": [
{
"id": "image/jpeg",
"type": "asset_media_types"
}
]
}
Example
curl -i --request GET \
--url https://environment.monterosa.cloud/api/v2/spaces/64915552-05a1-4d4b-81c7-39a6d06374d3/asset_media_types \
--header 'Authorization: Bearer rJURvA6XuuHxG5RHauqR1yy64JQcTfGu' \
--header 'Content-Type: application/vnd.api+json'
GET
/api/v2/spaces/:space_id/asset_media_types
Path Parameters
Name
Type
Description
space_id
string
Space UUID
Headers
Name
Type
Description
Authorization
string
Bearer token
Content-Type
string
application/vnd.api+json
Response
200 OK
{
"data": [
{
"id": "image/jpeg",
"type": "asset_media_types"
}
]
}
Example
curl -i --request GET \
--url https://environment.monterosa.cloud/api/v2/spaces/64915552-05a1-4d4b-81c7-39a6d06374d3/asset_media_types \
--header 'Authorization: Bearer rJURvA6XuuHxG5RHauqR1yy64JQcTfGu' \
--header 'Content-Type: application/vnd.api+json'
Last updated
Was this helpful?