Rekamedika Docs
Session

GET /list-accounts

GET
/api/auth/list-accounts

List all accounts linked to the user

Response Body

application/json

curl -X GET "https://example.com/api/auth/list-accounts"
[  {    "id": "string",    "providerId": "string",    "createdAt": "2019-08-24T14:15:22Z",    "updatedAt": "2019-08-24T14:15:22Z",    "accountId": "string",    "userId": "string",    "scopes": [      "string"    ]  }]

Is this page helpful?