Files
authentik/website/docs/developer-docs/api/reference/enterprise-license-install-id-retrieve.api.mdx
Tana M Berry 7a6d44d0df first pass
2024-10-22 15:10:13 -05:00

303 lines
10 KiB
Plaintext

---
id: enterprise-license-install-id-retrieve
title: "enterprise_license_install_id_retrieve"
description: "Get install_id"
sidebar_label: "enterprise_license_install_id_retrieve"
hide_title: true
hide_table_of_contents: true
api: eJytVMtu2zAQ/BWBZ8E0nBwKnxq0hmGgKQIk7aUIDEraWIxpkiEpo4agf+8uJVt04uSSnkSR+5iZfbTMWHAiSKNXFZsz0AGcddLDWskSNH6l9kEotZbV2kFwEvbAclaBL5205IhuSwjZaIfPQWw8m/9J4rHHnHkoGyfDAV9aJppQ47Pc4t9jh68OvDWYER1bNptO6VMaDKADHYW1CClC5c+e0rbMlzXsBJ3CwQICMcUzlAEBWEfEguyjJdhGW49k9IZ1HaV+aaSDiiAntggqyKDIeNXfrr6jffeaPsOb608CPo/4WyhZRdds4Zxxbxhpo9dPElS1Bnr3SUjhnDiggwyw85f5lqaCyy+iqiSlFeouzdeNSozQemTv6nH1H/VYggYny+zmbvWOIBUEIdUFUh+xTes+BEhqPiT9gCZe7SDUhkZnA7HvRKjxh4+Nz4dB4mNjcUaz4PZAdcNRaJwiH2El319x1iWjck8C9QyTgTlxqUOwFCxa4X8BwoGLwKR+MtFyYDO654wy9xxm09n15Mtk9kbxW7FFlbKjV1+3zMudVTBheSysKGNhsYKkPKtBKfN1Y06ZJtKQ/oMAsW1FhHm7esAQPW2i4Oecb2Som2JSmh1PQvDxVChTcEyl+Y/Vt8XP+0WkaY0PO6GT4KP02ZD5uJsyWWXv7bCkVS+ss17tAH8DtwohEK0Ivx0qfrbqRso5O4tD3VUjYLJv20J4+OVU19H1SwOOFiMe98JJUVDRcDGiA4gKa0qNsgU0YTdlCZaabS9UE0v7erKog06NuVyQ2KRj0jhDo+THA0U/7g99SGIjzGjxYLagEWo+gAj0j4lwLv4BuX8tLQ==
sidebar_class_name: "get api-method"
info_path: docs/developer-docs/api/reference/authentik
custom_edit_url: null
hide_send_button: true
---
import ApiTabs from "@theme/ApiTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import SecuritySchemes from "@theme/ApiExplorer/SecuritySchemes";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem";
import SchemaTabs from "@theme/SchemaTabs";
import Heading from "@theme/Heading";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
<Heading
as={"h1"}
className={"openapi__heading"}
children={"enterprise_license_install_id_retrieve"}
>
</Heading>
<MethodEndpoint
method={"get"}
path={"/enterprise/license/install_id/"}
>
</MethodEndpoint>
Get install_id
<div>
<div>
<ApiTabs
label={undefined}
id={undefined}
>
<TabItem
label={"200"}
value={"200"}
>
<div>
</div><div>
<MimeTabs
className={"openapi-tabs__mime"}
schemaType={"response"}
>
<TabItem
label={"application/json"}
value={"application/json"}
>
<SchemaTabs
className={"openapi-tabs__schema"}
>
<TabItem
label={"Schema"}
value={"Schema"}
>
<details
style={{}}
className={"openapi-markdown__details response"}
data-collapsed={false}
open={true}
>
<summary
style={{}}
className={"openapi-markdown__details-summary-response"}
>
<strong>
Schema
</strong>
</summary><div
style={{"textAlign":"left","marginLeft":"1rem"}}
>
</div><ul
style={{"marginLeft":"1rem"}}
>
<SchemaItem
collapsible={false}
name={"install_id"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem>
</ul>
</details>
</TabItem><TabItem
label={"Example (from schema)"}
value={"Example (from schema)"}
>
<ResponseSamples
responseExample={"{\n \"install_id\": \"string\"\n}"}
language={"json"}
>
</ResponseSamples>
</TabItem>
</SchemaTabs>
</TabItem>
</MimeTabs>
</div>
</TabItem><TabItem
label={"400"}
value={"400"}
>
<div>
</div><div>
<MimeTabs
className={"openapi-tabs__mime"}
schemaType={"response"}
>
<TabItem
label={"application/json"}
value={"application/json"}
>
<SchemaTabs
className={"openapi-tabs__schema"}
>
<TabItem
label={"Schema"}
value={"Schema"}
>
<details
style={{}}
className={"openapi-markdown__details response"}
data-collapsed={false}
open={true}
>
<summary
style={{}}
className={"openapi-markdown__details-summary-response"}
>
<strong>
Schema
</strong>
</summary><div
style={{"textAlign":"left","marginLeft":"1rem"}}
>
</div><ul
style={{"marginLeft":"1rem"}}
>
<SchemaItem
collapsible={false}
name={"non_field_errors"}
required={false}
schemaName={"string[]"}
qualifierMessage={undefined}
schema={{"type":"array","items":{"type":"string"}}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"code"}
required={false}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem><SchemaItem
name={"property name*"}
required={false}
schemaName={"any"}
qualifierMessage={undefined}
schema={{"type":"object","description":"Validation Error","properties":{"non_field_errors":{"type":"array","items":{"type":"string"}},"code":{"type":"string"}},"additionalProperties":{},"title":"ValidationError"}}
collapsible={false}
discriminator={false}
>
</SchemaItem>
</ul>
</details>
</TabItem><TabItem
label={"Example (from schema)"}
value={"Example (from schema)"}
>
<ResponseSamples
responseExample={"{\n \"non_field_errors\": [\n \"string\"\n ],\n \"code\": \"string\"\n}"}
language={"json"}
>
</ResponseSamples>
</TabItem>
</SchemaTabs>
</TabItem>
</MimeTabs>
</div>
</TabItem><TabItem
label={"403"}
value={"403"}
>
<div>
</div><div>
<MimeTabs
className={"openapi-tabs__mime"}
schemaType={"response"}
>
<TabItem
label={"application/json"}
value={"application/json"}
>
<SchemaTabs
className={"openapi-tabs__schema"}
>
<TabItem
label={"Schema"}
value={"Schema"}
>
<details
style={{}}
className={"openapi-markdown__details response"}
data-collapsed={false}
open={true}
>
<summary
style={{}}
className={"openapi-markdown__details-summary-response"}
>
<strong>
Schema
</strong>
</summary><div
style={{"textAlign":"left","marginLeft":"1rem"}}
>
</div><ul
style={{"marginLeft":"1rem"}}
>
<SchemaItem
collapsible={false}
name={"detail"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"code"}
required={false}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem>
</ul>
</details>
</TabItem><TabItem
label={"Example (from schema)"}
value={"Example (from schema)"}
>
<ResponseSamples
responseExample={"{\n \"detail\": \"string\",\n \"code\": \"string\"\n}"}
language={"json"}
>
</ResponseSamples>
</TabItem>
</SchemaTabs>
</TabItem>
</MimeTabs>
</div>
</TabItem>
</ApiTabs>
</div>
</div>