Thank you for joining us at SHRM 2024. We will be back at SHRM 2025 at Booth 1521! Prebook your meeting here!
Unlock valuable insights – Register for our upcoming webinars now!

How to Add Candidates from ClayHR API using Postman

To Add Candidates from ClayHR API using Postman API

Follow the following steps to add a new Candidate using Postman API –

  1. URL – https://yourcompany.clay.net/rm/api/v3/candidate/
  2. Set Request type – POST
  3. Add URL to Postman API:
  1. Get Authorization API key (also called x-api-key) from User Profile and scroll down to My Integrations and then to Manage API keys and finally click on Generate API key. Also, users can get userid from the URL of the User Profile page as shown in the screenshot below:
  1. Set HTTP Header Authorization: (key-value pair)
    a. Authorization: {“x-API-key”: “8W8ZRE4CNXMRST8MXXXX”}
    b. userid: {110XXX}
    c. Content-Type: application/JSON
  2. Set HTTP Headers in Postman API:
  1. Set Request parameter values in Body and hit Send:
  1. JSON Response received:


Register for Upcoming Webinars