cURL
curl --request GET \ --url https://public-api.salu.com.vc/prd/routes/v0/organization/ \ --header 'x-api-key: <api-key>'
[ { "customer_name": "<string>", "organizations": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>" } ] } ]
PublicApiOrganizationBaseResponse
GET
/v0/organization/
public_list_my_organizations_v0_organization__get
x-api-key
APIKeyHeader
curl -X GET "https://public-api.salu.com.vc/dev/routes/v0/organization/" \ -H "Accept: application/json" \ -H "x-api-key: $SALU_PUBLIC_API_KEY"
Successful Response
Show child attributes