mirror of
https://github.com/fosrl/docs.git
synced 2025-05-13 05:40:41 +01:00
71 lines
No EOL
2.2 KiB
Text
71 lines
No EOL
2.2 KiB
Text
---
|
|
id: list-all-access-tokens-in-an-organization
|
|
title: "List all access tokens in an organization."
|
|
description: "List all access tokens in an organization."
|
|
sidebar_label: "List all access tokens in an organization."
|
|
hide_title: true
|
|
hide_table_of_contents: true
|
|
api: eJyVlEGL2zAQhf+KmVMLapNcdUuhlEChS7s9BR8m9sQWK0teaRyaCv33MnKSTcqmdG+W+PRm5s3DCVqKTTAjG+9Aw1cTuUJrK2wairFi/0QuVsZV6CofOnTmNwr7ERQwdhH0Fr5d3YOC9fz0UZ5CrSBSMwXDR9DbBJ8IA4VqPXEPelvnWsGIAQdiCrEQselpQNAJ+DgSaIgcjOsgKwj0PJlALWgOEylwOAjgQ7dpQYGRCUbkHrK6r6OgpT1OlkHDarlc3grv0cYXZWsGw2fl54nC8b+l/6nr9/tIfwvXwsfRu0gRdMoKBuLet6ChK3AZTcPCh26RytB5Me/pw7wnELPD4ezkFKzgh1XRPq/hhzRfKtwu4zJMzzyKUuFAw65QkLO0u/dCSok5MIeVBMGwFfIBXeetcdXGMXWhBKJaP2zEitFHHtDJ65MJb8raTUwTNN4xOX5zYucJmX7xYrRonHRWbEond7eSJlCgz6G6NbhW0PvIwqW0w0g/g81Zrucliu2tibizV0t/ouNVlg5oJ2miJOkOe8nHC1zLIRihX69y16F3308pfF/ds+B0ie54XfPSTbEi19eJ/PL5Ucy5Tc4pKer8IX2+Kp3STJR/RM6XSsVlqZTzHz/GjU8=
|
|
sidebar_class_name: "get api-method"
|
|
info_path: 03-Pangolin/07-API/pangolin-integration-api
|
|
custom_edit_url: null
|
|
---
|
|
|
|
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
|
|
import ParamsDetails from "@theme/ParamsDetails";
|
|
import RequestSchema from "@theme/RequestSchema";
|
|
import StatusCodes from "@theme/StatusCodes";
|
|
import OperationTabs from "@theme/OperationTabs";
|
|
import TabItem from "@theme/TabItem";
|
|
import Heading from "@theme/Heading";
|
|
|
|
<Heading
|
|
as={"h1"}
|
|
className={"openapi__heading"}
|
|
children={"List all access tokens in an organization."}
|
|
>
|
|
</Heading>
|
|
|
|
<MethodEndpoint
|
|
method={"get"}
|
|
path={"/org/{orgId}/access-tokens"}
|
|
context={"endpoint"}
|
|
>
|
|
|
|
</MethodEndpoint>
|
|
|
|
|
|
|
|
List all access tokens in an organization.
|
|
|
|
<Heading
|
|
id={"request"}
|
|
as={"h2"}
|
|
className={"openapi-tabs__heading"}
|
|
children={"Request"}
|
|
>
|
|
</Heading>
|
|
|
|
<ParamsDetails
|
|
parameters={[{"schema":{"type":"string"},"required":true,"name":"orgId","in":"path"},{"schema":{"type":"string","default":"1000"},"required":false,"name":"limit","in":"query"},{"schema":{"type":"string","default":"0"},"required":false,"name":"offset","in":"query"}]}
|
|
>
|
|
|
|
</ParamsDetails>
|
|
|
|
<RequestSchema
|
|
title={"Body"}
|
|
body={undefined}
|
|
>
|
|
|
|
</RequestSchema>
|
|
|
|
<StatusCodes
|
|
id={undefined}
|
|
label={undefined}
|
|
responses={{}}
|
|
>
|
|
|
|
</StatusCodes>
|
|
|
|
|
|
|