API Standards
HTTP Responses
The Kindful API follows generally-accepted conventions for HTTP response codes.
Except for rare error cases, valid JSON content is returned for all API calls.
Code | Description | Detail | |
---|---|---|---|
200 | Successful | All requests should return this under normal circumstances. | |
401 | Unauthorized | Either the authorization header is not being passed correctly, or the customer has revoked access by disconnecting the integration. | |
404 | Not Found | The requested path or resource was not found. | |
500 | Server Error | An issue occurred on the Kindful side. |