cURL
curl --request GET \ --url https://api.venlyfinance.com/api/v1/accounts/{accountId}/party-roles \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": [ { "partyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "roleType": "ACCOUNT_HOLDER", "status": "ACTIVE", "party": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "externalId": "<string>", "partyType": "INDIVIDUAL", "status": "ACTIVE", "firstName": "<string>", "lastName": "<string>", "kycStatus": "PENDING", "name": "<string>", "vatNumber": "<string>", "kybStatus": "PENDING", "address": { "addressLine1": "<string>", "city": "<string>", "postalCode": "<string>", "country": "<string>", "addressLine2": "<string>", "state": "<string>" } } } ] }
Returns all parties associated with this account and their roles.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of party roles
Indicates whether the request was successful
Show child attributes