cURL
curl --request POST \ --url https://app.tagadapay.com/api/public/v1/plugins/v2/details \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "pluginId": "checkout-plugin" } '
{ "message": "<string>", "code": "<string>", "issues": [ { "message": "<string>" } ] }
Get detailed information about a specific plugin
Enter your API key as: Bearer your-api-key
Bearer your-api-key
Successful response