Skip to the content.

API

Overview
Getting started
Support

Cases

Link main ExorLive app
Integrate ExorLive GO

Details

Methods
Authentication
Account Management
Definitions
Workout exporter

ExorLive REST API

Authentication

To use this API, all calls must be authenticated, i.e. a token in the header must be present. The API to do this authentication is found here: ExorLive OAuth 2.0 Authentication.

The methods

All calls should have these headers: “ExorLive-Client”: “client named to be agreed upon with ExorLive AS.” “Authorization”: “Bearer accesstoken”

The base URL for all these methods is: https://exorlive.com/

Functions available to implement your own mobile application like ExorLive Go

Hence, a typical application to use this API is an application for the end user to view his/her training and to record new training sessions. Similar to the mobile application called “ExorLive Go”.

To use this demo, make sure to be logged in to ExorLive in another tab/window.

Methods for a journal system or similar

The User API - version 4

Methods for creating and looking up users are found here.

Workout Exporter API

Methods for downloading workouts assigned to clients/contacts. Download PDF and link of the workouts and store these in the our own system. The Workout Exporter API is documented here.

A comprehensive code sample may be downloaded here. It shows the authentication and backend methods, amoung other things. It is well commented code and has more details than found on this webpage.

Deprecated resources

REST API - version 3

The older version of our API can be found here

Web-to-web

It’s also possible to use our web-to-web solution, but this variant is deprecated and is going to be phased out eventually.