Authentication
Learn which headers are required on every PerformYard API request.
Once you have created your API Key within the PerformYard Authentication settings, you must include the API Key and API ID values in every PerformYard API request. These are sent using two HTTP Headers:
- x-api-id: The unique identifier for each user or client making a request.
- x-api-key: This secret key is associated with the x-api-id.
Sample Request
curl --location 'https://api.talent.performyard.com/v1/employees?limit=200&offset=0&includeAllDataFields=true' \
--header 'Accept: application/json' \
--header 'x-api-id: {{X-API-ID}}' \
--header 'x-api-key: {{X-API-KEY}}'Updated about 2 months ago
