SpaceCodes
Authorizations
AuthorizationstringRequired
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
Path parameters
idstring · uuid · min: 36 · max: 36RequiredExample:
Universally unique ID (UUID) that identifies the space code.
5efa8b3c-b930-4b31-918d-95ab0e212e64Query parameters
Responses
200
Successful response with space code data in JSON:API format.
application/vnd.api+json
400
Bad request.
application/vnd.api+json
401
Unauthorized.
application/vnd.api+json
404
Space code not found.
application/vnd.api+json
429
Too many requests.
application/vnd.api+json
500
Internal Server Error.
application/vnd.api+json
503
Service is unavailable.
application/vnd.api+json
get
/v1/space-codes/{id}Last updated
Was this helpful?