GET
/
core
/
terms-of-service
/
{termsOfService}
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.

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication.

Path Parameters

termsOfService
enum<string>
required

The terms of service code.

Available options:
general-usrow,
general-ca-osc,
general-gb-fca,
general-lt-fcs,
virtual-iban-global

Response

200 - application/json

Terms of service retrieved.

The response is of type object.