Skip to main content
GET
/
api
/
agent
/
schedule
/
suggest
Get recommended posting time slots
curl --request GET \
  --url https://www.citedy.com/api/agent/schedule/suggest \
  --header 'Authorization: Bearer <token>'
{
  "slots": [
    "<string>"
  ],
  "postsPerDay": 123,
  "timezone": "<string>",
  "source": "custom"
}

Authorizations

Authorization
string
header
required

Bearer citedy_agent_* key

Response

Suggested slots

slots
string[]
required
Pattern: ^([01]\d|2[0-3]):[0-5]\d$
postsPerDay
integer
required
timezone
string
required
source
enum<string>
required
Available options:
custom,
recommended