cURL
curl --request GET \ --url https://sandbox-api.finpace.example/v1/party-groups/{groupId} \ --header 'Authorization: Bearer <token>'
{ "groupId": "grp_01JQ9KDN2S9YB2X6K11H65VF0K", "name": "Northwind Group", "members": [ { "partyId": "<string>", "relationshipType": "subsidiary", "ownershipPercentage": 100 } ] }
OAuth 2.0 with client credentials for machine integrations and authorization code for delegated user sessions.
Caller-generated correlation identifier used for tracing.
80
Party group returned
"grp_01JQ9KDN2S9YB2X6K11H65VF0K"
"Northwind Group"
Show child attributes