Skip to main content
POST
/
ramp
/
agreements
/
terms-and-conditions
Accept terms
curl --request POST \
  --url https://api.etherfuse.com/ramp/agreements/terms-and-conditions \
  --header 'Content-Type: application/json' \
  --data '
{
  "presignedUrl": "https://api.sand.etherfuse.com/ramp/proof-of-identity?org_id=...&expires=...&signature=..."
}
'
{
  "accepted_ip": "201.140.10.20",
  "accepted_timestamp": "2026-05-01T15:00:00Z",
  "agreement_version": "1.0",
  "document_reference": "https://docs.etherfuse.com/agreements/v1.0.pdf"
}

Body

application/json
presignedUrl
string
required

Response

Agreement accepted

accepted_timestamp
string<date-time>
required
agreement_version
string
required
accepted_ip
string | null
document_reference
string | null
location
object