The Mindfindr API is based on REST. The API provides a programmatic interface to read and write Mindfindr data. API contains all the technical details required by programmers to integrate Mindfindr to a custom application.

Authentication

You authenticate to the Mindfindr API by providing your API token in the header of the request. You can manage your API token from your account profile. Your API token carries many privileges, so be sure to keep them secret.

API tokens should be treated as secret data and not exposed to users. To ensure the security of access token or API token, we strongly suggest that you make requests to the Mindfindr API server-side whenever possible.

All API requests must be made over secure HTTPS. Calls made over unsecure HTTP are prohibited and will fail. Authentication token is required for all requests.

Mindfindr developers can do testing using general tools like cURL.

API Token example

Mindfindr API browser

Mindfindr API browser provides REST API information and API code generation capabilities that help developers in the use of all Mindfindr service resources.

Format for the GET request can be API or JSON (format=API, format=json).

Mindfindr API browser is available at (Account/login required): https://mindfindr.com/api/

API Browser exaple

Example Human resource management service concept

Integration example 01

Mindfindr participant results included in client application.

Integration example 01

Mindfindr test scores imported to client application.