🖥️Requests
Encryption
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.
Headers
All TalentLyft API calls must include the following headers to authenticate the request:
Key
Value
Authorization
Bearer
Content-Type
application/json
Body
For PUT or POST requests (e.g. create, update), the request parameters must be provided as JSON in the request body.
Rate limits
All API calls are limited to 600 requests every 10 minutes
Last updated