| ... | ... | @@ -7,7 +7,7 @@ These parameters are available for all json requests. |
|
|
|
For authorization, add an authorization header, either:
|
|
|
|
|
|
|
|
```
|
|
|
|
Authorization: apikey aaaaaaaa-c3be-404c-e91c-8fb7259f24f3
|
|
|
|
Authorization: apikey $key
|
|
|
|
```
|
|
|
|
or
|
|
|
|
```
|
| ... | ... | @@ -40,7 +40,7 @@ Reply: |
|
|
|
|
|
|
|
# /verify-jwt
|
|
|
|
|
|
|
|
Check the token in the Authorization header (note: this only works for bearer keys, not apikeys)
|
|
|
|
Check the token in the Authorization header (note: this only works for bearer tokens, not apikeys)
|
|
|
|
|
|
|
|
GET /verify-jwt
|
|
|
|
|
| ... | ... | |