Skip to main content
GET
/
v1
/
me
Get authenticated publication
import { ParagraphAPI } from "@paragraph-com/sdk"

const api = new ParagraphAPI({ apiKey: "your-api-key" })
const publication = await api.me.get()
{
  "id": "<string>",
  "name": "<string>",
  "ownerUserId": "<string>",
  "slug": "<string>",
  "customDomain": "<string>",
  "summary": "<string>",
  "logoUrl": "<string>"
}

Authorizations

Authorization
string
header
required

API key for authenticating protected endpoints. Pass as Bearer token in Authorization header.

Response

Authenticated publication details retrieved successfully

id
string
required

Unique identifier for the publication

name
string
required

Display name of the publication

ownerUserId
string
required

ID of the user who owns this publication

slug
string
required

URL-friendly identifier for the publication; accessible at paragraph.com/@[slug]

Required string length: 1 - 256
customDomain
string<uri>

Custom domain configured for this publication

summary
string

Brief description of the publication (max 500 characters)

Maximum string length: 500
logoUrl
string<uri>

URL to the publication's logo image