Skip to main content
POST
/
internal
/
dogfood
/
support
/
conversations
Create a conversation
curl --request POST \
  --url https://api.stack-auth.com/api/v1/internal/dogfood/support/conversations \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "conversation_id": "<string>"
}

Documentation Index

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

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

Body

application/json
subject
string
required
message
string
required

Response

200 - application/json

Successful response

conversation_id
string
required