The assessment (SmarterMeasure) REST API allows you to query information about assessments, users, and results. Since the API is based on REST principles, it’s very easy to write and test applications. You can use your browser to access URLs, and you can pretty much use any HTTP client in any programming language to interact with the API. Base URL All URLs referenced in this document have the following base: https://api.smartermeasure.com/v3 HTTP and HTTPS The assessment (SmarterMeasure) REST API is served over HTTPS. To ensure data privacy encrypted HTTP is not supported.

Quick Start

1

Discuss integration needs with your success manager

Book a call with your success manager to discuss your needs and get started.
2

Obtain API credentials

Once you have discussed your needs with your success manager, they will provide you with API credentials.
3

Make your first API call

Once you have obtained your API credentials, you can make your first API call.
4

Explore the API

Once you have made your first API call, you can explore the API and further design your integration.