Podio · Authentication Profile

Podio Authentication

Authentication

Podio secures its APIs with http and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

Work ManagementCollaborationProject ManagementCRMWorkflowCustom Apps
Methods: http, oauth2 Schemes: 2 OAuth flows: authorizationCode API key in:

Security Schemes

oauth2Authorization oauth2
· flows: authorizationCode
oauth2Token http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/podio-openapi.yml
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - authorizationCode
schemes:
- name: oauth2Authorization
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://podio.com/oauth/authorize
    tokenUrl: https://api.podio.com/oauth/token/v2
    scopes: 0
  sources:
  - openapi/podio-openapi.yml
- name: oauth2Token
  type: http
  scheme: bearer
  description: 'Podio also accepts bearer-style tokens via `Authorization: OAuth2 <access_token>`.'
  sources:
  - openapi/podio-openapi.yml