Response
200 - application/json
api key object
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
Show child attributes
Was this page helpful?