Need help? Call Live Support at +31 (0) 38 453 07 59

Attention! You're currently using the OT&E environment.

The `check` action is used to retrieve the categories that are available.

  • WebsocketsMethod
  • wss://adac.api.yoursrs.com/ws?session_id=sessionIdURL
  • application/jsonContent-Type
Name Type Description Restrictions
sessionId String UUID4, unique to session
Name Type Required / Optional Description Restrictions
api_key String Required Your ADAC API key
action Enum Required Action to perform

Possible values:

  • categories

Successful request

  • HTTP Status
  • application/jsonContent-Type
Name Type Required / Optional Description
action String Required Action executed, will always be 'categories' in this case.
data List <List> Required List of category lists, with the first element being the category position and the second being the category name. e.g. [1, 'Europe']

Failed requests

Generic errors can be expected.