The Kaisa API allows master account holders/partners and customers to access and alter data in the Kaisa platform via a REST-ful web service. All valid resources and methods for the Kaisa API are described on our dedicated Developer Site, follow the link below.
Security
This API only supports HTTPS connections.
Authentication
To authenticate with the Kaisa API you need to have an API Key created in the platform and pass it as an Authorization header on every request.
Authorization: <API Key>
You also need to make sure your API Key contains the required scopes for the endpoints you are going to use. Next to each endpoint in our Developer Docs you'll find the list of scopes that is required for that specific endpoint.
More details about scopes here.
Errors
If you encounter an error using the API an appropriate HTTP 4xx or 5xx status code will be returned from the resource you tried to use. You can see expected error codes that each resource may send in the example section related to that resource in our Developer Docs.
Comments
0 comments
Please sign in to leave a comment.