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

EndpointDescription
authConfirmVerify user email
authLoginLogin as a user
authPasswordCompleteComplete password reset
authPasswordResetRequest password reset
authPasswordVerifyVerify password code
authRefreshRefresh a user token
customersAuthPasswordResetRequest password reset

Types

Types
CustomerPasswordReset
Token
TokenAndUserID
UserLogin
UserPasswordReset
UserPasswordResetComplete
UserPasswordResetVerify