Manage account: How to manage your account on Paragraph.
Account profile: How to update your account profile on Paragraph.
Social: Add social links and find people you follow on Farcaster.
Subscriptions: See and manage everything you’re subscribed to on Paragraph.
Describe the analytics schema: Returns column metadata for every table and view in the analytics schema. Use this to discover available tables/columns before writing an analytics query.
Run an analytics SQL query: Execute a read-only SQL query against the analytics schema, scoped to your publication.
Create an API auth session: Creates a new browser-based auth session for CLI or other API clients. The returned verification URL should be opened in the user's browser to complete authentication.
Search coins: Search for writer coins by ticker, contract address, or publication name. Returns results ranked by relevance and subscriber count.
Search posts: Search for posts across all publications. Returns results ranked by relevance, popularity, and recency.
Search publications: Search for publications by name, slug, or description. Returns results ranked by relevance and subscriber count.
Send a custom email: Send an email from your publication to a list of recipient addresses.
Get authenticated publication: Returns the publication associated with the API key used in the request. Useful for verifying your API key and retrieving your publication details.
Create a new post: Create a new post in your publication. The publication is identified by the API key provided in the Authorization header.
Delete a post: Permanently delete a post from your publication. The publication is identified by the API key provided in the Authorization header.
Delete a post by slug: Permanently delete a post using its URL slug. The publication is identified by the API key provided in the Authorization header.
Get post by ID: Retrieve detailed information about a specific post.
List your posts: Retrieve a paginated list of posts from your publication. The publication is identified by the API key provided in the Authorization header.
Send a test newsletter email: Sends a test newsletter email for the specified draft post to the publication owner's email address. Useful for previewing how a post will look as a newsletter before publishing. Only works for draft posts.
Update a post by ID: Update an existing post in your publication. The publication is identified by the API key provided in the Authorization header.
Update a post by slug: Update an existing post using its URL slug. The publication is identified by the API key provided in the Authorization header.
Get publication by slug: Retrieve publication details using its URL-friendly slug. Optionally include an @ before the slug.
Get subscriber count: Retrieve the total number of subscribers for a publication.
Update publication settings: Update settings for a publication. The publication is identified by the API key provided in the Authorization header, and the path :publicationId must match the publication that owns the API key.
Add a new subscriber: Add a new subscriber to your publication. The publication is identified by the API key provided in the Authorization header.
Import subscribers from CSV: Import subscribers from a CSV file into your publication. The publication is identified by the API key provided in the Authorization header.
List subscribers: Retrieve a paginated list of subscribers for your publication. The publication is identified by the API key provided in the Authorization header.
Remove a subscriber: Remove a subscriber from your publication. The publication is identified by the API key provided in the Authorization header. Identify the subscriber by email, wallet, or both.
Get user by ID: Retrieve detailed information about a specific user.