cURL
curl --request GET \ --url https://public-api.salu.com.vc/prd/routes/v0/branch/{branch_id} \ --header 'x-api-key: <api-key>'
{ "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>" }
PublicApiBranchBaseResponse
GET
/v0/branch/{branch_id}
public_get_branch_v0_branch__branch_id__get
x-api-key
APIKeyHeader
curl -X GET "https://public-api.salu.com.vc/dev/routes/v0/branch/1c9e3c10-84f1-4b3d-8a54-5dbf5b7c1111" \ -H "Accept: application/json" \ -H "x-api-key: $SALU_PUBLIC_API_KEY"
Successful Response