Get experience by ID

Returns a hydrated experience by its ID.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

spaceIdstringRequired
environmentIdstringRequired
idstringRequired

Headers

cf-environment-uuidstringRequiredformat: "uuid"

UUID of the environment (required on the delivery API).

Query parameters

access_tokenstringOptional
optimization-profile-idstringOptional
localestringOptional
previewanyOptional
variantstringOptional

Response

200
object
OR
object

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error
500
Internal Server Error