v1

latestOpenAPI 3.0.02026-07-1498671635.3 KB
Consumers
publicly-accessible

Get consumers details

Currently this operation only supports retrieving a count of consumer accounts given an email address.

get/consumers/{tenant}

Path parameters

tenantstring required

The identifier for the tenant.

Query parameters

emailAddressstring required

Email address of the consumer.

accountType'registered' required

The account type of the consumer - currently only 'registered' accounts are supported.

countstring required

Returns the number of consumers that matches the emailAddress and accountType. The query value should be empty, e.g. /consumers/uk/?emailAddress=someone@email.com&accountType=registered&count.

Response

Success