Skip to main content
All API requests to Talview must be authenticated using the OAuth2 Protocol. This ensures that only authorized systems can access your data and perform operations on the platform. All queries and endpoints, but the authentication endpoints, require access tokens.

Authorization Header

Once you have generated an access token, it must be included in the Authorization header of every API request as a Bearer token.

Generate an Access Token

Talview provides a RESTful, as well as graphQL endpoint to obtain your access tokens. You will need the credentials (Username, Password, and Tenant ID) shared by Talview for your specific environment.

Request Details

Request Body Schema

RESTful Endpoint

Sample Request

Sample Response

On success, the API returns an access token and a refresh token.

GraphQL Endpoint

You can also obtain tokens using the auth_user_login mutation directly through the GraphQL endpoint. This is useful if you prefer to keep all interactions within GraphQL.

Sample Request

Sample Response

On success, the API returns an access token and a refresh token.