UnidadesListar Unidades

Listar Unidades

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"
  },
  {
    "_id": "6287ac89a8e2aa9010135d1d",
    "nome": "02 - Empresa Teste - Filial A",
    "created_at": "2021-02-23T19:52:38.593Z",
    "picture": "https://cdn.filestackcontent.com/tWzc81obSVqDy0vNp1w1"
  },
]"
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

200