cURL
curl --request GET \ --url https://api.dualship.run/plugins/{id} \ --header 'Authorization: Bearer <token>'
{ "category": "payment", "config": {}, "description": "Process payments via Stripe", "enabled": true, "id": "stripe-payment", "name": "Stripe Payment", "version": "1.0.0" }
Get details of a specific plugin
JWT Bearer token authentication
Plugin ID
Plugin details
Detailed plugin information
"payment"
Show child attributes
"Process payments via Stripe"
true
"stripe-payment"
"Stripe Payment"
"1.0.0"
Was this page helpful?