API reference
The Assessment API exposes three endpoints over HTTPS.
Base URL
text
https://app.smalltalk2.me/api/integrationAuthentication
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
| Method | Endpoint | Description |
|---|---|---|
GET | /list_tests | List assessments available to the organization. |
POST | /send_test | Create a candidate assessment. |
GET | /test_status | Retrieve 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.