Path parameters
-
shopId
integer(int32) Required -
customerId
integer(int64) Required
GET
/self/{shopId}/customers/{customerId}
curl \
--request GET 'https://dev.sellpass.io/self/{shopId}/customers/{customerId}' \
--header "Authorization: $API_KEY"