This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2021-03-18 21:02:04 +00:00
|
|
|
---
|
|
|
|
title: API
|
|
|
|
---
|
|
|
|
|
|
|
|
Starting with 2021.3.5, every authentik instance has a built-in API browser, which can be accessed at https://authentik.company/api/v2beta/.
|
|
|
|
|
2021-05-16 21:24:52 +00:00
|
|
|
To generate an API client, you can use the OpenAPI v3 schema at https://authentik.company/api/v2beta/schema/.
|
2021-03-18 21:02:04 +00:00
|
|
|
|
2021-04-18 15:25:03 +00:00
|
|
|
While testing, the API requests are authenticated by your browser session.
|
2021-03-18 21:02:04 +00:00
|
|
|
|
2021-04-18 15:25:03 +00:00
|
|
|
To send an API request from outside the browser, you need to set the `Authorization` Header to `Bearer <your token>`.
|