GET https://cds.thepublive.com/publisher/{publisher_id}/authors/
Returns a paginated list of all authors with their profile information and social links.
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| username | string | Yes | API Key |
| password | string | Yes | API Secret |
Query Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| page | integer | 1 | Page number (max: 1000) |
| limit | integer | 10 | Items per page (max: 50) |
Response Fields
Each author contains:| Field | Type | Description |
|---|---|---|
id | integer | Unique author identifier |
name | string | Author name |
slug | string | URL-friendly slug |
email | string | Author email |
description | string | Author bio |
linkedin | string | LinkedIn profile URL |
twitter | string | Twitter profile URL |
instagram | string | Instagram profile URL |
facebook | string | Facebook profile URL |
avatar | string/null | Profile image URL |
created_at | datetime | When the author was created |
updated_at | datetime | When the author was last updated |
- 200: OK