Create a New Set Of Credentials
in order to get your secret token.
These credentials are linked to a specific API version (currently v1).
headers["Access-Token"] = "your_secret_token"
The base URL of the API is the following:
https://app.videosupport.io/api/:api_version
Where the api_version is the version linked to your credential set (currently v1)
💡 Only https requests are accepted.