Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

pluginId
string
required

Response

200 - application/json

Returns data about the plugin.

id
string
required
name
string
required
positions
enum<string>[]
required
Available options:
dashboard,
view,
contextMenu,
panel
secret
string
required
status
enum<string>
required
Available options:
developing,
reviewing,
published
createdTime
string
required
lastModifiedTime
string
required
description
string
detailDesc
string
config
object
url
string
helpUrl
string
i18n
object
Example:
pluginUser
object
Last modified on March 5, 2026