cURL
curl --request GET \ --url https://api.example.com/v1/linked-accounts/{linked_account_id} \ --header 'X-API-KEY: <api-key>'
{ "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" }
Get a linked account by its id.
API key for authentication
Successful Response
security scheme type for an app (or function if support override)
no_auth
api_key
http_basic
http_bearer
oauth2