Skip to Content
Open API v1BasicsAuthorization

Authorization

All requests to the Podwise Open API require a Bearer token in the Authorization header.

You can obtain your API token from the Settings > Developer page on the Podwise website .

Authorization: Bearer YOUR_API_TOKEN

Open API access requires a Pro or Enterprise plan. Some individual endpoints may enforce additional feature restrictions or usage limits.

Enterprise customers

Enterprise access includes the Podwise Open API and uses the same access tokens as the Enterprise Processing API:

One access token works with both API families. Use it with both /api/open/v1 and /api/ent/v1 requests.

  • Create and manage an API access token in Settings > Developer or the Enterprise Console.
  • Each API family applies its own access rules and rate limits.

The token identifies the user but does not grant Enterprise access by itself. Only users with an active Enterprise entitlement can call /api/ent/v1.

Last updated on