Skip to main content
POST
/
support
/
requests
Error
A valid request URL is required to generate request examples
{
  "data": {
    "status": "sent"
  },
  "success": true
}

Authorizations

Authorization
string
header
required

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.

Body

application/json
message
string
required

The user's message. Required.

category
string

Topic bucket (e.g. "Billing").

page
string

Client route the form was opened from.

email
string

Auto-filled from the platform (advisory; the server re-verifies).

name
string

Auto-filled from the platform (advisory).

orgName
string

Auto-filled from the platform (advisory).

Response

The request was emailed to support.

data
object
success
boolean