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.
https://<tenant>.[e.cognitron.co.uk/api/v2/<endpoint>](<http://e.cognitron.co.uk/api/v2/><endpoint>)
Replace <tenant> with your organisation’s identifier.
HTTP Basic Authentication is required for all endpoints.
curl -u "username:password" [https://<tenant>.e.cognitron.co.uk/api/v2/endpoint](<https://tenant.e.cognitron.co.uk/api/v2/endpoint>)
application/x-www-form-urlencoded (form data)