Authenticate Customer
POST
/auth/customer/{auth_provider}
Auth
location
property. You redirect to the specified URL in your storefront to continue authentication with the third-party service.Request Request Example
JavaScript
Shell
Java
Swift
curl --location -g --request POST '{{BASE_URL}}/auth/customer/' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
200 - Example 1
{
"token": "string"
}
Request
Path Params
auth_provider
string
required
Example:
emailpass
Body Params application/json
Responses
Modified at 2025-06-17 04:21:30