Skip to main content
GET
/
platform
/
api
/
work_locations
GET Work Locations
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"
    }
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer

Sets a limit on the returned values

offset
integer

Offsets the returned values

Response

200 - application/json

OK

id
string
nickname
string
address
object | null

An address object as stored within Rippling.