Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://{host}/me/v1/connected-accounts/connections \ --header 'Authorization: Bearer <token>'
{ "connections": [ { "name": "<string>", "strategy": "<string>", "scopes": [ "<string>" ] } ], "next": "<string>" }
認証されたユーザーがアカウントリンクに使用できる接続の一覧を取得します。
Bearer トークンと DPoP トークンは、API の設定に応じてサポートされます
ページネーション用カーソル - この位置から結果の取得を開始します
返す結果の数 (1~20)
x >= 1
利用可能な接続を正常に取得しました
20
Show child attributes
接続の次のページを取得するためのトークン(存在する場合)