From f7f4e5d76a744f67752af0be1fd9398bf8fd3261 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Fri, 16 Apr 2021 13:57:56 +0000 Subject: [PATCH] Update vertical life api --- vertical-life-api.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vertical-life-api.md b/vertical-life-api.md index 3b111cc..26cb830 100644 --- a/vertical-life-api.md +++ b/vertical-life-api.md @@ -7,7 +7,9 @@ The VL API is located at [https://ifsc.results.info/api/v1/](https://ifsc.result # Authentication - The VL API requires "authentication". - To authenticate, the user has to pass an API-Key an HTTP-Header. -- The header is: ```x-auth-token``` and the key is ```cc7375f680648e7e6171e035e70351eb``` (probably this is not the only key, but it is the only one I know about) +- The header is: ```x-auth-token``` + +[//]: <> (and the key is ```cc7375f680648e7e6171e035e70351eb``` probably this is not the only key, but it is the only one I know about) - For easy use, a browser plugin can be used to inject the header automatically, [this one](https://addons.mozilla.org/en-US/firefox/addon/modify-header-value/) worked just fine for me on Firefox. # Usage