Auth Access
To access all the functionality for your API Core Banking operations, you must generate an access token using the Get Access Token API. This token is essential for successfully carrying out all your requests.
Authorisation Header
The access token will be used as a bearer token for all your API requests. The access token you generate from the /GetToken request functions as the bearer for your authentication. Place your JWT token, obtained after successful authentication, in the Authorization header of each request you send to the API.
Last updated