EndpointDocument

Response Model for Endpoint Document

This is the representation of the EndpointDocument data structure which you receive in the Endpoint API response.

{
  "action": "checkIn",
  "token": "wifhjw93rvkns",
  "url": "https://example.com/checkIn",
  "method": "POST",
  "integrationId": "2c9dc51e-a03a-4356-ac96-35577d9b3c52"
}

Endpoint Actions

action must be one of the below items. This can extend in the future to support more actions.

Both getCheckInStatus and getSpaces can be registered as POST or GET methods and it is your personal preference to choose which method you like to use. Whether you choose POST or GET the behavior is the same. But you cannot register an action with both methods at the same time.

Last updated