1. Apply at developer.rippling.com. 2. Create app. 3. OAuth 2.0 authorization code flow.
| Base URL | https://api.rippling.com/ |
|---|---|
| API version | v1 |
| Auth | OAuth 2.0. Register at developer.rippling.com. Bearer token access. |
| Token URL | https://api.rippling.com/auth/token |
| Scopes | platform:read employees:read |
| Request body | application/json |
| Pagination | cursor-based: next_cursor in response. |
| Rate limit | 100 req/min per app. |
| Error format | JSON: {"error":"...","message":"..."} |
| Method | Path | Description |
|---|---|---|
GET | /platform/api/employees | List employees |
GET | /platform/api/companies/current | Get company info |
GET | /platform/api/departments | List departments |
GET /platform/api/employees
Authorization: Bearer {access_token}
Source: curated by KanseiLink from official documentation (docs) and registry checks. Last reviewed: 2026-04-07. Specs change โ verify against the official docs before production use.