Refresh API Key
Body
Request to refresh an existing API key with a grace period
api_keystringRequired
The actual API key to refresh
grace_period_minutesinteger · min: 1 · max: 60 · nullableOptional
Grace period in minutes during which both old and new API keys are valid (1-60 minutes)
namestring · nullableOptional
Optional new name for the API key
Responses
200
API key refreshed successfully
application/json
400
Key already deprecated, expired, or invalid
application/json
404
API key not found
application/json
429
Rate limit exceeded
application/json
500
Unexpected error occurred
application/json
post
/v1/merchant/api_key/refreshLast updated