mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
c224786f29
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com> Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
1004 B
1004 B
id | title |
---|---|
index | API Documentation |
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