Skip to main content
GET
/
auth
/
shopify
/
token
cURL
curl --request GET \
  --url https://api.juo.io/customer/v1/auth/shopify/token \
  --header 'X-Delegated-Token: <api-key>' \
  --header 'X-Tenant-ID: <x-tenant-id>'
{
  "token": "<string>"
}

Authorizations

X-Delegated-Token
string
header
required

Headers

X-Tenant-ID
string
required

Unique identifier of the tenant in the system (usually a store identifier)

Response

200 - application/json

Default Response

token
string
required