SIMS ID APIs
Introduction
Our APIs are all REST APIs, to allow for as many consumers of our APIs as possible. Our APIs are secured using OAuth 2.0, and you will need valid bearer tokens before calling our APIs.
HTTP / REST
Our APIs must be called over HTTPS using standard HTTP verbs, status codes and headers.
JSON
All responses are returned in JSON format, with the appropriate HTTP response code.
OAuth
Authorisation is handled via OAuth 2.0.