Create V1 Access Token (Legacy)
Loading...
API endpoint path: /v1/oauth/token
Legacy V1 Token Endpoint - Use this endpoint for V1 APIs only (Send Event, Destinations, Get FI Customer, Register User).
Allows a registered application to obtain an OAuth 2.0 Bearer Token for accessing legacy Digital Insight APIs.
Supported Grant Types:
- password: Used when the customer's digital banking credentials are known. Response includes customer's member ID and token scope is restricted to that customer.
- client_credentials: Used when acting on behalf of a customer without their credentials. Response does not contain customer-specific data.
Token Expiration: 30 minutes
Note: For most current APIs (Accounts, Alerts, Banking Images, Disclosures, Money Movement, Transactions), use the V2 token endpoint (POST /oauth2/v1/token) instead.
Request
Responses
- 200
- 400
- 401
- 500
Token successfully created
Bad Request. Returned when the submitted request does not match the requirements defined in the specification
Unauthorized. Returned when the authentication request is unsuccessful
Internal Server Error. Returned when an unexpected fault occurs whilst processing the request