cURL
curl --request GET \ --url https://api.checkpoint.b-digital.uk/api/v1/participants \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": {}, "meta": { "total": 123, "limit": 123, "offset": 123 } }
Retrieve a list of participants, optionally filtered by instance or status
API key for authentication
Filter by instance ID
Filter by status
active
inactive
Number of results per page
Number of results to skip
List of participants
true
Show child attributes