Get Api Keys
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"
}
]API Keys
List API Keys
Retrieve all API keys for your organization
GET
/
api
/
v1
/
user
/
api-keys
Get Api Keys
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"
}
]TheDocumentation Index
Fetch the complete documentation index at: https://docs.dograh.com/llms.txt
Use this file to discover all available pages before exploring further.
key field is never returned in list responses — only key_prefix (the first 8 characters) is shown for identification. To include archived keys, pass ?include_archived=true.Query Parameters
⌘I