curl --request GET \
--url https://api.kit.com/v4/account \
--header 'X-Kit-Api-Key: <api-key>'
{
"user": {
"email": "[email protected]"
},
"account": {
"id": 31474,
"name": "Kit Greetings",
"plan_type": "creator",
"primary_email_address": "[email protected]",
"created_at": "2023-02-17T11:43:55Z",
"timezone": {
"name": "America/New_York",
"friendly_name": "Eastern Time (US & Canada)",
"utc_offset": "-05:00"
}
}
}
Authenticate API requests via an API Key
Returns current account and user info
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://api.kit.com/v4/account \
--header 'X-Kit-Api-Key: <api-key>'
{
"user": {
"email": "[email protected]"
},
"account": {
"id": 31474,
"name": "Kit Greetings",
"plan_type": "creator",
"primary_email_address": "[email protected]",
"created_at": "2023-02-17T11:43:55Z",
"timezone": {
"name": "America/New_York",
"friendly_name": "Eastern Time (US & Canada)",
"utc_offset": "-05:00"
}
}
}
curl --request GET \
--url https://api.kit.com/v4/account \
--header 'X-Kit-Api-Key: <api-key>'
{
"user": {
"email": "[email protected]"
},
"account": {
"id": 31474,
"name": "Kit Greetings",
"plan_type": "creator",
"primary_email_address": "[email protected]",
"created_at": "2023-02-17T11:43:55Z",
"timezone": {
"name": "America/New_York",
"friendly_name": "Eastern Time (US & Canada)",
"utc_offset": "-05:00"
}
}
}
Authenticate API requests via an API Key
Returns current account and user info
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://api.kit.com/v4/account \
--header 'X-Kit-Api-Key: <api-key>'
{
"user": {
"email": "[email protected]"
},
"account": {
"id": 31474,
"name": "Kit Greetings",
"plan_type": "creator",
"primary_email_address": "[email protected]",
"created_at": "2023-02-17T11:43:55Z",
"timezone": {
"name": "America/New_York",
"friendly_name": "Eastern Time (US & Canada)",
"utc_offset": "-05:00"
}
}
}