Developer Documentation

Comprehensive guides and references for developers integrating with our platforms and APIs.

Getting Started

Authentication

Use API keys for authentication. Include them in the Authorization header as Bearer tokens.

Authorization: Bearer YOUR_API_KEY

Base URLs

Production: https://api.third-party.com/v1

Sandbox: https://sandbox.api.third-party.com/v1

SDKs

Available in:

  • • JavaScript
  • • Python
  • • Java
  • • C#
Note: All times are in UTC and requests must use HTTPS.

API Reference

Endpoints

/auth/token /users/me /data/{id}
Method Endpoint

Description
POST Obtain access and refresh tokens
GET Get authenticated user information
GET Retrieve specific resource by ID

Response Format

{
  "data": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "name": "Example Resource",
    "metadata": {
      "created_at": "2025-09-09T12:34:56Z",
      "updated_at": "2025-09-09T12:34:56Z"
    }
}
                    

Guides & Tutorials

Quick Start

Learn to authenticate and make your first API call in under 5 minutes.

Read guide →

Advanced Features

Explore webhooks, pagination, and rate limiting configurations.

Read guide →

Troubleshooting

How do I handle HTTP 429 errors?

How do I get an API key?

How are dates formatted?

Need Help?

Visit our API Slack community, check our GitHub repository, or file an issue with detailed steps to reproduce.

Version 2.3.1

Current API version in production

🗃️

Change Log

View api updates