This is a catch-all provider — any valid URL under
https://rest.ripplingapis.com is supported. Rippling REST API. Base https://rest.ripplingapis.com. Resources are root-level plural collections with no version prefix: /workers (list), /workers/{id} (one), /companies, /departments, /work-locations, /users. Pagination is cursor-based: limit and cursor, and the response carries a next_link URL to follow. Pin the version with an optional Rippling-Api-Version: YYYY-MM-DD header. The connected key’s permissions scope what is returned; fields you lack access to come back under __meta.redacted_fields rather than erroring. Auth (the API key) is brokered by Pipedream, do not send an Authorization header. This provider is read-only: only GET requests are supported. The endpoints below are curated examples.Endpoints
List workers (the primary employee list). Paginate with limit and cursor, follow next_link.
GEThttps://rest.ripplingapis.com/workers?limit=50 — Free
- SDK
- cURL
Retrieve a single worker by id.
GEThttps://rest.ripplingapis.com/workers/{id} — Free
- SDK
- cURL
List companies / legal entities for the connected account. Useful to confirm which org the key belongs to.
GEThttps://rest.ripplingapis.com/companies — Free
- SDK
- cURL
List departments. Use /departments/{id} for one.
GEThttps://rest.ripplingapis.com/departments — Free
- SDK
- cURL
List work locations.
GEThttps://rest.ripplingapis.com/work-locations — Free
- SDK
- cURL
Next Steps
All Providers
Browse all supported AI providers
Forward Proxy
Learn how to construct proxy URLs and authenticate requests