Zoona
Start conversation
AuthorizationBearer <token>
In: header
Header Parameters
idempotency-key?string
Optional idempotency key. Repeating the same key with an identical body returns the cached response for 5 minutes; a different body returns 409.
user?
session_token?string
Opaque session token returned by a previous /zoona/start call. Pass it to continue an existing session instead of starting a fresh one.
Length
1 <= length <= 200message
metadata?
Response Body
application/json
curl -X POST "https://app.sparrowdesk.com/v1/zoona/start" \ -H "Content-Type: application/json" \ -d '{ "message": { "body": "string" } }'{
"conversation_id": "string",
"status": "string",
"received_at": "2019-08-24T14:15:22Z",
"session_token": "string",
"identity_state": "anonymous"
}Empty
Empty
Empty
Empty
Empty
Empty