cURL
curl --request GET \ --url https://public-api.salu.com.vc/prd/routes/v0/branch/ \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "display_name": "<string>", "company_name": "<string>", "cnpj": "<string>", "is_active": true, "address": "<string>", "address_number": "<string>", "address_detail": "<string>", "zip_code": "<string>", "neighborhood": "<string>", "state": "<string>", "city": "<string>", "hr_code": "<string>", "client_integration_code": "<string>" } ], "cursor": { "total": 123, "page": 123, "page_size": 123, "total_pages": 123, "next_page": true } }
PublicApiBranchBaseResponse
GET
/v0/branch/
public_list_branches_v0_branch__get
x-api-key
APIKeyHeader
curl -X GET "https://public-api.salu.com.vc/dev/routes/v0/branch/?page=0&limit=20" \ -H "Accept: application/json" \ -H "x-api-key: $SALU_PUBLIC_API_KEY"
Successful Response
Show child attributes