cURL
curl --request GET \ --url https://api.crevio.co/v1/experiences/{prefix_id} \ --header 'Authorization: <api-key>'
{ "id": 123, "name": "<string>", "slug": "<string>", "description": "<string>", "accessType": "<string>", "itemType": "<string>", "prefixId": "<string>", "typeForDisplay": "<string>", "image": { "filename": "<string>", "contentType": "<string>", "byteSize": 123, "createdAt": "2023-11-07T05:31:56Z", "signedId": "<string>", "src": "<string>", "srcSet": "<string>" }, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Returns a specific experience
API key in the format: Bearer {api_token}
The resource prefix ID
Experience details
Show child attributes
Was this page helpful?