Skip to main content

Finds establishment by his UUID

Retrieve all information relating to a facility.

The establishment's UUID has been supplied in return for the Authentications API, so please refer to this documentation to use the Establishments API correctly.

A facility consists of a uuid, a name and a teams list. This list will enable you to retrieve the team you want, thanks to the UUID that identifies it in the Tipsi system.

Path Parameters
  • uuid uuid required

    Team identifier (UUID v4 format)

Header Parameters
  • Authorization string required
    Example: Bearer <TOKEN>
Responses

Successful Operation


Schema
  • uuid uuid

    Establishment identifier (UUID v4 format)

  • name string

    Establishment name (edited by the merchant from his Dashboard)

  • teams object[]
  • Array [
  • uuid uuid

    Team identifier (UUID v4 format)

  • name string

    Name of the team

  • status string

    Possible values: [ACTIVE, INACTIVE]

    Status of the team

  • ]
Loading...