Files
authentik/website/docs/developer-docs/api/reference/enterprise-license-install-id-retrieve.api.mdx
2024-09-13 12:17:54 -05:00

304 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/BWBZ8FMnRwKnxq0hmGgKQIk7aUIDEraWIxpkiEpo4agf+8uJVt0YufSnkSR+5iZfbTMWHAiSKOXFZsx0AGcddLDSskSNH6l9kEotZLVykFwEnbAclaBL5205IhuCwjZaIfPQaw9m/1O4rGnnHkoGyfDHl9aJppQ47Pc4N9Th68OvDWYER1bNr26ok9pMIAOdBTWIqQIlb94StsyX9awFXQKewsIxBQvUAYEYB0RC7KPlmAbbT2S0WvWdZT6tZEOKoKc2CKoIIMi42V/u/yG9t1b+gxvbv4R8GnEX0LJKrpmc+eMe8dIG716lqCqFdC7T0IK58QeHWSArT/PtzQVnH8RVSUprVD3ab5uVGKE1iO7qMf1f9RjARqcLLPb++UFQSoIQqozpD5im9Z9CJDUfEj6AU282kKoDY3OGmLfiVDjDx8bnw+DxMfG4oxmwe2A6oaj0DhFPsJKvrvmrEtG5YEE6hkmA3PkUodgKVi0wv8ChAMXgUn9bKLlwGZ0zxll7jlMr6Y3k8+TT+8UvxMbVCk7ePV1y7zcWgUTlsfCijIWFitIyrMalDJf1uaYaSIN6T8IENtWRJh3y0cM0dMmCn7G+VqGuikmpdnyJAQfT4UyBcdUmn9ffp3/eJhHmtb4sBU6CT5Knw2ZD7spk1V2aYclrXpmnfVqB/gTuFUIgWhF+O1Q8ZNVN1LO2Ukc6q4aAZN92xbCw0+nuo6uXxtwtBjxuBNOioKKhosRHUBUWFNqlA2gCbstS7DUbDuhmljat5NFHXRszMWcxCYdk8YZGiU/HCj6YX/ofRIbYUaLR7MBjVDzAUSgf0yEc/EXt0ItLA==
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 Markdown from "@theme/Markdown";
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>