Sign in

Get current account

documented

Return details about the authenticated Kit account and its owner.

GET /v4/accountAccountsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.kit.com/v4/account" \
  -X GET \
  -H "X-Kit-Api-Key: {{KIT_API_KEY}}" \
  -H "Accept: application/json"
Get current account · Kit · OpenIntegrations