API ReferenceEmbed

Create a one-time embed token

Mint a short-lived token for embedding a project-scoped dashboard, optionally constrained by filters. Requires an API token (or the legacy secret key).

POST
/projects/{project_id}/embed/ott
AuthorizationBearer <token>

Organization API Token (prefixed sk_) sent as Authorization: Bearer sk_.... Create one in Settings and grant it scopes. Server-side only.

In: header

Path Parameters

project_idstring

The project this request addresses. It must belong to the token's organization, or be the project of a project-scoped credential.

filters?|null

Response Body

curl -X POST "https://api.logspot.io/v1/projects/string/embed/ott" \  -H "Content-Type: application/json" \  -d '{}'
Empty
Empty
Empty