Saki Docs
Biopageeditor

Show

Base URLhttps://app.usesaki.com/api
get/spaces/{space}/bio

bio.show

AuthorizationBearer <token>

Path Parameters

spacerequiredinteger

The space ID

Response

curl -X GET "https://app.usesaki.com/api/spaces/{space}/bio" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
{
  "data": {
    "id": 0,
    "slug": "string",
    "title": "string",
    "description": "string",
    "theme": "string",
    "avatar": "string",
    "is_enabled": true,
    "public_url": "string",
    "created_at": "2024-01-01T00:00:00Z",
    "updated_at": "2024-01-01T00:00:00Z"
  }
}