{
"opencollection": "1.0.0",
"info": {
"name": "Kit Accounts API",
"version": "4.0"
},
"items": [
{
"info": {
"name": "Accounts",
"type": "folder"
},
"items": [
{
"info": {
"name": "Get current account",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.kit.com/v4/account",
"auth": {
"type": "apikey",
"key": "X-Kit-Api-Key",
"value": "{{X-Kit-Api-Key}}",
"placement": "header"
}
},
"docs": "Get current account"
},
{
"info": {
"name": "List colors",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.kit.com/v4/account/colors",
"auth": {
"type": "apikey",
"key": "X-Kit-Api-Key",
"value": "{{X-Kit-Api-Key}}",
"placement": "header"
}
},
"docs": "List colors"
},
{
"info": {
"name": "Update colors",
"type": "http"
},
"http": {
"method": "PUT",
"url": "https://api.kit.com/v4/account/colors",
"body": {
"type": "json",
"data": "{}"
},
"auth": {
"type": "apikey",
"key": "X-Kit-Api-Key",
"value": "{{X-Kit-Api-Key}}",
"placement": "header"
}
},
"docs": "Update colors"
},
{
"info": {
"name": "Get Creator Profile",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.kit.com/v4/account/creator_profile",
"auth": {
"type": "apikey",
"key": "X-Kit-Api-Key",
"value": "{{X-Kit-Api-Key}}",
"placement": "header"
}
},
"docs": "Get Creator Profile"
},
{
"info": {
"name": "Get email stats",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.kit.com/v4/account/email_stats",
"auth": {
"type": "apikey",
"key": "X-Kit-Api-Key",
"value": "{{X-Kit-Api-Key}}",
"placement": "header"
}
},
"docs": "Get email stats"
},
{
"info": {
"name": "Get growth stats",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.kit.com/v4/account/growth_stats",
"params": [
{
"name": "ending",
"value": "02/09/2023",
"type": "query",
"description": "Get stats for time period ending on this date (format yyyy-mm-dd). Defaults to today."
},
{
"name": "starting",
"value": "02/10/2023",
"type": "query",
"description": "Get stats for time period beginning on this date (format yyyy-mm-dd). Defaults to 90 days ago."
}
],
"auth": {
"type": "apikey",
"key": "X-Kit-Api-Key",
"value": "{{X-Kit-Api-Key}}",
"placement": "header"
}
},
"docs": "Get growth stats for a specific time period. Defaults to last 90 days.
NOTE: We return your stats in your sending time zone. This endpoint does not return timestamps in UTC."
}
]
}
],
"bundled": true
}