GET https://cds.thepublive.com/publisher/{publisher_id}/
Returns the complete publisher profile including branding, configuration, social links, ad settings, and metadata.
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| username | string | Yes | API Key |
| password | string | Yes | API Secret |
Response Fields
| Field | Type | Description |
|---|---|---|
name | string | Publisher name |
logo | string | Logo URL |
favicon | string | Favicon URL |
primary_color | string | Brand primary color (hex) |
secondary_color | string | Brand secondary color (hex) |
social_links | object | Social media profile URLs |
meta_title | string | Default SEO meta title |
meta_description | string | Default SEO meta description |
reader_login_config | object | Reader login/paywall configuration |
ad_configurations | object | Advertisement configuration settings |
- 200: OK