cURL
curl --request POST \ --url https://api.enterprise.sandbox.uphold.com/core/terms-of-service/{termsOfService}/accept \ --header 'Authorization: Bearer <token>'
201
Terms of Service Accepted
{ "termsOfService": { "code": "unique-account-number-viban", "type": "unique-account-number", "countries": [ "GB", "PT" ], "userTypes": [ "individual" ], "modifiedAt": "2025-02-01T00:00:00Z", "acceptedAt": "2025-03-01T00:00:00Z" }}
Accept terms of service by code.
X-Uphold-User-Ip
OAuth 2.0 authentication.
The terms of service code.
unique-account-number-viban
Terms of service acceptance added.
Show child attributes