Skip to main content
GET
/
pub
/
personas
/
{persona_id}
/
published
List Published Personas
curl --request GET \
  --url https://api.zo.computer/pub/personas/{persona_id}/published \
  --header 'Authorization: Bearer <token>'
{
  "published": [
    {
      "id": "<string>",
      "created_at": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Path Parameters

persona_id
string
required

Response

Successful Response

published
PublishedItem · object[]
required