Skip to content

How to get Auth Token

Duy Pham Le edited this page Feb 26, 2025 · 10 revisions

Why?

  • 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.

Steps

  • 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
Screenshot 2024-08-06 at 10 12 57 AM
  • Go to the response tab and copy the token

image

Clone this wiki locally