Billogram · Authentication Profile

Billogram Authentication

Authentication

Billogram secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyApplicative SaasInvoicingBillingPaymentsInvoice-to-CashE-invoicingFintechWebhooks
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

basicAuth http
scheme: basic

Source

Authentication Profile

billogram-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://docs.billogram.com/guides/authentication
docs: https://docs.billogram.com/guides/authentication
summary:
  types: [http]
  http_schemes: [basic]
  transport: https-required
schemes:
- name: basicAuth
  type: http
  scheme: basic
  description: >-
    HTTP Basic Authentication. The API User ID is sent as the username and the
    API Key as the password, Base64-encoded in the Authorization header
    (Authorization: Basic base64(API_USER_ID:API_KEY)). All requests must be
    made over HTTPS.
  credential_source: >-
    Created in the Billogram web app under Company Settings -> API -> API Users.
    Separate API users are recommended per integration for independent access
    management.
  environments:
    sandbox: https://sandbox.billogram.com/api/v2
    production: https://billogram.com/api/v2
  environment_separation: >-
    Credentials are environment-specific; sandbox credentials only work against
    the sandbox base URL and production credentials only against production.