GET api/Account/Products?email={email}

Get a list of Product ID's for the specified user.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
email

User's email address.

string

Required

Body Parameters

None.

Response Information

Resource Description

List of Product ID's.

Collection of integer

Response Formats

application/json, text/json

Sample:
[
  1,
  2
]