/auth/login
/auth/login
This endpoint is used to authenticate an individual user. A succcessful login will return a unique token along with the following user information:
- user
- user_id
- email
- first_name
- last_name
- subscription
- part_number
- expire_date
Authentication
Authorizationstring
API Key authentication via header
Query parameters
email
password
md5 hashed password
Request
This endpoint expects an object.
email
password
Response headers
X-Frame-Options
X-XSS-Protection
X-Content-Type-Options
Strict-Transport-Security
Response
OK
user
token
subscription