cURL
curl --request GET \ --url https://api.enterprise.sandbox.uphold.com/core/terms-of-service \ --header 'Authorization: Bearer <token>'
{ "termsOfService": [ { "code": "general-gb-fca", "type": "general", "countries": [ "GB" ], "modifiedAt": "2025-02-01T00:00:00Z", "acceptedAt": "2025-03-01T00:00:00Z" }, { "code": "unique-account-number-viban", "type": "unique-account-number", "countries": [ "GB", "PT" ], "modifiedAt": "2024-12-01T00:00:00Z" } ] }
List terms of service of the platform.
OAuth 2.0 authentication.
Filter terms of service by type.
general
unique-account-number
Filter terms of service by unique code of the country.
Terms of service retrieved.
The response is of type object.
object