Skip to main content
GET
/
personas
/
active
Get Active Persona
curl --request GET \
  --url https://api.zo.computer/personas/active \
  --header 'Authorization: Bearer <token>'
{
  "main": "<string>",
  "greeting": "<string>",
  "sms": "<string>",
  "email": "<string>",
  "schedule": {}
}

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Response

200 - application/json

Successful Response

main
string | null
greeting
string | null
sms
string | null
email
string | null
schedule
Schedule · object