Title here
Summary here
Congraduations on obtaining your own client ID and client Secret. Follow along this guide to make your first request to VI Fitness’ API endpoint
All request should be made to this base URL: https://thankful-rose-cuff.cyclic.app/vifitness
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>>
}