Skip to main content

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.

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

OK


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.

Loading...