TextPro Docs

Authentication

Learn how request authentication works for TextPro API endpoints.

Authentication Overview

All /api endpoints require an API key passed via the X-API-KEY header.

X-API-KEY: tp_live_xxx

Invalid or Revoked Keys

Missing, invalid, or revoked keys return 401 Unauthorized.

401
Unauthorized
{
  "error": "Invalid API key"
}