Get a list of unregistered customers​
GET
/api/v2/unregistered-customers
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Query Parameters
_include
Include related resources (unpurchased). Note: unpurchasedCount is always included.
Type
string
Responses​
Unregistered customer list
application/json
{
 Â
 Â
 Â
 Â
 Â
 Â
}
Get an unregistered customer by ID​
GET
/api/v2/unregistered-customers/{id}
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Path Parameters
id*
ID of unregistered customer to return
Type
Requiredinteger
Format
"int64"Query Parameters
_include
Include related resources (unpurchased). Note: unpurchasedCount is always included.
Type
string
Responses​
Unregistered customer object
application/json
"string"
Delete an unregistered customer​
Bulk delete unregistered customers​
Send email to unregistered customers​
POST
/api/v2/unregistered-customers/send-email
Authorizations​
bearerAuth
Type
HTTP (bearer)
Request Body​
application/json
{
 Â
 Â
}
Responses​
Success message
application/json
{
 Â
 Â
}
