Skip to content

API reference

The Assessment API exposes three endpoints over HTTPS.

Base URL

text
https://app.smalltalk2.me/api/integration

Authentication

Send the customer token as a bearer token on every request:

http
Authorization: Bearer <token>

An invalid token returns 401 Unauthorized.

Rate limiting

The API is limited to 200 requests per minute.

Endpoints

MethodEndpointDescription
GET/list_testsList assessments available to the organization.
POST/send_testCreate a candidate assessment.
GET/test_statusRetrieve status, score, report links, and optional result data.

Data format

Requests and responses documented here use JSON. Send Content-Type: application/json with the send_test request.

SmallTalk2Me documentation