Skip to main content
GET
/
v1
/
namespaces
/
{namespace_id}
/
plugins
List plugins in namespace
curl --request GET \
  --url https://api.mixpeek.com/v1/namespaces/{namespace_id}/plugins
{
  "plugins": [
    {
      "plugin_id": "<string>",
      "name": "<string>",
      "version": "<string>",
      "deployed": true,
      "validation_status": "<string>",
      "feature_uri": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "description": "<string>"
    }
  ],
  "total": 123,
  "namespace_id": "<string>",
  "success": true
}

Headers

Authorization
string

REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.

Examples:

"Bearer YOUR_API_KEY"

"Bearer YOUR_STRIPE_API_KEY"

Path Parameters

namespace_id
string
required

Response

Successful Response

Response model for listing plugins.

plugins
PluginListItem · object[]
required
total
integer
required
namespace_id
string
required
success
boolean
default:true