Authentication API
This document explains how to use Authentication APIs. Authentication APIs use HTTP POST protocol and send and receive messages in JSON format.
Endpoint
API References
Authenticate
Body
userTypestringOptional
User type (store, employee, platform, customer, root)
idstringOptional
User ID
passwordstringOptional
User password
tokenstringOptional
JWT
Responses
200
Returns a JWT (JSON Web Token) for authentication
application/json
400
Missing parameters
application/json
404
User not found
application/json
post
/auth/auth-userExample
Last updated