cURL
curl --request GET \ --url https://{defaultHost}/v5/app/experiences/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "created_at": 123, "name": "<string>", "company_id": "<string>", "product_ids": [ "<string>" ], "app_id": "<string>", "app_icon_url": "<string>", "access_level": "<string>", "features": [ "<string>" ], "metadata": {}, "hub_url": "<string>" }
Returns an experience
App API key for /v5/app and /v5/company endpoints
The ID of the Experience, which will look like exp_*************
A successful response
The response is of type object.
object
Was this page helpful?