Cobre · Authentication Profile

Cobre Authentication

Authentication

Cobre secures its APIs with http-bearer and token-exchange across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials flow(s).

CompanyFintechPaymentsTreasuryMoney MovementCross Border PaymentsFXStablecoinsBankingLatin AmericaColombiaMexico
Methods: http-bearer, token-exchange Schemes: 2 OAuth flows: clientCredentials API key in: body

Security Schemes

token-exchange token-exchange
bearerAuth http
scheme: bearer · in: header ()

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: searched
source: https://docs.cobre.com/authentication-1886552m0
docs: https://docs.cobre.com/authentication-1886552m0
summary:
  types: [http-bearer, token-exchange]
  api_key_in: [body]
  oauth2_flows: [clientCredentials]
  notes: >-
    Cobre uses a credential-for-token exchange. The client posts long-lived
    credentials to the auth endpoint and receives a short-lived JWT access
    token that is then sent as a Bearer token on every API call. Cobre's
    security page describes this as an OAuth 2.0 / JWT model; the developer
    auth guide documents it as a credentials (user_id + secret) exchange.
schemes:
  - name: token-exchange
    type: token-exchange
    description: >-
      POST credentials (user_id + secret; QA uses client_id + client_secret)
      to the auth endpoint to obtain an access_token.
    token_endpoint: /v1/auth
    request_fields: [user_id, secret]
    response_fields: [access_token, type, expiration_time]
    token_type: Bearer
    token_format: JWT
    token_ttl_seconds: 1200
    sources: [docs]
  - name: bearerAuth
    type: http
    scheme: bearer
    bearerFormat: JWT
    in: header
    header: Authorization
    description: >-
      Send the access_token from /v1/auth as `Authorization: Bearer <token>`
      on all subsequent requests. Tokens expire after 1200 seconds (20 min);
      the docs recommend caching and refreshing just-in-time with a 60-120s
      safety window and a mutex lock to avoid concurrent refreshes.
    sources: [docs]
guidance:
  - Store credentials in a secure vault; never expose in plain text.
  - Rotate API secrets periodically (docs recommend monthly).
  - Configure API IP whitelisting where available.
  - QA credentials (client_id/client_secret) are requested from your Account Manager.

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/cobre-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.