Skip to content

Getting Started

Access to Platform Required

Log in or Sign Up to gain access.

Here are the steps to get you up and running.

1. Register your app

Create an OAuth2 client for each of your applications via the Manage your OAuth2 clients table.

Steps to register:

  1. Key in your Client-Name: Any names will work but it is advisable to name your application appropriately for easier identification.
  2. Download the credentials as you will be needing it later.

2. Authenticate

To make sure your system is authorised to communicate with our systems, your system will need to use the credentials you downloaded in Step 1 to authenticate by getting an access token.

If you have lost the credentials file, you can reset by clicking on the reset icon on the client via the Manage your OAuth2 clients table. Then, click on the document icon "Download client credentials" to download the credentials.

To get an access token, refer to our API documentation for more details.

3. Fetch data from Spark API

Once you have the access token, you can start to make requests to our API endpoints with this token.

Explore Spark API