Skip to main content
GET
/
publishers
/
{publisherId}
/
permissions
Retrieve permissions the user has for a given publisher
curl --request GET \
  --url https://api.comfy.org/publishers/{publisherId}/permissions
{
  "canEdit": true
}

Documentation Index

Fetch the complete documentation index at: https://dripart-mintlify-e28287af.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

publisherId
string
required

Response

A list of permissions

canEdit
boolean