Get Access Token

To start an API session, you must obtain a unique access token. Your token is crucial for authenticating your API requests and ensuring that only authorised users can interact with the system.

post

http://kuda-openapi-uat.kudabank.com/v2.1/Account/GetToken

ParameterTypeDescription
emailstringThe user's registered Kuda Business account email.
apiKeystringThe Business API key generated from the Kuda Business account. Please visit the Obtain API Key section of the docs if you don't have one.
Sample Request

CURL

Copy

curl  \
-H 'Content-Type: application/JSON' \
-d ' {
        "email": "user@example.com",
        "apiKey": "abcd1234keyexample" // generated key copied from the Kuda business API page
    }'  \
-X POST http://kuda-openapi-uat.kudabank.com/v2.1/Account/GetToken
Sample Response
ey.JefilwuhDFLKJHG8Y9IFLKJDSNF98879YJKFB8FKKJHHSdasfdnslfkjnIlnlKFJ&47kellCFKljfkdjbndksjds

Was this page helpful?