Skip to main content
POST
/
api
/
v1
/
tasks
/
trigger-daily-tasks
Trigger Daily Tasks
curl --request POST \
  --url http://localhost:8000/api/v1/tasks/trigger-daily-tasks \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "started_at": "2023-11-07T05:31:56Z",
  "task_id": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json

Successful Response

The schema for triggering daily tasks result.

success
boolean
required
message
string
required
started_at
string<date-time>
required
task_id
string | null