v1
latestOpenAPI 3.1.02026-07-241653251.3 MBQuery Participants
List participants
Returns a list of all participants to which you are associated.
get/participants
Query parameters
participant_codestring
Example:ABCDEF
Filter by a specific participant code. Always 6 uppercase alphanumeric characters.
pagenumber
Example:1
Page number for pagination (starts at 1).
relationship_typestring
Filters for a specific relationship_type
emailstring
Filters for a specific email
minors'true' | 'false'
When set to the string "true", restricts results to minor participants only.
entity_type'corporation' | 'llc' | 'partnership' | 'sole_proprietorship' | 'individual'
Filters entity participants by their declared entity type.
status'submitted' | 'pending_approval' | 'approved' | 'rejected' | 'locked' | 'pending_unlock' | 'pending_disable' | 'disabled' | 'divested' | 'closed'
Filters for a specific status
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 paginated list of participants with optional filters: relationship_type, email, status.
Example response
{
"page": 1,
"page_size": 15,
"total_pages": 1
}