Authentication

The API accepts 2 different authentication methods:

Oidc (openIdConnect)

OpenID Connect authentication for Cadency Close APIs. This scheme uses OpenID Connect to authenticate users and obtain access tokens for API requests.

The OpenID Connect URL for this API is: https://customer.trintech.com/CadencyOAuth/.well-known/openid-configuration.

Oauth2

Retrieve an Access Token with the OAuth 2.0 flows described below before accessing the API. Once you have an access token, send it in the Authorization HTTP header to authenticate with the API.

Flow type clientCredentials
Token URL https://customer.trintech.com/CadencyOAuth/connect/token
Scopes
  • username:

    The userid of a valid Cadency Close user with permissions to perform the requested operation