Skip to main content
GET
/
experiences
/
{prefix_id}
Get experience
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"
}

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Path Parameters

prefix_id
string
required

The resource prefix ID

Response

Experience details

id
integer
name
string
slug
string
description
string | null
accessType
string
itemType
string
prefixId
string
typeForDisplay
string
image
object
createdAt
string<date-time>
updatedAt
string<date-time>