Get a party by IDAsk AIget https://{hostname}/v1/contracts/{contract_id}/parties/{party_id}Use this endpoint to retrieve a party from a contract.Path Paramscontract_idintegerrequiredThe unique ID of the contract.party_idintegerrequiredThe ID of a party in a contract.Headersx-oneflow-api-tokenstringrequiredlength between 40 and 40The API key of your Oneflow account.x-oneflow-user-emailstringThe email address of a registered Oneflow user.Responses 200Returns the requested party. 400Invalid format or content of the request. 401The API token or the user email is invalid. 404A required entity is missing.Updated 7 months ago