Step 1: Get your API credentials
The Publive API uses HTTP Basic Auth. You need your API Key, API Secret, and Publisher ID.- Log in to your Publive Dashboard.
- Navigate to configurations > API Developer Hub.
- Click the View API credentials button.
- Copy your API Key and API Secret.
- Note your Publisher ID from the dashboard URL.
If you do not have dashboard access, please reach out via our contact page.
Important: Keep your API credentials secure. Never expose them in client-side code or public repositories.
Step 2: Make your first API call
Fetch your published posts using the Content Delivery API:Step 3: Understand the response
Step 4: Create content via CMS API
To create a new post programmatically, use the Content Management API:What’s next?
- Authentication — Learn about API authentication in detail
- Core Concepts — Understand posts, categories, tags, and content types
- Content Delivery API — Full CDS API reference
- Content Management API — Full CMS API reference