cURL
curl --request GET \ --url https://api.crevio.co/v1/experiences \ --header 'Authorization: <api-key>'
{ "items": [ { "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" } ], "pagination": { "count": 123, "from": 123, "in": 123, "last": 123, "limit": 123, "next": 123, "previous": 123, "offset": 123, "page": 123, "pages": 123, "to": 123 } }
Returns a paginated list of experiences for the current account
API key in the format: Bearer {api_token}
Filter by experience type (e.g. Community, Course, Download)
Page number (1-based)
x >= 1
Items per page
1 <= x <= 100
Paginated list of experiences
Show child attributes
Was this page helpful?