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
}List all custom plugins uploaded to the 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
}Documentation Index
Fetch the complete documentation index at: https://docs.mixpeek.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.
"Bearer YOUR_API_KEY"
"Bearer YOUR_STRIPE_API_KEY"
Was this page helpful?