API Reference
Complete documentation for the MITPO Universal API
Base URL
https://api.mitpo.ioError Codes
All errors follow a consistent structure. Every response includes a X-Request-Id header for debugging.
Error response format
{
"error": {
"code": "validation_error",
"message": "The 'channels' field is required.",
"details": { "field": "channels" }
},
"request_id": "req_abc123..."
}| Status | Code |
|---|---|
| 400 | bad_request |
| 401 | unauthorized |
| 402 | payment_required |
| 403 | forbidden |
| 404 | not_found |
| 422 | validation_error |
| 429 | rate_limited |
| 500 | internal_error |
Ready to automate campaign operations?