Headers
Bearer token authentication using your API key. Format: 'Bearer your_api_key'. To get an API key, create an account at mixpeek.com/start and generate a key in your account settings. Example: 'Bearer sk_1234567890abcdef'
Body
application/json
Request schema for listing namespaces.
Optional filters to apply to the namespace list.
Example:
{
"description": "test",
"namespace_name": { "$regex": "^my_namespace" }
}
Optional sort criteria for the namespace list.
Example:
{
"direction": "asc",
"field": "namespace_name"
}