Authentication > Auth
Commerce APIAuthenticationAuth

Auth

Most APIs necessitate authorization. Auth APIs equip you with the tools to obtain and manage a JWT (JSON Web Token). This is also the place where you can reset your password if needed.

Endpoints

EndpointDescriptionJSON API
authConfirmVerify user emailPOST:auth/confirm.json
authLoginLogin as a userPOST:auth/login.json
authPasswordCompleteComplete password resetPOST:auth/password/complete.json
authPasswordResetRequest password resetPOST:auth/password/reset.json
authPasswordVerifyVerify password codePOST:auth/password/verify.json
authRefreshRefresh a user tokenPOST:auth/refresh.json
customersAuthPasswordResetRequest password resetPOST:customers/auth/password/reset.json

Types

Types
CustomerPasswordReset
Token
TokenAndUserID
UserLogin
UserPasswordReset
UserPasswordResetComplete
UserPasswordResetVerify