POST /_system/key_pin_types
Get pin type information for a Redis key pattern (authentication required)
Get pin type information for a Redis key pattern (authentication required)
| Key | Type | Example | |
|---|---|---|---|
| authorization required | string |
"Bearer your-jwt-token"
|
| Key | Type | Example | Description |
|---|---|---|---|
| key required | string |
"user:{user_id}:profile"
|
Redis key pattern to analyze
|
{
"pins": [
{}
],
"invalid": [
"example-string"
]
}
{
"success": false,
"error": "ERROR_KEY"
}
| Error Code | Description |
|---|---|
| HTTP_401 | Invalid types or authentication error |
| HTTP_403 | Authentication required |
| permission | description |
|---|---|
BearerAuth |
JWT access token obtained from login endpoint required |
Back to Redis Keys Return to the Redis Keys category to view other endpoints All API Categories Browse all available API categories