Provide the phone number of the user for whom the job(s) is/are required to be paused.
- Request type -
POST
- API Endpoint -
/stop
- Payload
{ "phone": "919XXXXXXXXX" }
- Response
{ "message": "success" }
This project implements Advanced Python Scheduler (APScheduler) with Flask and stores the jobs in MongoDB jobstore
Python