Skip to main content
POST
/
api
/
v1
/
chat
/
token
{
  "emails": [
    "string"
  ],
  "external_id": "string",
  "from": "string",
  "mailbox_id": "string",
  "tags": [
    "string"
  ]
}
{
  "expires_at": "integer",
  "token": "string"
}

Documentation Index

Fetch the complete documentation index at: https://docs.algoreg.com/llms.txt

Use this file to discover all available pages before exploring further.

Body parameters

emails
string[]
external_id
string
from
string
mailbox_id
string
tags
string[]

Response body

expires_at
integer
token
string
{
  "emails": [
    "string"
  ],
  "external_id": "string",
  "from": "string",
  "mailbox_id": "string",
  "tags": [
    "string"
  ]
}
{
  "expires_at": "integer",
  "token": "string"
}