cURL
curl --request POST \ --url https://api.dualship.run/plugins/{id}/configure \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "api_key": "sk_test_123", "settings": {} } '
{ "configured": true, "id": "stripe-payment" }
Configure a plugin with credentials/settings
JWT Bearer token authentication
Plugin ID
Plugin configuration
"sk_test_123"
Show child attributes
Plugin configured successfully
Plugin configuration response
true
"stripe-payment"
Was this page helpful?