Show the current account
Gets details for the current accountEndpoint
GET /v3/account
Parameters
string
required
Your API secret key
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Account v3 endpoints
GET /v3/account
curl https://api.convertkit.com/v3/account?api_secret=<your_secret_api_key>
{
"name":"Acme Corp.",
"primary_email_address":"you@example.com"
}
Was this page helpful?