Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://cds.thepublive.com/publisher/{publisher_id}/authors/ \ --header 'Authorization: Basic <encoded-value>'
{ "status": "ok", "data": [ { "id": 1, "name": "Jane Doe", "slug": "jane-doe", "email": "jane@publication.com", "description": "Senior correspondent covering technology and business.", "linkedin": "https://linkedin.com/in/janedoe", "twitter": "https://twitter.com/janedoe", "instagram": "", "facebook": "", "avatar": "https://cdn.publive.com/avatars/jane-doe.jpg", "created_at": "2025-01-15T10:00:00Z", "updated_at": "2026-01-20T14:30:00Z" } ], "message": "", "page_no": 1, "per_page": 10 }
Fetch a list of all authors
Was this page helpful?