Authorization
All Enterprise Processing API requests use a Bearer token for authentication.
Create an API access token in the Enterprise Console or Settings > Developer.
Authorization: Bearer <token>One access token works with both API families. Use the same token for /api/ent/v1 and Podwise Open API requests.
The token identifies the user; it does not grant Enterprise access by itself. Only users with an active Enterprise entitlement can call /api/ent/v1.
Each API family applies its own access rules, billing, and rate limits. A valid token owned by a non-Enterprise user is rejected by Enterprise Processing API with HTTP 401.
Enterprise Processing API requests have their own limit of 10,000 requests per user per hour. A rate-limited request returns HTTP 429; wait for the number of seconds in the Retry-After header before retrying.