API Reference
Complete API documentation with examples, request/response formats, and authentication details.
Getting Started
The AGNT5 API is organized around REST principles. Our API accepts JSON requests and returns JSON-encoded responses. It uses standard HTTP response codes, authentication, and verbs.
Base URL
https://api.agnt5.com/v1Authentication
All API requests require authentication using an API key. Include your API key in the Authorization header.
Header Format
Authorization: Bearer YOUR_API_KEYAPI Endpoints
Contacts
Manage contacts in your workflows. Create, read, update, and delete contact information.
HTTP Status Codes
AGNT5 uses conventional HTTP response codes to indicate success or failure.
Success Codes
200OK - Request succeeded
201Created - Resource created
204No Content - Deleted successfully
Error Codes
400Bad Request - Invalid parameters
401Unauthorized - Invalid API key
404Not Found - Resource not found
500Server Error - Something went wrong