This guide will walk you through making your first API call to the Taptalent Partner API by creating a job posting.Documentation Index
Fetch the complete documentation index at: https://docs.taptalent.io/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- A Taptalent account with an active subscription
- An API key (see API Keys for instructions)
Step 1: Get Your API Key
- Log in to your Taptalent Dashboard
- Navigate to Account Settings > Developers > API Key Management
- Click Generate API Key
- Copy the API key immediately - it won’t be shown again
Step 2: Make Your First Request
Let’s create a job posting. Use the following curl command:YOUR_API_KEY with your actual API key.
Step 3: Understand the Response
You should receive a JSON response like this:Step 4: Retrieve Your Job
Now let’s retrieve the job you just created:Common Failure Reasons
If your request fails, check for these common issues:-
401 Unauthorized: Your API key is missing or invalid
- Verify the API key is correct
- Ensure you’re using the
Bearertoken format - Check that your API key is active
-
403 Forbidden: Your subscription is inactive
- Ensure your TapTalent subscription is active
- Contact support if the issue persists
-
400 Bad Request: Invalid request data
- Verify all required fields are present
- Check field validation rules (e.g., title must be 3-120 characters)
- Ensure data types match the expected format
Next Steps
- Explore the Jobs API Reference for detailed endpoint documentation
- Set up Webhooks to receive real-time updates
- Review Integration Notes for best practices
.png?fit=max&auto=format&n=lKy84_BssSCy2hcz&q=85&s=ac7c949427cc2893306f6036415f087e)