Skip to main content
SKOR uses one token endpoint, Generate Access Token, for the Modular API and Property Management API.

Generate an access token

Exchange your client_id and client_secret for a one-hour bearer token.

Credentials

Your integration receives a client_id and client_secret.

Generate a token

Send client_id as the HTTP Basic Auth username and client_secret as the HTTP Basic Auth password:
Do not send credentials in a JSON body. The returned token expires after one hour.

Use the token

Pass the token to protected endpoints:
Treat the token as a secret. Do not expose it in client-side code, logs, or public repositories.
Need credentials or help with authentication? Contact info@skortorent.com.