Skip to main content
POST
/
api
/
public
/
v1
/
plugins
/
v2
/
source-data
Get deployment source data (V2)
curl --request POST \
  --url http://app.localhost:3000/api/public/v1/plugins/v2/source-data \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "pluginId": "<string>",
  "deploymentId": "<string>"
}
'
{
  "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.

Body

application/json
pluginId
string
required
Minimum string length: 1
deploymentId
string

Response

Successful response