Skip to main content
GET
/
api
/
public
/
v1
/
plugins
/
v2
/
instances
/
detail
/
{instanceId}
Retrieve a single instance
curl --request GET \
  --url http://app.localhost:3000/api/public/v1/plugins/v2/instances/detail/{instanceId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "code": "<string>",
  "issues": [
    {
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

instanceId
string
required

Response

Successful response