Resy_authenticate
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in miliseconds.
This function can be used to generate an authentication token for Resy, which can be used to view favorites, set notifies, or even make reservations.
Inputs
An AuthParams
object containing:
email
- The email address for your Resy account. Probably best to keep private.password
- The password for your Resy account. Definitely keep this private, and place it in a secret.
Returns
An AuthResponse
object containing:
id
- Your Resy account id.token
- Your Resy account token, used to authenticate you in subsequent API calls.
See other Resy vals I've made.
Migrated from folder: Resy/Resy_authenticate