cURL
curl --request GET \ --url https://api.example.com/v2/regions \ --header 'Authorization: Bearer <token>'
[ { "region": { "id": "<string>", "code": "<string>", "name": "<string>" }, "config": { "employee_count": 123 } } ]
Returns the list of regions associated with the authenticated legal entity.
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
Show child attributes