Skip to main content
GET
/
api
/
apps
/
{app_id}
/
collections
/
{collection_id}
Get a specific collection GET /api/apps/:app_id/collections/:collection_id
curl --request GET \
  --url https://api.example.com/api/apps/{app_id}/collections/{collection_id}

Path Parameters

app_id
string
required

Application ID

collection_id
string
required

Collection ID

Response

Collection details