Auth
Authenticate Seller
Authenticate a seller and receive the JWT token to be used in the header of subsequent requests.
When used with a third-party provider, such as Google, the request returns a location
property. You redirect to the specified URL in your frontend to continue authentication with the third-party service.
POST
Path Parameters
The provider used for authentication.
Example:
"emailpass"
Body
application/json · input · object
The input data necessary for authentication. For example, for email-pass authentication, pass email
and password
properties.
Response
200
application/json
OK
The authentication's details.
The authentication's details.
The authentication's details.