Embed API
To complement the UI embedding mechanisms above, Unito provides a REST API for programmatic access by the embedding app with the following capabilities:
- Workspace management: control the lifecycle and access to workspaces.
- Usage reporting: understand the sync usage levels of your users.
Usage
This API is a RESTful interface with predictable resource-oriented URLs, accepts JSON, returns JSON, and uses standard HTTP features (verbs, response codes, etc.)
API endpoints are relative to the following base URL:
https://api.unito.io/embeds/<embed-id>/
Authentication
API requests are authenticated by an API key, which should be passed in the X-API-Key
header on each request.
Endpoints
Detailed developer documentation based on OpenAPI are available here.