Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zoom/remote interviews? #13

Open
beaglecodes opened this issue Jul 8, 2021 · 1 comment
Open

Zoom/remote interviews? #13

beaglecodes opened this issue Jul 8, 2021 · 1 comment

Comments

@beaglecodes
Copy link

Would it be possible to add a checker for zoom/remote interviews? I have been manually checking for Nexus daily but nothing available for next 5 years.

@JonLaliberte
Copy link

Looks like the data for the normal appointments is available without being logged at: https://ttp.cbp.dhs.gov/schedulerapi/slots?orderBy=soonest&limit=3&locationId=XXXX&minimum=1
Returns JSON data for the appointments.

Whereas the remote appointments are only available when you include auth:
https://ttp.cbp.dhs.gov/schedulerapi/remote/slots?startTimestamp=2022-03-28T00%3A00%3A00&endTimestamp=2022-06-02T00%3A00%3A00&tzData=America%2FNew_York&serviceName=Global%20Entry
Returns a 503/Forbidden.

When logged in it returns JSON like:

[ {
  "active" : 0,
  "total" : 2,
  "pending" : 0,
  "conflicts" : 0,
  "duration" : 15,
  "timestamp" : "2022-03-28T07:45",
  "remote" : true
}, {
  "active" : 0,
  "total" : 2,
  "pending" : 0,
  "conflicts" : 0,
  "duration" : 15,
  "timestamp" : "2022-03-28T08:00",
  "remote" : true
},
...

So, in theory it may be possible, but it would require a number of changes to make it work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants