cURL
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 } }
Returns information about the current API request context.
This endpoint is useful for 3rd party platforms to verify their connected account integration is working correctly.
Connected account ID (for 3rd party platforms)
Account information
How the request is authenticated
direct
connected
Show child attributes
Was this page helpful?