v1
latestOpenAPI 3.1.12026-07-1711423400.3 KBlegal
Retrieve latest Terms of Use.
This endpoint will retrieve the latest Terms of Use.
get/legal/terms-of-use
Response
Successful GET Terms of Use JSON response
object required
Example response
{
"data": {
"type": "legal",
"href": "/v1/terms-of-use",
"attributes": {
"text": "The Terms of Use in HTML format."
}
}
}