Telleroo · OAuth Scopes

Telleroo OAuth Scopes

OAuth 2.0 searched

Telleroo publishes 1 OAuth 2.0 scope via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Telleroo API on a user’s behalf.

Tokens are issued from https://api.telleroo.com/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyPaymentsBulk PaymentsPayrollFaster PaymentsE-MoneyFintechBankingInternational PaymentsEmbedded Finance
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://admin.telleroo.com/oauth
Token URL
https://api.telleroo.com/oauth/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
create Permission to create pay runs on behalf of an authorizing client company. This is the only scope Telleroo's Partner (Embedded Payments) API currently documents; it is requested in the authorize URL as scope=create and echoed back in the token response. authorizationCode

Source

OAuth Scopes

telleroo-scopes.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://partner-docs.telleroo.com/#authentication
docs: https://partner-docs.telleroo.com/
schemes:
- name: PartnerOAuth2
  api: Telleroo Partner API
  flows:
  - flow: authorizationCode
    authorizationUrl: https://admin.telleroo.com/oauth
    tokenUrl: https://api.telleroo.com/oauth/token
scopes:
- scope: create
  description: >-
    Permission to create pay runs on behalf of an authorizing client company.
    This is the only scope Telleroo's Partner (Embedded Payments) API
    currently documents; it is requested in the authorize URL as scope=create
    and echoed back in the token response.
  flows: [authorizationCode]
  sources: [https://partner-docs.telleroo.com/]
notes: >-
  The Business API (v1) does not use OAuth scopes; it authenticates with a
  static Authorization token whose capability is set by token class
  (Full Access vs Recipient Access), captured in
  authentication/telleroo-authentication.yml.