Client
Rotate Key
Rotate you’re key.
POST
Rotate Key
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Rotate you’re key.
curl --request POST \
--url http://service.authmatech.com/v1/api/clients/rotate-key \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--header 'X-CLIENT-ID: <x-client-id>' \
--data '
{
"secretKey": "<string>"
}
'{
"success": true,
"messages": [
{
"type": "SUCCESS",
"httpStatus": "OK",
"technical": false
}
],
"data": {
"newApiKey": "string"
}
}curl --request POST \
--url http://service.authmatech.com/v1/api/clients/rotate-key \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--header 'X-CLIENT-ID: <x-client-id>' \
--data '
{
"secretKey": "<string>"
}
'{
"success": true,
"messages": [
{
"type": "SUCCESS",
"httpStatus": "OK",
"technical": false
}
],
"data": {
"newApiKey": "string"
}
}