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

EndpointUsageMethod
/oauth/exchangeSecurely exchange an identity provider's access token for a valid JSON Web Token (JWT).POST
/tokenAuthenticate a user by submitting a username and password to generate a new JSON Web Token (JWT).POST
/token/refreshSubmit an existing JSON Web Token (JWT) to securely refresh it.POST