REST API

The Recontent.app 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.

Authentication

The Recontent.app API uses API keys to authenticate requests. You can view and manage your API keys in your workspace integrations settings.

API keys are sent for each request in an Authorization header. If your API key is 123456, each request must send the following header: Authorization: Bearer 123456.

Last updated