cURL
curl --request GET \ --url https://app.dograh.com/api/v1/user/api-keys
[ { "id": 123, "name": "<string>", "key_prefix": "<string>", "is_active": true, "created_at": "2023-11-07T05:31:56Z", "last_used_at": "2023-11-07T05:31:56Z", "archived_at": "2023-11-07T05:31:56Z" } ]
Retrieve all API keys for your organization
key
key_prefix
?include_archived=true
Successful Response