GET /api/v1/time-slots/providers endpointcurl "https://blacktwist.app/api/v1/time-slots?providerId=clx...." \
-H "Authorization: Bearer bt_api_..."{
"timeSlots": [
{
"timeSlotHour": 9,
"timeSlotMinute": 0,
"weekDays": [1, 2, 3, 4, 5]
},
{
"timeSlotHour": 17,
"timeSlotMinute": 30,
"weekDays": [1, 3, 5]
}
]
}GET /api/v1/subscriptioncurl https://blacktwist.app/api/v1/subscription \
-H "Authorization: Bearer bt_api_..."{
"planType": "paid",
"planName": "Pro Monthly",
"isFreePlan": false,
"remainingPosts": "unlimited",
"limits": {
"maxTeams": 3,
"maxMembers": 5,
"maxAccounts": 10
},
"teamPlan": null,
"currentTeam": null
}GET /api/v1/settingscurl https://blacktwist.app/api/v1/settings \
-H "Authorization: Bearer bt_api_..."{
"notificationsTimezone": "America/New_York",
"dateFormat": "12-hours",
"calendarDateFormat": "MM/DD",
"autoRepostEnabled": true,
"autoRepostDelays": ["168", "336"],
"dailyEmailEnabled": true,
"reminderType": "smart",
"reminderTime": "09:00"
}"24-hours" or "12-hours""daily", "smart", or "off"GET /api/v1/teamsisActive field indicates which team is currently selected.curl https://blacktwist.app/api/v1/teams \
-H "Authorization: Bearer bt_api_..."{
"teams": [
{
"id": "personal",
"name": "Personal",
"role": "OWNER",
"isActive": true
},
{
"id": "ws_abc123",
"name": "Marketing Team",
"role": "ADMIN",
"isActive": false,
"createdAt": "2025-01-10T12:00:00.000Z"
}
]
}BlackTwist
Give your social a twist.
© Copyright 2026 BlackTwist. All rights reserved.