1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/docs/api/index.md

33 lines
1004 B
Markdown
Raw Normal View History

---
id: index
title: API Documentation
---
2016-11-30 21:17:39 +01:00
2017-06-28 10:17:48 +02:00
## Client API
2016-11-30 21:46:40 +01:00
This describes the API provided to unleash-clients.
Since v4.0.0 all operations require an [API token](token.md) with `Client` level access.
With versions earlier than v4.0.0 and `insecure` authentication no authentication is required.
2018-11-22 11:20:28 +01:00
- [Feature Toggles API](client/feature-toggles-api.md)
- [Register API](client/register-api.md)
- [Metrics API](client/metrics-api.md)
2016-11-30 21:17:39 +01:00
2017-06-28 10:17:48 +02:00
## Admin API (internal)
2018-11-22 11:20:28 +01:00
The internal API used by the Admin UI (unleash-frontend). Since v4.0.0 all operations require an [API token](token.md) with `Admin` level access:
With versions earlier than v4.0.0 and `insecure` authentication Basic Auth (with curl `-u myemail@test.com:`) is enough
2018-11-22 11:20:28 +01:00
- [Feature Toggles API](admin/feature-toggles-api.md)
- [Strategies API](admin/strategies-api.md)
- [Events API](admin/events-api.md)
- [Metrics API](admin/metrics-api.md)
2021-01-21 12:53:15 +01:00
- [Tags API](admin/tags-api.md)
2017-06-28 10:17:48 +02:00
## System API's
2018-11-22 11:20:28 +01:00
- [Internal Backstage API](internal-backstage-api.md)