v1

latestOpenAPI 3.1.02026-07-241653251.3 MB
Query Participants

Get participant

This endpoint returns a participant associated with an email address. It provides a dedicated and lightweight alternative to using the email query parameter within the GET /participants endpoint for filtering participants by email.

get/participants/{email}

Path parameters

emailstring required

participant email

Headers

X-SCX-SIGNEDstring required

HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.

X-SCX-TIMESTAMPstring required
Example:1678901234

Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.

Response

Successfully retrieved participant. Matching the provided email address.

Example response

{
  "message": {
    "participant_code": "CUST01",
    "email": "test@example.com"
  }
}