Skip to main content
GET
Search member by email

Authorizations

Authorization
string
header
required

Pass your API key as: Authorization: Bearer <API KEY>.

User-Agent
string
header
default:BosscartDocs/1.0
required

Client identifier sent with requests from the documentation playground.

Query Parameters

email
string<email>
required

The email address to look for.

Example:

"john@doe.com"

Response

The matching member.

id
integer

Unique identifier.

Example:

123

name
string

Member name.

Example:

"John Doe"

email
string<email>

Email of the member.

Example:

"john@doe.com"

groups
integer[]

Member group id(s) to which the member belongs.

Example:
registeredOn
integer<int64>

Timestamp in Unix seconds since epoch.

Example:

1587489771

approved
boolean

Member approval status.

contactId
integer

Contact ID of the member.

Example:

147

billingAddress
object

A billing or shipping address.

shippingAddress
object

A billing or shipping address.

Last modified on September 2, 2026