Skip to content

List tests

Returns the assessments available to the organization associated with the bearer token.

GEThttps://app.smalltalk2.me/api/integration/list_tests

Request

This endpoint has no documented query parameters.

bash
curl 'https://app.smalltalk2.me/api/integration/list_tests' \
  -H 'Authorization: Bearer <token>'

Response

The response is a JSON array of test objects.

PropertyTypeAvailabilityDescription
idstringalwaysIdentifies a test available to the organization.
namestringalwaysDescriptive title for the test.
json
[
  {
    "id": "1b23q",
    "name": "Speaking test"
  },
  {
    "id": "42a621",
    "name": "Writing test"
  }
]

Pass a selected id as test_id when you send a test.

SmallTalk2Me documentation