Skip to main content
GET
/
api
/
v2
/
connected-accounts
/
info
Get connected account information
curl --request GET \
  --url https://api.example.com/api/v2/connected-accounts/info
{
  "actingAs": "direct",
  "teamMember": {
    "id": "<string>",
    "organisationId": "<string>"
  },
  "connectedAccount": {
    "id": "<string>",
    "thirdPartyPlatformId": "<string>",
    "thirdPartyCustomerId": "<string>",
    "scopes": [
      "<string>"
    ],
    "createdAt": "2023-11-07T05:31:56Z",
    "lastApiCallAt": "2023-11-07T05:31:56Z",
    "apiCallCount": 123
  }
}

Headers

ProConvey-Account
string

Connected account ID (for 3rd party platforms)

Response

Account information

actingAs
enum<string>

How the request is authenticated

Available options:
direct,
connected
teamMember
object
connectedAccount
object