Skip to main content
GET
/
service-accounts
/
{org}
/
{name}
/
api-keys
List API keys for a service account
curl --request GET \
  --url https://app.kosli.com/api/v2/service-accounts/{org}/{name}/api-keys \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "description": "<string>",
    "created_at": 123,
    "expires_at": 123,
    "last_used_at": 123
  }
]

Documentation Index

Fetch the complete documentation index at: https://kosli-reference-docs-v2-17-6.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

name
string
required
org
string
required

Response

Successful Response

id
string
required
description
string
required
created_at
number
required
expires_at
integer
required
last_used_at
number | null
Last modified on May 7, 2026