Authorization: Bearer ********************curl --location --request GET 'https://api.cobre.co/v1/money_movement_schedulers' \
--header 'Authorization: Bearer <token>'{
"total_items": 1,
"total_pages": 1,
"is_last_page": false,
"page_items": 50,
"contents": [
{
"id": "mms_Y0rc0nngKOgojG",
"creator": "cli_vdke2laqnj_146",
"alias": "Scheduler to Payments",
"amount": 100,
"description": "my description",
"active_status": false,
"schedule_pattern": "0/1 * * * ? *",
"account_source_ids": [
"acc_DIID00Wxkc"
],
"destination_id": "cp_ZHge1gob62",
"created_at": "2025-12-01T05:17:07Z",
"updated_at": "2025-12-01T05:17:22Z",
"checker_approval": false
}
]
}