Introduction
This API is documented in OpenAPI format and is used to support the RiTA platform.
The recommended development experience is to browse these docs for intended functionality, then load the OpenAPI specification into Postman or a similar API testing tool.
All response and ingestion formats for this API are Javascript Object Notation (JSON) - see JSON.
All date-time fields are expected to be in ISO8601 format to avoid any ambiguity.
Download OpenAPI Specification
Authentication
This API requires authentication to be generated inside of the RiTA platform from the integrations page. Please visit that page to generate an API Key.
All requests to this API will require an Authorization: Bearer <api_key> header to successfully authenticate.
Note: Each RiTA account can have multiple API Keys. It is important to note that these API Keys are independent of one another (e.g. Key A cannot read information ingested via Key B).
Cross-Origin Resource Sharing (CORS)
This API features Cross-Origin Resource Sharing (CORS) implemented in compliance with the W3C spec. And that allows cross-domain communication from the browser. All responses have a wildcard same-origin which makes them completely public and accessible to everyone, including any code on any site.