Logo
Talk to usGet started
OverviewAPI Reference
OverviewAPI Reference
  • API Reference
Talk to usGet started
API ReferenceLinked Accounts

Get Linked Accounts

GET
https://api.trykeet.com/v1/linked-accounts
GET
/v1/linked-accounts
1curl https://api.trykeet.com/v1/linked-accounts \
2 -H "Authorization: Bearer <token>"
Try it
1{
2 "status": "ok",
3 "linkedAccounts": [
4 {
5 "id": "id",
6 "endUserId": "endUserId",
7 "createdAt": "2024-01-15T09:30:00Z",
8 "integrations": [
9 {
10 "integration": "integration",
11 "isAlive": true
12 },
13 {
14 "integration": "integration",
15 "isAlive": true
16 }
17 ]
18 },
19 {
20 "id": "id",
21 "endUserId": "endUserId",
22 "createdAt": "2024-01-15T09:30:00Z",
23 "integrations": [
24 {
25 "integration": "integration",
26 "isAlive": true
27 },
28 {
29 "integration": "integration",
30 "isAlive": true
31 }
32 ]
33 }
34 ]
35}

Headers

AuthorizationstringRequired
Bearer authentication of the form `Bearer <token>`, where token is your auth token.

Response

This endpoint returns an object.
statusenum
Allowed values:
linkedAccountslist of objects

Errors

Was this page helpful?
Previous

Get Linked Account

Next
Built with

Bearer authentication of the form Bearer <token>, where token is your auth token.