Get Asset Uploaders
OpenAPI spec
Example
curl -i --request GET \
--url https://environment.monterosa.cloud/api/v2/brands/64915552-05a1-4d4b-81c7-39a6d06374d3/asset_uploaders \
--header 'Authorization: Bearer rJURvA6XuuHxG5RHauqR1yy64JQcTfGu' \
--header 'Content-Type: application/vnd.api+json'
{
"data": [
{
"attributes": {
"name": "John Doe"
},
"id": "660dc458-a454-4e82-9f8a-8d663896ab64",
"type": "user"
},
{
"attributes": {
"name": "Jane Doe"
},
"id": "7b1c858-a454-4e82-9f8a-8d663896ab64",
"type": "user"
},
{
"attributes": {
"name": "System"
}
"id": "787b1c84-bd7b-413e-a62b-294662fab116",
"type": "system_token"
}
]
}