Skip to main content
GET
/
plugins
List available plugins
curl --request GET \
  --url https://api.dualship.run/plugins \
  --header 'Authorization: Bearer <token>'
{
  "plugins": [
    {
      "category": "payment",
      "description": "Process payments via Stripe",
      "enabled": true,
      "id": "stripe-payment",
      "name": "Stripe Payment",
      "version": "1.0.0"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.dualship.run/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT Bearer token authentication

Response

List of plugins

List of available plugins

plugins
object[]