This is a catch-all provider — any valid URL under
https://company.namely.com is supported. Namely REST API v1. Each company lives at https://{company}.namely.com; the literal host company.namely.com always works because the gateway routes by path and Pipedream resolves the connected subdomain. Reads under /api/v1: /api/v1/profiles (employees), /api/v1/profiles/{id} (one), /api/v1/profiles/me (the current user, an identity probe), /api/v1/job_titles, /api/v1/groups. Pagination is page and per_page (default 30); responses carry meta.total_count. Auth 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 employee profiles (active and inactive). Paginate with page and per_page.
GEThttps://company.namely.com/api/v1/profiles?page=1&per_page=30 — Free
- SDK
- cURL
Get a single employee profile by id, including custom fields.
GEThttps://company.namely.com/api/v1/profiles/{id} — Free
- SDK
- cURL
Get the authenticated user’s own profile. Use as a cheap identity probe after connect.
GEThttps://company.namely.com/api/v1/profiles/me — Free
- SDK
- cURL
List all job titles.
GEThttps://company.namely.com/api/v1/job_titles — Free
- SDK
- cURL
List groups (and use /api/v1/teams for teams).
GEThttps://company.namely.com/api/v1/groups — Free
- SDK
- cURL
Next Steps
All Providers
Browse all supported AI providers
Forward Proxy
Learn how to construct proxy URLs and authenticate requests