Customers

List customers

get
Header parameters
X-Joy-Loyalty-App-KeystringOptional

App ID of your shop which retrieved from the Settings page

Example: {{appKey}}
X-Joy-Loyalty-Secret-KeystringOptional

Secret Key of your shop which retrieved from the Settings page

Example: {{secretKey}}
Responses
200

OK

application/json
get
/rest_api/v1/customers
200

OK

Get a customer

get
Path parameters
customerIdstringRequired
Header parameters
X-Joy-Loyalty-App-KeystringOptional

App ID of your shop which retrieved from the Settings page

Example: {{appKey}}
X-Joy-Loyalty-Secret-KeystringOptional

Secret of your shop which retrieved from /settings/managingKey

Example: {{secretKey}}
Responses
200

OK

application/json
get
/rest_api/v1/customers/{customerId}
200

OK

Get customer by Shopify ID

get

Retrieve customer information using Shopify customer ID

Path parameters
idintegerRequired

Shopify customer ID

Responses
200

OK

application/json
get
/rest_api/v1/customers/shopify-id/{id}
200

OK

Last updated