GET
/
v1
/
linked-accounts
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "app_name": "<string>",
    "linked_account_owner_id": "<string>",
    "security_scheme": "no_auth",
    "enabled": true,
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

X-API-KEY
string
header
required

API key for authentication

Query Parameters

app_name
string | null
linked_account_owner_id
string | null

Response

200
application/json
Successful Response
id
string
required
project_id
string
required
app_name
string
required
linked_account_owner_id
string
required
security_scheme
enum<string>
required

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

Available options:
no_auth,
api_key,
http_basic,
http_bearer,
oauth2
enabled
boolean
required
created_at
string
required
updated_at
string
required