Biopageeditor
Show
Base URL
https://app.usesaki.com/apiget
/spaces/{space}/biobio.show
Authorization
Bearer <token>Path Parameters
spacerequiredintegerThe 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"
}
}