Get a list of exams
Retrieves a list of all exams available in the system. The results are paginated.
GET
/exams
curl \
--request GET 'https://sandbox.indolat.com/api/v1/exams' \
--header "X-Client-Key: $API_KEY"
Retrieves a list of all exams available in the system. The results are paginated.
curl \
--request GET 'https://sandbox.indolat.com/api/v1/exams' \
--header "X-Client-Key: $API_KEY"