Overview

The Cognitron API provides programmatic access to assessment platform functionality through a secure RESTful interface. All endpoints require HTTPS and operate within tenant-specific environments.

Quick Start

  1. Obtain credentials - Get your tenant identifier and authentication details
  2. Test connectivity - Make a simple API call to verify access
  3. Integrate - Begin implementing endpoints in your application

API Reference

Base URL

https://<tenant>.e.cognitron.co.uk/api/v2/<endpoint>

Replace <tenant> with your organisation’s identifier.

Authentication

HTTP Basic Authentication is required for all endpoints.

curl -u "username:password" https://<tenant>.e.cognitron.co.uk/api/v2/endpoint

Request Format

Response Format

Status Codes