GET /self/{shopId}/customers/{customerId}/ips

GET /self/{shopId}/customers/{customerId}/ips

Path parameters

  • shopId integer(int32) Required
  • customerId integer(int64) Required

Query parameters

  • PageNumber integer(int32)
  • PageSize integer(int32)

Responses

  • 200

    Success

GET /self/{shopId}/customers/{customerId}/ips
curl \
 --request GET 'https://dev.sellpass.io/self/{shopId}/customers/{customerId}/ips' \
 --header "Authorization: $API_KEY"