Welcome to the Konstantly API documentation
Attention: This is a beta version of API documentation that may contain inaccuracies. Report errors to support@konstantly.com
The Konstantly API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
All API requests should be made to:
The Konstantly API uses API keys to authenticate requests. You can get your API key from:
Go to your Konstantly site
Navigate to Settings > API
Copy your API key
All API requests must include your API key in the X-API-KEY
header:
Keep your API keys secure and never share them in publicly accessible areas such as GitHub, client-side code, etc.
The API accepts JSON-encoded request bodies and returns JSON-encoded responses. All requests should include the following headers:
Many endpoints return paginated results. By default, endpoints return 20 items per page. You can specify which page of results to return using the offset
parameter:
The number of items to skip. Use this for pagination.
The number of items to return per page (where supported).
Rate limiting information is provided in the response headers:
If you have any questions or need help with API integration, please contact our support team at support@konstantly.com.
Welcome to the Konstantly API documentation
Attention: This is a beta version of API documentation that may contain inaccuracies. Report errors to support@konstantly.com
The Konstantly API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
All API requests should be made to:
The Konstantly API uses API keys to authenticate requests. You can get your API key from:
Go to your Konstantly site
Navigate to Settings > API
Copy your API key
All API requests must include your API key in the X-API-KEY
header:
Keep your API keys secure and never share them in publicly accessible areas such as GitHub, client-side code, etc.
The API accepts JSON-encoded request bodies and returns JSON-encoded responses. All requests should include the following headers:
Many endpoints return paginated results. By default, endpoints return 20 items per page. You can specify which page of results to return using the offset
parameter:
The number of items to skip. Use this for pagination.
The number of items to return per page (where supported).
Rate limiting information is provided in the response headers:
If you have any questions or need help with API integration, please contact our support team at support@konstantly.com.