List tests
Returns the assessments available to the organization associated with the bearer token.
GET
https://app.smalltalk2.me/api/integration/list_testsRequest
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.
| Property | Type | Availability | Description |
|---|---|---|---|
id | string | always | Identifies a test available to the organization. |
name | string | always | Descriptive 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.