Authentication
Generate, refresh, and manage JSON Web Tokens for secure authentication.
The Concierge authentication API lets you securely manage user access and maintain active sessions across your applications. This streamlined suite of endpoints provides the necessary tools to retrieve, exchange, and refresh JSON Web Tokens (JWTs).
Base URL — https://api.zingle.me/v2
| Endpoint | Usage | Method |
|---|---|---|
| /oauth/exchange | Securely exchange an identity provider's access token for a valid JSON Web Token (JWT). | POST |
| /token | Authenticate a user by submitting a username and password to generate a new JSON Web Token (JWT). | POST |
| /token/refresh | Submit an existing JSON Web Token (JWT) to securely refresh it. | POST |
