Returns the offices belonging to the specified client account.
GET
/platform/v1/clients/{clientId}/offices
curl \
--request GET 'https://gateway.lwolf.com/platform/v1/clients/{clientId}/offices' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "lw-subscription-key: $API_KEY"
Response examples (400)
{
"error": "string",
"message": "string"
}
Response examples (401)
{
"error": "string",
"message": "string"
}
Response examples (403)
{
"error": "string",
"message": "string"
}
Response examples (404)
{
"error": "string",
"message": "string"
}