Authenticates your system in the Tipsi environment
Authenticate your system and at the same time retrieve a token enabling you to access our APIs. Please note that this token can only be used for 3 hours. You must regenerate one if necessary.
To optimize your system's performance, we strongly advise you not to regenerate a token for each request.
- application/json
Request Body
- api_token string required
The token given by the Tipsi integration team
- establishment_token string required
The token given by the Establishment, it can be found in the dashboard
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
- token string
Bearer Token which will allow you to call other Tipsi APIs. You must absolutely put it in the Authorization header.
- establishment_uuid uuid
The establishment's UUID, which you will need to perform the operations.
{
"token": "string",
"establishment_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
Not Authorized
Loading...