To authenticate to the API you need to create an API token in the Staytus admin area. Once created, you'll have a token and secret. These should be sent with every request in the headers shown below.
X-Auth-Token - should contain the token
X-Auth-Secret - should contain the secret
However, only the token is generated, no secret is being generated. Is this out of date?
From the documentation:
However, only the token is generated, no secret is being generated. Is this out of date?