GET
/smart-ia/tests
curl \
--request GET 'https://connect.century.tech/api/v1/smart-ia/tests' \
--header "x-api-key: $API_KEY"
Response examples (200)
{
"data": [
{
"name": "English Smart Initial Assessment",
"testId": "c5a77fda-7174-446f-a4f5-0f47ccbf15ce",
"subject": "English"
}
]
}