Get a Connected Account
Get a Connected Account by its ID
/connected_accounts/get
POSThttps://connect.getseam.com/connected_accounts/get
Authorization
Body
one of
Response
OK
Body
connected_account*connected_account (object)
ok*boolean
Request
Response
Code Examples
Retrieving using "connected_account_id"
Retrieving using "email"
Parameters
| type: string Optional | ID of the Connected Account |
| type: string Optional | Email associated with the account |
Response
This section shows the JSON response returned by the API. Since each language encapsulates this response inside objects specific to that language and/or implementation, the actual type in your language might differ from what’s written here.
JSON format
Last updated