Skip to main content
POST
Customer OAuth sign in

Authorizations

x-api-key
string
header
default:sfk_your_api_key
required

Storefront API key (sfk_...)

Body

application/json
tokenName
string
default:storefront

Unique key identifier for this authentication session (e.g., frontend identifier)

Example:

"web_app"

Response

200 - application/json
accessToken
string
required

JWT access token for authenticating API requests

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."

refreshToken
string
required

JWT refresh token for obtaining new access tokens

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."

Last modified on July 26, 2026