GET
/
api
/
TermsAndConditions
/
{signatoryAddress}
/
hasSigned
checks if the user has signed the terms and conditions
curl --request GET \
  --url https://dln-api.debridge.finance/api/TermsAndConditions/{signatoryAddress}/hasSigned
true

Path Parameters

signatoryAddress
string
required

Response

OK

The response is of type boolean.