Scheduling
Get creator ai schedule status
Check whether the creator's AI schedule is active at the current time.
GET
/v1/agencies/{agencyId}/creators/{creatorId}/ai-schedule-activityCheck whether the creator's AI schedule is active at the current time.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
agencyId*string
Length
1 <= lengthcreatorId*string
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/agencies/string/creators/string/ai-schedule-activity" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": { "isActive": true, "activeSchedule": null }, "meta": { "requestId": "string" }}