Copy
Ask AI
curl "https://api.marblecms.com/v1/cm6ytuq9x0000i803v0isidst/authors"
Copy
Ask AI
{
"authors": [
{
"id": "clt92f96m000008l4gken6v2t",
"name": "John Doe",
"image": "...",
"slug": "john-doe",
"bio": "John is a software developer and writer.",
"role": "Software Developer",
"socials": [
{
"url": "https://twitter.com/johndoe",
"platform": "x"
}
],
"count": {
"posts": 0
}
}
],
"pagination": {
"limit": 10,
"currentPage": 1,
"nextPage": null,
"previousPage": null,
"totalPages": 1,
"totalItems": 1
}
}