GET to /airbnb_jobs/[JOB_ID] RESPONSE The response will be an object with the job id, name, listing_ids, and frequency.
DELETE to /airbnb_jobs/ Note: Deleting a job may take up to 24 hours for new files to stop being created and billing to end. RESPONSE
GET to /airbnb_jobs/ RESPONSE The response will be an array of objects, each job will be an object with a job id and a name.
POST to /airbnb_jobs/ REQUEST The post request should must have a JSON body containing an object with the keys “listing_ids” and “name”. “listing_ids” should be…
The RentalData.io API can be reached at https://api.rentaldata.io All requests to our API require an Authorization header containing your API token as provided to you…