Detailed information available at https://clayhr.readme.io
ClayHR APIs provide robust integration options to interact with the data, in much the same way as the web application. You can get their API keys from the ClayHR portal and start using the services immediately. The calls follow the RESTful architecture and naming, and are secured via https, just like calls from the web browsers.
The API key has the same security access as the user to whom the key belongs.
ClayHR APIs accept an API key via HTTP request Authorization Header. Each user can get Authorization API key (also called x-api-key) from within the application using these steps:
When you visit https://clayhr.readme.io/ you will see various API endpoints on the left panel of the page.
You can navigate to any of these endpoint and test it out by inserting API Key and UserID and other necessary values required to get response from that API
For e.g : To get the skills list navigate to the skills link from left panel and fill the User Id and API Key which you retrieved from your application
After fill the API key and User ID hit the [Try It!] Button and you will receive the response from that API (like shown in below screenshot).
You can try more endpoints in the same way…