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 | Description |
|---|---|---|---|
| authorization required | string |
"Bearer access_token"
|
Access token
|
| Key | Type | Example | Description |
|---|---|---|---|
| key required | string |
"user:{user_id}:profile"
|
Redis key pattern to analyze
|
{
"valid": [
"example-string"
],
"invalid": [
"example-string"
],
"pins": [
"example-string"
]
}
{
"error": "INVALID_TYPES"
}
| Status | Error Code | Description |
|---|---|---|
401 |
INVALID_TYPES |
Invalid types or authentication error |
403 |
AUTH_REQUIRED |
Authentication required |
| Permission | Description |
|---|---|
Bearer token |
Access token required via Authorization header, x-authtoken, x-token, query param, or cookie |
key_pin_types_create |
Required scope: key_pin_types_create |
Back to Redis Keys Return to the Redis Keys category to view other endpoints All API Categories Browse all available API categories