Error
A valid request URL is required to generate request examples{
"success": true,
"data": {
"id": "dest_7a2c",
"name": "Sales Hermes",
"provider": "hermes",
"deliveryMode": "webhook_queue",
"endpointUrl": "https://ops.example.com/flowyte/escalations",
"allowedChannels": [
"chat"
],
"capabilities": [
"reply",
"resolve"
],
"contextProfile": "sales",
"transcriptWindow": 20,
"claimSlaSeconds": 120,
"status": "active",
"lastVerifiedAt": "2026-07-10T12:00:00.000Z",
"fallbackRef": "email:sales@example.com",
"createdAt": "2026-06-01T00:00:00.000Z",
"updatedAt": "2026-07-10T12:00:00.000Z"
}
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}Escalation
Get an escalation destination
Fetch one escalation destination. The signing secret is NEVER returned by a read path.
GET
/
escalation-destinations
/
{id}
Error
A valid request URL is required to generate request examples{
"success": true,
"data": {
"id": "dest_7a2c",
"name": "Sales Hermes",
"provider": "hermes",
"deliveryMode": "webhook_queue",
"endpointUrl": "https://ops.example.com/flowyte/escalations",
"allowedChannels": [
"chat"
],
"capabilities": [
"reply",
"resolve"
],
"contextProfile": "sales",
"transcriptWindow": 20,
"claimSlaSeconds": 120,
"status": "active",
"lastVerifiedAt": "2026-07-10T12:00:00.000Z",
"fallbackRef": "email:sales@example.com",
"createdAt": "2026-06-01T00:00:00.000Z",
"updatedAt": "2026-07-10T12:00:00.000Z"
}
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}Authorizations
Flowyte secret API key (Authorization: Bearer flowyte_sk_live_…). Scope-gated; is scoped to your organization — a key can never reach another tenant. The listed scopes in each operation's apiKey requirement are the scopes that key must hold. The tokenUrl is nominal: keys are minted in the dashboard.
Path Parameters
The escalation-destination id (from listEscalationDestinations / createEscalationDestination).