# Login Retrieve Security Token to access Unknown Golf APIs Endpoint: POST /v1/auth Version: 1.0 ## Request fields (application/json): - `email` (string, required) Email address Example: "support@unknowngolf.com" - `password` (string, required) Password Example: "SuPP0r$z" ## Response 200 fields (application/json): - `token` (string) Access token Example: "eyJhbGc4NCJ9.eyJzdWIiOiJ1cC5hcGlAdW5rbm93bmdvbGYyOSwieHAiOjQyMTEyMTQxMDgxfQ.eRDA6Ubn9OgY_5M4u8ENSrPFP5X9X4ZcuM" - `tokenType` (string) Token Type Example: "Bearer" - `expiresIn` (integer) Number of seconds until the token expires Example: 86400 - `scope` (string) Token Type Example: "read write"