Get Terms and Conditions
Terms and Conditions
Get Terms and Conditions
Returns the currently active Terms and Conditions for the account’s country. Use the termsId from the response when calling POST /api/v1/customers/{customerId}/acceptTerms/.
GET
Get Terms and Conditions
Authorizations
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.
Response
Active Terms and Conditions retrieved successfully.
Unique identifier for the Terms and Conditions.
Example:
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Country code these Terms and Conditions apply to.
Example:
"AR"
Version string of the Terms and Conditions.
Example:
"1.0"
URL where the full Terms and Conditions document can be read.
Example:
"https://example.com/terms/v1.0"