SpaceCodes

Space Code objects

Get space code

get
/v1/space-codes/{id}

This operation returns a single space code by its identifier.

Note: This operation needs Authentication and supports the following JSON:API features:

  • Relationships - experienceConfiguration, experienceConfiguration.experienceConfigurationMenus, experienceConfiguration.experienceConfigurationMenus.menu using include query parameter.

  • Sparse fieldsets - supports all fields of spaceCode with fields query parameter.

Authorizations
AuthorizationstringRequired

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Path parameters
idstring · uuid · min: 36 · max: 36Required

Universally unique ID (UUID) that identifies the space code.

Example: 5efa8b3c-b930-4b31-918d-95ab0e212e64
Query parameters
Responses
chevron-right
200

Successful response with space code data in JSON:API format.

application/vnd.api+json
get
/v1/space-codes/{id}

Last updated

Was this helpful?