Developers
V1MeLegal

Read current published terms and your acceptance status

Returns no drafting content. General terms are separate from health, AI, analytics, social sharing and marketing consent. Privacy controls remain available without acceptance.

GET
/v1/me/legal
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/me/legal"
{  "available": true,  "required": true,  "documents": [    {      "title": "string",      "version": "string",      "locale": "en-MY",      "contentHash": "string",      "effectiveAt": "string",      "path": "string",      "sections": [        {          "id": "string",          "title": "string",          "paragraphs": [            "string"          ]        }      ],      "acceptedAt": "2019-08-24T14:15:22Z"    }  ]}