Customer API
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>" }
Returns a Shopify authentication token.
Unique identifier of the tenant in the system (usually a store identifier)
Default Response