Skip to content

account.get

POST
/oauth/login

Use this endpoint to validate whether a shopper has an existing merchant account using their email address.

Header Parameters

X-Bolt-Hmac-Sha256?string

Bolt sends a signed HMAC for hook verification

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/oauth/login" \  -H "Content-Type: application/json" \  -d '{}'
{  "status": "success"}