Authorization header with your Personal Access Token (PAT). Tokens start with spote_ and are generated from your Settings page. The raw token value is shown only once at creation time — the server stores only a hashed representation.
Getting a token
Generate a Personal Access Token from your Spote Settings page. See Personal Access Tokens for a step-by-step guide.Using the token
Pass the token as a Bearer token in theAuthorization header of every request:
Token format
Tokens follow the formatspote_<32 hex characters>: