Fetching job postings
To interact with the job postings API, you must use a valid access token. For more information, see Security and authentication.
Listing all of your job postings
Use the List Postings API to list all job postings available from your connected Beeline clients in one API call. To improve response times, this API returns a limited set of job posting information.
Fetching the full details of a job posting
To fetch full job posting details, use the job posting details API. When you’ve identified a new job posting, or when you want to review an existing posting, use the Job Posting Details API to get the full set of fields for one particular posting, including rates and client-specific custom fields.
Receiving a notification for new postings
To react to new postings faster, suppliers might like to receive alerts when a job posting is released. Webhook subscriptions are available to support this.
Use the Webhook Management APIs to specify an API on your system that Supplier Network can call when a new posting is released from one of your clients. This way, you can use that API to drive further internal processes in your ATS.
Ensure that the webhook API on your system matches the format provided in the Webhook Examples section of the API documentation.
Supplier Network will cryptographically sign all notifications sent to your API using the HMAC secret you provide when setting up the webhook subscription.
To prevent unauthorized parties from calling your API, it is critical that you validate that this signature is correct on all the requests you receive.
|