Skip to main content
GET
/
filiais
Busca filiais disponíveis
curl --request GET \
  --url https://api-integracoes.agulhao.com.br/filiais \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "1",
    "razaoSocial": "RAZÃO SOCIAL DA EMPRESA",
    "cnpj": "00000000000000",
    "fantasia": "FANTASIA"
  }
]

Authorizations

x-api-key
string
header
required

Chave da API gerada no agulhão

Response

200 - application/json

Sucesso

id
string

Identificador único da filial

Example:

"1"

razaoSocial
string

Razão social completa da filial

Example:

"RAZÃO SOCIAL DA EMPRESA"

cnpj
string

CNPJ da filial

Example:

"00000000000000"

fantasia
string

Nome fantasia da filial

Example:

"FANTASIA"