cURL
curl --request GET \ --url https://api.nugen.in/api/v3/api-keys/ \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "key": "<string>", "createdBy": "<string>", "createdAt": "2023-11-07T05:31:56Z", "lastUsed": "2023-11-07T05:31:56Z", "usage": -1, "status": "active" } ]
List all API keys for the authenticated user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type ApiKeyResponse · object[].
ApiKeyResponse · object[]
Was this page helpful?