-
-
Notifications
You must be signed in to change notification settings - Fork 157
How to get Auth Token
Duy Pham Le edited this page Feb 26, 2025
·
10 revisions
- Use to send requests to the official DPS scheduler, if dont have this all request to DPS scheduler will be rejected. The free and automated way like broswer method are not stable.
- Go to the official appointment website
- Turn on dev tools (F12 or Ctrl + Shift + I or Command + Shift + I for Mac)
- On the top of the dev tools, go to the Network tab
- Enter your first name, last name, last4SSN and hit next.
Note
Make sure your first name, last name, last4SSN are the exact same with your config.yml
file. If not the token will be rejected when you start hold/booking the slot.
- Check on the dev tools for auth endpoint (there should be 2 auth endpoint)
- Go to the one that the request method is POST

- Go to the
response
tab and copy the token