titledescriptionupdated_date
TalentDesk API Integration2025-10-24T16:45:21Z

What we need

[] API Key

TalentDesk API Integration Guide

This guide provides instructions for integrating with the TalentDesk.io API, including authentication methods, available endpoints, and best practices for implementation.

Prerequisites

  • An active TalentDesk.io account with administrative access
  • Contact information for your TalentDesk Account Manager or Support team

Integration Options

TalentDesk.io offers two primary methods for API integration:

Available API Modules

The TalentDesk API provides access to the following resources:

  1. Users API (client.users):

    • Get all users with filtering options
    • Retrieve user details, skills, notes, languages, and availability
  2. Projects API (client.projects):

    • Manage projects and project-related data
    • Access worksheets, expenses, tasks, and team information
  3. Tasks API (client.tasks):

    • Create, update, and manage tasks
    • Assign users to tasks
  4. Expenses API (client.expenses):

    • Manage expense approvals and workflows
  5. Invoices API (client.invoices):

    • Access and manage invoice information
  6. Webhooks API (client.webhooks):

    • Create webhook subscriptions for events:
      • service-order-event
      • invitation-event
      • user-event

Requesting API Access

To obtain API credentials for TalentDesk:

Official Documentation: https://talentdesk.readme.io/reference/authentication

  1. Contact TalentDesk Support:

Additional Resources