Get the latest version of an agreement if unaccepted
This endpoint returns the latest version of an agreement if the organization did not accept it yet.
Permissions Required
Query string parameters
Query string parameter
Required/Optional
Description
Type
Response
{
"latestAgreement": null
}{
"latestAgreement": {
"id": "88adc4fb-2e98-4679-9a10-cb1b8d44c1ac",
"agreementUrl": "https://support.uniswap.org/hc/en-us/articles/30934457771405-Uniswap-Labs-Privacy-Policy",
"details": "Uniswap Privacy Policy",
"agreementType": "UniswapPrivacyPolicy"
}
}Last updated