REST API
Last updated
Last updated
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.
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
.
/workspaces/me
/languages
Project ID
Page number
Page size
/projects
Page number
Page size
/projects/{id}
Project ID
/phrases
Revision ID
Page number
Page size
/phrases/{id}
Phrase ID
/phrase-exports
/possible-locales
/email-templates
Project ID
Page number
Page size
/email-template-exports
mjml
, html