メインコンテンツへスキップ

Documentation Index

Fetch the complete documentation index at: https://docs.hybridbox.io/llms.txt

Use this file to discover all available pages before exploring further.

承認

承認 エンドポイントの生成済みリファレンスです。 この生成済みページは、承認 カテゴリのすべての Public API 操作をまとめています。

エンドポイント

認可を一覧表示

GET /v1/public/accounts/{account_id}/auth/authorizations アカウント認可を一覧表示 アカウントスコープの認可を一覧表示します。 完全なリファレンス: GET /v1/public/accounts/{account_id}/auth/authorizations
OpenAPI リファレンス: /openapi.ja.json GET /v1/public/accounts/{account_id}/auth/authorizations

認可を付与

POST /v1/public/accounts/{account_id}/auth/authorizations アカウント認可を付与 アカウントスコープの認可を作成。 完全なリファレンス: POST /v1/public/accounts/{account_id}/auth/authorizations
OpenAPI リファレンス: /openapi.ja.json POST /v1/public/accounts/{account_id}/auth/authorizations

認可を取り消し

DELETE /v1/public/accounts/{account_id}/auth/authorizations/{grant_id} アカウント認可を取り消し アカウントスコープの認可を取り消し。 完全なリファレンス: DELETE /v1/public/accounts/{account_id}/auth/authorizations/{grant_id}
OpenAPI リファレンス: /openapi.ja.json DELETE /v1/public/accounts/{account_id}/auth/authorizations/{grant_id}