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

Response

200
application/json

api keys list

The response is of type object.