Skip to main content
GET
/
api
/
apps
/
beta
/
apps
/
publisherFilterOptions
Get Publisher Filter Options
curl --request GET \
  --url https://api.example.com/api/apps/beta/apps/publisherFilterOptions \
  --header 'X-Domino-Api-Key: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>"
  }
]

Authorizations

X-Domino-Api-Key
string
header
required

Query Parameters

projectId
string

Optional project ID to filter app publishers by project.

Response

Success

id
string
required
name
string
required