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 |
|---|---|---|---|
| authorizationrequired | string | | Access token |
| Key | Type | Example | Description |
|---|---|---|---|
| keyrequired | string | | Redis key pattern to analyze |
{
"invalid": [
"example"
],
"pins": [
"example"
],
"valid": [
"example"
]
}{
"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
