Securely authenticate requests to the Altostrat SDX API using API Keys or OAuth 2.0.
https://api.altostrat.io
Authorization
header.{tokenId}:{teamId}:{secret}
tokenId
: The unique UUID of the API token record.teamId
: The UUID of the team the token belongs to.secret
: A randomly generated secret string (62 characters).{secret}
part is only shown once upon creation. Store it securely.
Authorization
header of your API requests using the Bearer
scheme:
429 Too Many Requests
errors.Bearer
token in the Authorization
header for subsequent API calls made by the web application itself.M2mAuth
, SiteInternalAuth
Bearer tokens).