latestOpenAPI 3.1.02026-08-08151638.8 KB

718400d06fee

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/{linked_account_id} for getting a specific linked account.
get/v1/linked-accounts

Query parameters

app_namestring nullable
linked_account_owner_idstring nullable

Response

Successful Response

idstring uuid required
project_idstring uuid required
app_namestring required
linked_account_owner_idstring required
security_scheme'no_auth' | 'api_key' | 'http_basic' | 'http_bearer' | 'oauth2' required

security scheme type for an app (or function if support override)

enabledboolean required
created_atstring date-time required
updated_atstring date-time required