Introduction
Welcome to the TokenSource API documentation. This API allows you to interact with TokenSource's AI assistant and objective management system.
Note: This API specification is subject to frequent changes. Please talk to our team if you have any questions.
Base URL
All API requests should be made to:
https://api.tokensource.com/v1Authentication
All API endpoints require authentication using API keys. See the Authentication section for details.
Response Format
All responses are returned in JSON format and include:
status: Success/error statusdata: Response data (if any)message: Human-readable message
Getting Started
Get your API key from the TokenSource Dashboard
Make your first API call using the authentication header
Explore the available endpoints in this documentation
Last updated