v1

latestOpenAPI 3.1.02026-07-22115189303.8 KB
Inbox Embeds

Create inbox embed

Create an embeddable inbox access link.

The response includes token and embed_url once. Store the embed URL when you create it; list, get, and update responses omit the secret.

post/inbox_embeds

Request body

Response

Inbox embed created

Example response

{
  "data": {
    "allowed_origins": [
      "https://app.example.com"
    ]
  }
}