Get a list of participants
Retrieves a list of participants registered in the system. The results are paginated for efficient data management.
GET
/participants
curl \
--request GET 'https://sandbox.indolat.com/api/v1/participants' \
--header "X-Client-Key: $API_KEY"