GET by Email
GET /participants/:email
GET /participants/:email
Sample Response
Returns a participant to which you are associated by an email. As an alternative to using the email
query parameter described above within the GET /participants endpoint, this is a lighter-weight and dedicated endpoint to filter participants by email.
Query parameters include:
email
filters to a particular email
Response parameters listed below
Parameter | Description | Type |
---|---|---|
participant_code | Unique participant code | string |
Email associated with the participant | string |
Last updated