Citcon · Authentication Profile

Citcon Authentication

Authentication

The Citcon UPI API authenticates with a Bearer access token passed in the Authorization header. An access token is generated from your Citcon private key by POSTing to /v1/access-tokens and is then supplied on every subsequent request. Tokens carry a permissions array scoping which operations they may perform.

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

CompanyPaymentsCross-Border PaymentsDigital WalletPayment GatewayBNPLGlobal PayoutsFintech
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

bearerAuth http
scheme: bearer · in: header ()

Source

Authentication Profile

citcon-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://www.citcon.com/dev/universal-payment-interface-upi---api
summary:
  types: [http]
  http_scheme: bearer
  token_model: access-token
description: >-
  The Citcon UPI API authenticates with a Bearer access token passed in the
  Authorization header. An access token is generated from your Citcon private
  key by POSTing to /v1/access-tokens and is then supplied on every subsequent
  request. Tokens carry a permissions array scoping which operations they may
  perform.
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  in: header
  header: Authorization
  format: 'Authorization: Bearer {access-token}'
  source: https://www.citcon.com/dev/universal-payment-interface-upi---api
token:
  issue_endpoint: POST /v1/access-tokens
  generated_from: private-key
  default_expiry: 24h
  expiry_signal: HTTP 401 Unauthorized
  token_types: [client, server]
  permissions:
  - charge
  - inquiry
  - capture
  - vault
  - consult
  - encryption-config
  - refund
notes: >-
  Token permissions function as coarse operation scopes but are not OAuth 2.0
  scopes; there is no OAuth authorization-code/client-credentials flow, so no
  scopes/ artifact is emitted.

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/citcon-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 email required.

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