1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/websitev2/docs/api/index.md
Christopher Kolstad 406f0554cf
Docusaurusv2 (#864)
feat: Upgraded to Docusaurus v2

closes: #771
2021-06-04 11:17:15 +02:00

1.0 KiB

id title slug
index API Documentation /api

Client API

This describes the API provided to unleash-clients.

Since v4.0.0 all operations require an API token with Client level access.

With versions earlier than v4.0.0 and insecure authentication no authentication is required.

Admin API (internal)

The internal API used by the Admin UI (unleash-frontend). Since v4.0.0 all operations require an API token with Admin level access:

With versions earlier than v4.0.0 and insecure authentication Basic Auth (with curl -u myemail@test.com:) is enough

System API's