Starting 9th June 2026, requests to the Job Postings API endpoint will require authentication using an API key.
This change is being introduced to improve consistency and security across our platform APIs.
Requests to the following endpoint (and related job postings endpoints) must include a valid API key:
GET /v1/{environment}/postings
Requests made without an API key, or with an API key that does not have the required permissions, will no longer be accepted.
To ensure uninterrupted access, please verify the following before 9th June 2026:
-
Your integration includes an API key in all requests to the Job Postings API.
-
The API key has the required permissions to access job postings data.
-
Any existing unauthenticated requests are updated accordingly
Example request using an API key:
GET /v1/{environment}/postings
Authorization: Bearer {API_KEY}
If no action is taken before the effective date, integrations relying on unauthenticated requests may stop functioning.