Authentication API provides secure access control for web or mobile applications by generating an authentication token based on client credentials. This API is responsible for verifying a user's or application's identity and determining whether or not they are authorized to access specific resources or perform certain actions.
Endpoints
Endpoint | Type | Description |
---|---|---|
Generate Token | **POST** | This API facilitates the creation of an Auth0 access token utilizing the Bearer authentication scheme for interacting with the CrediLinq APIs. To ensure uninterrupted access, it is recommended that access tokens be cached within the platform and utilized until their expiration. |