Update API key
api-keys
Update API key
Updates a single API key. You can update the keys name, description, status, and rate limit. You cannot mutate the actual key itself.
PATCH
Update API key
Documentation Index
Fetch the complete documentation index at: https://docs.fingerprint.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Management API version.
Path Parameters
Body
application/json
Name of an API key.
Required string length:
3 - 255Description for an API key.
Required string length:
3 - 255Set API key status. Use to enable or disable an API key.
Available options:
enabled, disabled Set rate limit for an API key. Value is in request-per-second.
Required range:
x >= 0.1Response
Updated API key object.