Skip to main content

Create V2 Access Token

Loading...
API endpoint path: /oauth2/v1/token

V2 Token Endpoint - Use this endpoint for most current Candescent APIs (Accounts, Alerts, Banking Images, Disclosures, Money Movement, Transactions).

Issues OAuth 2.0 access tokens for authenticated API access via the Candescent Developer Console.

Supported Grant Types:

  • client_credentials: Institution-level access without user context. Subsequent API calls require hostUserId or loginId as query parameter.
  • password: User-level access with username and password. Returns both access token and refresh token.
  • authorization_code: (Internal use) For OpenID Connect flows.
  • refresh_token: Obtain new access token using a previously issued refresh token.

Authentication: Use HTTP Basic Auth with client_id as username and client_secret as password.

Note: For legacy V1 APIs (Send Event, Destinations, Get FI Customer, Register User), use the V1 token endpoint (POST /v1/oauth/token) instead.

Request

Responses

Successfully generated the access token.

Response Headers
    transactionId

    Unique identifier for the response, used to correlate with the request's transactionId.