Skip to main content

Authentication

The Pingr AI API utilizes Bearer tokens generated for your organization or user workspace. Requests must be sent over HTTPS.

API Header Structure

Include your key in the Authorization header on all API calls:

Token Scopes & Environments

string
Prefixed with pingr_live_. Live keys connect to real telephony lines (Twilio carrier networks) and incur standard minute usage rates.
string
Prefixed with pingr_test_. Test keys simulate carrier connections, return mock responses, and allow end-to-end local testing without live telecommunication costs.

Error Handling

When authentication fails, Pingr AI responds with standard HTTP status codes:
Example 401 Response