curl --request GET \
--url https://api.wapikit.com/api/auth/api-keys/regenerate
{
"apiKey": {
"uniqueId": "<string>",
"key": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
}
regenerates the API key
curl --request GET \
--url https://api.wapikit.com/api/auth/api-keys/regenerate
{
"apiKey": {
"uniqueId": "<string>",
"key": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
}
api key object
The response is of type object
.
Was this page helpful?