cURL
Python
JavaScript
PHP
Go
Java
curl --request GET \
--url https://api.enterprise.sandbox.uphold.com/core/terms-of-service/{ termsOfService} \
--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"
}
}
If the authenticated subject is a user, the returned response will be contextualized accordingly.
As an example, the response will contain the date of acceptance of terms the user has previously accepted.
OAuth 2.0 authentication.
The terms of service code.
Available options:
general-usrow
,
general-ca-osc
,
general-gb-fca
,
general-lt-fcs
,
virtual-iban-global
Terms of service retrieved.
The type of the terms of service.
Available options:
general
,
virtual-iban
The code of the terms of service.
Available options:
general-usrow
,
general-ca-osc
,
general-gb-fca
,
general-lt-fcs
,
virtual-iban-global
termsOfService. modifiedAt
The date and time when the terms of service were last updated.
The country codes in which the terms of service apply. If omitted, the terms apply to all countries.
termsOfService. acceptedAt
The date and time when the terms of service were accepted, in case the request is contextualized with a user.