TalentLyft API
HelpLoginRegisterGo to AppGo to TalentLyftRequest a Demo
  • 🎯Getting started
  • 🖥️Requests
  • 📨Responses
  • 🔐Authorization
  • ⚙️Customer API reference
    • Candidates
    • Departments
    • Employees
    • Events
    • Forms
    • Jobs
    • Members
    • Pipelines
    • Rejection reasons
    • Subscriptions
    • Articles
  • ⚙️Public API reference
    • Jobs
    • Departments
    • Locations
  • ⚙️Partner API reference
    • Assessments
    • HRIS & Onboarding
    • Background checks
    • Video Interviews
    • Job Boards
    • Sourcing & Employee referrals
Powered by GitBook
On this page
  • Encryption
  • Headers
  • Body
  • Rate limits

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

PreviousGetting startedNextResponses

Last updated 1 year ago

🖥️