GET
account.login

Headers

X-Bolt-Hmac-Sha256
string

Bolt sends a signed HMAC for hook verification

Path Parameters

code
string
required

A temporary authorization code that must be exchanged for an ID token obtained from Bolt's /oauth/token endpoint.

state
string
required

A randomly generated 8-character string.

scope
string
required

Set to openid.

reference
string
required

The order token associated to the shopper logging into a Bolt Account.

Response

OAuth Login Successful

status
enum<string>
required
Available options:
success,
failure
Example:

"success"