Receeve · Authentication Profile

Receeve Authentication

Authentication

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

CompanyDebt CollectionReceivables ManagementDebt ServicingCollectionFintechPaymentsWebhookFinancial-ServicesDunning
Methods: oauth2, apiKey Schemes: 2 OAuth flows: clientCredentials API key in: header

Security Schemes

oauth2_client_credentials oauth2
api_key apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi/receeve-openapi-original.yml
docs: https://docs.indebted.co/docs/receive/integration/use-cases/authentication-use-case
summary:
  types:
  - oauth2
  - apiKey
  api_key_in:
  - header
  oauth2_flows:
  - clientCredentials
  notes: >-
    Authentication is a two-step OAuth2 client-credentials flow. The OpenAPI spec
    declares a single apiKey security scheme (Authorization header) because the
    same Authorization header carries the issued Bearer token on every call; the
    token itself is obtained from the getOauth2Token operation using HTTP Basic
    credentials.
schemes:
- name: oauth2_client_credentials
  type: oauth2
  flow: clientCredentials
  token_operation: getOauth2Token
  token_endpoint: https://api.receive-demo.com/v1/oauth2/token
  token_request_auth: >-
    HTTP Basic — Authorization: Basic base64(client_id:client_secret),
    Content-Type: application/x-www-form-urlencoded
  token_response_fields:
  - access_token
  - expires_in
  - token_type
  token_ttl_seconds: 3600
  token_type: Bearer
  bearer_header: 'Authorization: Bearer <access_token>'
  reusable: true
  sources:
  - openapi/receeve-openapi-original.yml
  - https://docs.indebted.co/docs/receive/integration/use-cases/authentication-use-case
- name: api_key
  type: apiKey
  in: header
  parameter: Authorization
  description: >-
    The Authorization header on all resource operations carries the OAuth2 Bearer
    access token obtained from getOauth2Token (not a static long-lived key).
  sources:
  - openapi/receeve-openapi-original.yml

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/receeve-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.