Authentication
All requests for serviceType require an access token generated through the Get Access Token request, which needs your Kuda developer/business email and apiKey for authentication.
Information
You can also set your token expiry in the Kuda a business Business API Page.
Authorisation Header
Use the Authorization : Bearer for authenticating your API. The access token you generate from the /GetToken request serve as the bearer for your authentication. Here is an example below:
Sample Request
CURL
Copy
curl https://kuda-openapi.kuda.com/v2.1/
-H "Accept : application/JSON"
-H "Authorization : Bearer {access_token}"