cURL
curl --request GET \ --url https://api.rippling.com/platform/api/work_locations \ --header 'Authorization: Bearer <token>'
[ { "nickname": "string", "address": { "city": "string", "streetLine1": "string", "zip": "string", "country": "string", "state": "string", "streetLine2": "string" } } ]
Returns the list of work locations for a given company.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Sets a limit on the returned values
Offsets the returned values
OK
An address object as stored within Rippling.
Show child attributes