Client
Rotate an API key (dashboard)
POST
Rotate an API key (dashboard)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url http://service.authmatech.com/v1/api/clients/{clientId}/rotate-key \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"secretKey": "<string>"
}
'{}curl --request POST \
--url http://service.authmatech.com/v1/api/clients/{clientId}/rotate-key \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"secretKey": "<string>"
}
'{}