cURL
curl --request POST \ --url http://app.localhost:3000/api/public/v1/plugins/v2/manifest/validate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "manifest": "<unknown>" } '
{ "message": "<string>", "code": "<string>", "issues": [ { "message": "<string>" } ] }
Validate a plugin manifest without deploying.
Returns structured validation results:
This endpoint is:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response