Fundamental concepts of ActiveCalculator’s API.
x-ac-api-key
header. To authenticate, you need to include this header with your API key in your requests like so:
HTTP Code | Error Code | Description |
---|---|---|
200 | - | The request was successful. |
400 | bad_request | The request was invalid or cannot be served. |
401 | not_authenticated | The request lacks valid authentication credentials. |
401 | unauthorized | The request is not authorized to access the resource. |
404 | not_found | The requested resource could not be found. |
405 | method_not_allowed | The HTTP method is not supported for this endpoint. |
500 | internal_server_error | The server encountered an unexpected condition. |