GET
/
auth
/
api-keys
/
regenerate
curl --request GET \
  --url https://api.wapikit.com/api/auth/api-keys/regenerate
{
  "apiKey": {
    "uniqueId": "<string>",
    "key": "<string>",
    "createdAt": "2023-11-07T05:31:56Z"
  }
}

Response

200 - application/json

api key object

The response is of type object.