get https://{hostname}/v1/contracts//parties/
Use this endpoint to retrieve a party from a contract.
Responses
400Invalid format or content of the request.
401The API token or the user email is invalid.
404A required entity is missing.
Use this endpoint to retrieve a party from a contract.
400Invalid format or content of the request.
401The API token or the user email is invalid.
404A required entity is missing.
xxxxxxxxxx
curl --request GET \
--url https://api.oneflow.com/v1/contracts/contract_id/parties/party_id \
--header 'accept: application/json'