cURL
curl --request POST \ --url https://app.tagadapay.com/api/public/v1/plugins/list \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "storeId": "<string>" } '
{ "message": "<string>", "code": "<string>", "issues": [ { "message": "<string>" } ] }
Get all plugins associated with a specific store
Enter your API key as: Bearer your-api-key
Bearer your-api-key
Successful response