Update API key expiry
Update API Key Expiry
Update the expiry date for an API key. If expires_at is not set or is null, the current expiry will be removed, making the API key non-expiring.
POST
Update API key expiry
Update the expiry date for an API key. IfDocumentation Index
Fetch the complete documentation index at: https://docs.requesty.ai/llms.txt
Use this file to discover all available pages before exploring further.
expires_at is not set or is null, the current expiry will be removed, making the API key non-expiring.
Authorizations
API key for authentication
Path Parameters
Body
application/json
Expiry date in RFC3339 format (e.g., 2025-12-31T23:59:59Z). If not set or null, the current expiry will be removed, making the API key non-expiring.
Example:
"2025-12-31T23:59:59Z"
Response
Expiry updated successfully
Last modified on April 27, 2026