UnidadesListar Unidades

Listar Unidades

Retorna todas as unidades (filiais) vinculadas à conta.

curl -X GET "https://api.amplifique.me/partners/businesses" \
  -H "Content-Type: application/json" \
  -H "Authorization: YOUR_API_KEY"
[
  {
    "_id": "6287ac86a817b84a36ed9298",
    "nome": "01 - Empresa Teste - Matriz",
    "created_at": "2018-07-24T17:45:34.034Z",
    "picture": "https://cdn.filestackcontent.com/SPQDJyczSjGTbxYbjgeV"
  }
]
GET
/partners/businesses
GET
API Key (header: Authorization)
Authorizationstring
Required

API key (sent in header)

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

API Key for authentication. Provide your API key in the header.

Responses

_idstring

ID da unidade

nomestring

Nome da unidade

created_atstring

Data de criação

picturestring

URL da logo da unidade