メインコンテンツへスキップ
GET
https://{host}/me/v1
/
connected-accounts
/
connections
Get a list of available connections for connected accounts
curl --request GET \
  --url https://{host}/me/v1/connected-accounts/connections \
  --header 'Authorization: Bearer <token>'
{
  "connections": [
    {
      "name": "<string>",
      "strategy": "<string>",
      "scopes": [
        "<string>"
      ]
    }
  ],
  "next": "<string>"
}

承認

Authorization
string
header
必須

Bearer and DPoP tokens are supported depending on the API configuration

クエリパラメータ

from
string

Cursor for pagination - start retrieving results from this point

take
integer
デフォルト:10

Number of results to return (1-20)

必須範囲: x >= 1

レスポンス

Successfully retrieved available connections

connections
object[]
必須
Maximum array length: 20
next
string

The token to retrieve the next page of connections (if there is one)