Skip to main content
This guide walks you through making your first API call to Publive.

Step 1: Get your API credentials

The Publive API uses HTTP Basic Auth. You need your API Key, API Secret, and Publisher ID.
  1. Log in to your Publive Dashboard.
  2. Navigate to configurations > API Developer Hub.
  3. Click the View API credentials button.
  4. Copy your API Key and API Secret.
  5. Note your Publisher ID from the dashboard URL.
If you do not have dashboard access, please reach out via our contact page.
Generate your Base64 token by running:
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

That’s it! You’ve successfully fetched content from Publive. The response includes the full post object with title, content, categories, tags, authors, and metadata.

Step 4: Create content via CMS API

To create a new post programmatically, use the Content Management API:

What’s next?

Last modified on July 21, 2026