cURL
curl --request GET \ --url https://public-api.salu.com.vc/prd/routes/v0/sector/ \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] '
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "is_active": true, "description": "<string>", "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 } }
PublicApiSectorBaseResponse
GET
/v0/sector/
public_list_sectors_v0_sector__get
x-api-key
APIKeyHeader
curl -X GET "https://public-api.salu.com.vc/dev/routes/v0/sector/" \ -H "Accept: application/json" \ -H "x-api-key: $SALU_PUBLIC_API_KEY"
Successful Response
Show child attributes