Elevate Authentication & Users API (1.2)

Download OpenAPI specification:Download

Authentication

Elevate API uses Bearer authentication (also called token authentication) - this is an HTTP authentication scheme that uses security tokens called bearer tokens. The bearer tokens used by Elevate are the industry standard JSON Web Tokens (JWT).

The client can obtain the token from this endpoint and must send this token in the Authorization header when making requests to other endpoints. Tokens will be valid for 15 minutes before a new token must be obtained.

authentication

The Elevate REST API uses JWT Bearer tokens for authentication