Authorization¶
To access the Spaya API, you need to generate a token from the Spaya API page in your Spaya account
Unless specified, use the BearerToken class
Abstract class for login
- Returns
Request header with authorization information
- Return type
Simple Bearer Token Authorization
- Parameters
token (str) –
Returns: Request header with authorization information
- Return type