Authorisation

Congraduations on obtaining your own client ID and client Secret. Follow along this guide to make your first request to VI Fitness’ API endpoint

Base URL

All request should be made to this base URL: https://thankful-rose-cuff.cyclic.app/vifitness

Headers

You have to include clientid and clientsecret inside the request header for authorisation.

Any invalid headers will return a error 401 Unauthorised response.

Your header should include this 2 fields:

{
  clientid: <<CLIENT_ID>>,
  clientsecret: <<CLIENT_SECRET>>
}