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. Users 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:
For accessing the ClayHR API services, you to go through following steps:
URL - https://yourcompany.clayhr.net/rm/goal/
Request type - GET
HTTP Header - Authorization:{"userId" : 123, "apiKey": "czMDRkMjBjOWY0MkjlXg2s23g13X"}
Content-Type: application/json