Skip to main content

Show the current account

Gets details for the current account

Endpoint

GET /v3/account

Parameters

api_secret
string
required
Your API secret key
curl https://api.convertkit.com/v3/account?api_secret=<your_secret_api_key>
{
  "name":"Acme Corp.",
  "primary_email_address":"you@example.com"
}