Linked Accounts
List Linked Accounts
List all linked accounts.
- Optionally filter by app_name and linked_account_owner_id.
- app_name + linked_account_owner_id can uniquely identify a linked account.
- This can be an alternatively way to GET /linked-accounts/ for getting a specific linked account.
GET
Authorizations
API key for authentication
Response
200
application/json
Successful Response
security scheme type for an app (or function if support override)
Available options:
no_auth
, api_key
, http_basic
, http_bearer
, oauth2