Base URLs
Authentication
All requests require two headers:Request format
AllPOST and PUT requests accept JSON bodies. Set the Content-Type: application/json header.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Complete reference for all Partna API endpoints
| Environment | Base URL |
|---|---|
| Staging | https://staging-api.getpartna.com/v4 |
| Production | https://api.getpartna.com/v4 |
x-api-key: YOUR_API_KEY
x-api-user: YOUR_USERNAME
POST and PUT requests accept JSON bodies. Set the Content-Type: application/json header.
{
"data": { },
"message": "success"
}
{
"message": "Description of what went wrong"
}
Was this page helpful?