You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> you need to use the string 'Bearer' before your API KEY
30
30
31
-
a valid key is generated from FTS' [CLI](https://github.com/FreeTAKTeam/FreeTAKServer-User-Docs/blob/main/docs/docs/CLI.md) and stored into the DB.
31
+
a valid key is generated from FTS' [CLI](https://github.com/FreeTAKTeam/FreeTAKServer-User-Docs/blob/main/docs/docs/CLI.md)or, since 1.4 also from the Web UI, and stored into the DB.
32
32
to add an API user in the CLI type
33
33
```
34
34
add_api_user
35
35
```
36
-
see CLI help for details
36
+
see CLI help for details.
37
+
To create a API TOKEN using the Web UI, go the User section.
38
+
37
39
to consume the API you need to request a key to your FTS admin.
0 commit comments