Get a Connected Account

Get a Connected Account by its ID

/connected_accounts/get

post

Returns a specified connected account.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
or
Responses
200

OK

application/json
post
/connected_accounts/get

Code Examples

Retrieving using "connected_account_id"

Retrieving using "email"

Parameters

connected_account_id

type: string Optional

ID of the Connected Account

email

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

Was this helpful?