access_token received with the response of the below-mentioned login API.
Request header definition:
| Method | POST |
|---|---|
| Host | https://api.talview.com |
| Route | /api/rest/auth_user_login |
| Content type | application/json |
| Attribute | Data Type | Mandatory | Description |
|---|---|---|---|
| username | String | Yes | API username that will be shared by Talview |
| password | String | Yes | API password that will be shared by Talview |
| tenant_id | Integer | Yes | Tenant identifier for each of the organization on Talview, will be shared by Talview |
-
Success response: HTTP status code - 201
-
Error Response: HTTP status code - 401

