GET Membership verification

Verifies if a given email address has a valid membership within the organization. Requires authentication via access_token. Supports optional filters for status and membership types. Returns whether the membership was verified. Sends an email to organization owners on verification failure, unless disabled.

Query Params
string
required

Specifies the email address to verify.

string

Defaults to 'active' (100). Can be overridden with a comma-separated list of other statuses, for example: status=50,75,100. Status codes are: 50 = prospective, 75 = pending, 100 = active, 300 = expired, 350 = canceled.

string

Defaults to 'all' membership types. Can be overridden with a comma-separated list of specific membership types, for example: membership_types=xxxxxx,yyyyyy,zzzzzz.

boolean

Defaults to true. If set to false, no internal email will be sent to organization owners when verification fails.

Responses

Language
Credentials
OAuth2
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json