Now that you have your API key in place, let's put it to good use by making a request as given below.

If you do not know/have an API key right now, refer to the section Generating an API Key for more details.

📘

Making requests

Requests are authenticated using HTTP Basic Auth. Provide your API key as the basic auth username. You do not need to provide a password.

Example request using your API key

curl -u {api_key}: https://api.recruiterbox.com/v2/openings -H "Content-Type: application/json"

📘

Request Rate Limit

Rate of API requests is limited to 5 requests per second from a IP address.