API Reference

Push candidates, clients, and jobs into your Talynce organization and read screening results using API keys.

Base URL: https://talynce.com/api/v1

Create keys in Dashboard → Administration → Developer. OpenAPI spec: https://talynce.com/api/v1/openapi.json

All request and response bodies are JSON. Field names use snake_case. Unless noted, types below use standard JSON types.

Common data types

Type notation used in this reference
FieldTypeMeaningDescription
stringJSON stringUTF-8 text
string (uuid)stringUUID v4, e.g. 550e8400-e29b-41d4-a716-446655440000
string (ISO 8601 date-time)stringstring (ISO 8601 date-time)
string (YYYY-MM-DD)stringstring (YYYY-MM-DD)
integernumberWhole number
numbernumberDecimal number (float)
booleanbooleantrue or false
string[]arrayArray of strings
objectobjectJSON object (arbitrary keys)
object[]arrayArray of objects
T | nullunionField may be null in responses

Response envelope

Success (2xx)
FieldTypeDescription
dataobject | object[]Resource body or array of resources
meta.totalintegerTotal matching records
meta.limitintegerPage size used
meta.offsetintegerOffset used
Error (4xx / 5xx)
FieldTypeDescription
error.codestringMachine-readable error code
error.messagestringHuman-readable message
error.detailsobjectOptional extra context