Requests
All requests must be sent using HTTPS with TLS 1.2 or higher. Please make sure your developer tools support this version of TLS as older versions or SSL are not supported for security reasons.
All TalentLyft API calls must include the following headers to authenticate the request:
Key | Value |
Authorization | Bearer |
Content-Type | application/json |
For PUT or POST requests (e.g. create, update), the request parameters must be provided as JSON in the request body.
All API calls are limited to 600 requests every 10 minutes
Last modified 3yr ago