API Endpoint
v1.
Authentication
All requests to PHLO API are authenticated withBasicAuth using your AUTH ID and AUTH TOKEN. Find your credentials on the Plivo console.
cURL
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
PHLO API overview — endpoints, HTTP verbs, and HTTPS integration
https://phlorunner.plivo.com/{version}/
v1.
BasicAuth using your AUTH ID and AUTH TOKEN. Find your credentials on the Plivo console.
curl -u "<auth_id>:<auth_token>" \
https://phlorunner.plivo.com/v1/phlo/{phlo_id}
| Code | Description |
|---|---|
200 | Request executed successfully |
201 | Resource created |
400 | Parameter missing or invalid |
401 | Authentication failed |
403 | Forbidden |
404 | Resource not found |
429 | Too many requests (rate limited) |
500 | Server error |
| Code | Common Causes | Solution |
|---|---|---|
400 | Missing required parameter, invalid payload format | Check all required parameters in request body |
401 | Invalid Auth ID or Auth Token | Verify credentials at Console → API Keys |
403 | PHLO not enabled, account not verified | Complete account verification. Contact support |
404 | Invalid PHLO ID, PHLO not deployed | Verify PHLO ID. Ensure PHLO is deployed and active |
429 | Rate limit exceeded | Implement exponential backoff |
500 | Temporary server issue | Retry after a few seconds. Check status.plivo.com |
Was this page helpful?