Sign In
Customer Sign In
Customer Sign-In
This endpoint allows customers to sign in with their email and password.
Request Body
email
(string, required): The email address of the customer.password
(string, required): The password for the customer’s account.
Response
status
(string): The status of the sign-in request.message
(string): A message related to the sign-in status.data
(object):user_details
(object):id
(string): The unique identifier of the user.first_name
(string): The first name of the user.last_name
(string): The last name of the user.email
(string): The email address of the user.is_email_verified
(boolean): Indicates whether the user’s email is verified.
access_token
(string): The access token for the authenticated session.id_token
(string): The ID token for the authenticated session.refresh_token
(string): The refresh token for the authenticated session.customer_details
(object):id
(string): The unique identifier of the customer.name
(string): The name of the customer.
POST
Was this page helpful?