mirror of
https://github.com/fosrl/docs.git
synced 2025-05-12 21:30:43 +01:00
76 lines
No EOL
1.4 KiB
Text
76 lines
No EOL
1.4 KiB
Text
---
|
|
id: pangolin-integration-api
|
|
title: "Pangolin Integration API"
|
|
description: ""
|
|
sidebar_label: Introduction
|
|
sidebar_position: 0
|
|
hide_title: true
|
|
custom_edit_url: null
|
|
---
|
|
|
|
import ApiLogo from "@theme/ApiLogo";
|
|
import Heading from "@theme/Heading";
|
|
import SchemaTabs from "@theme/SchemaTabs";
|
|
import TabItem from "@theme/TabItem";
|
|
import Export from "@theme/ApiExplorer/Export";
|
|
|
|
<span
|
|
className={"theme-doc-version-badge badge badge--secondary"}
|
|
children={"Version: v1"}
|
|
>
|
|
</span>
|
|
|
|
<Heading
|
|
as={"h1"}
|
|
className={"openapi__heading"}
|
|
children={"Pangolin Integration API"}
|
|
>
|
|
</Heading>
|
|
|
|
|
|
|
|
|
|
|
|
<div
|
|
style={{"marginBottom":"2rem"}}
|
|
>
|
|
<Heading
|
|
id={"authentication"}
|
|
as={"h2"}
|
|
className={"openapi-tabs__heading"}
|
|
children={"Authentication"}
|
|
>
|
|
</Heading><SchemaTabs
|
|
className={"openapi-tabs__security-schemes"}
|
|
>
|
|
<TabItem
|
|
label={"HTTP: Bearer Auth"}
|
|
value={"Bearer Auth"}
|
|
>
|
|
|
|
|
|
|
|
|
|
<div>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<th>
|
|
Security Scheme Type:
|
|
</th><td>
|
|
http
|
|
</td>
|
|
</tr><tr>
|
|
<th>
|
|
HTTP Authorization Scheme:
|
|
</th><td>
|
|
bearer
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</TabItem>
|
|
</SchemaTabs>
|
|
</div>
|
|
|