POST
/
ramp
/
agreements
/
customer-agreement
curl --request POST \
  --url https://api.etherfuse.com/ramp/agreements/customer-agreement \
  --header 'Content-Type: application/json' \
  --data '{
  "presignedUrl": "https://example.com/verify?token=xyz",
  "customerInfo": {
    "name": "John Doe",
    "email": "[email protected]"
  }
}'
This response does not have an example.

Body

application/json

Response

200

Customer agreement accepted successfully