cURL
curl --request GET \ --url https://{defaultHost}/v5/me/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>" }
Returns a single experience
User OAuth token for /v5/me endpoints
The ID of the Experience, which will look like exp_*************
experience retrieved
The response is of type object.
object
Was this page helpful?