Skip to main content

Re-accept the current legal documents

POST 

/v1/me/accept-terms

Records acceptance of the currently-published Terms of Service, Acceptable Use Policy, and Privacy Policy versions for the active organization (SPEC-15 §17.5/§17.6). Required when GET /v1/me reports legal.requires_reacceptance after a document update. Contractual — owner or admin only.

Request

Responses

Default Response

Response Headers
    X-Request-Id

    ULID stamped on every response and propagated through error envelopes. Use it when filing support tickets — it identifies the exact request in the structured logs (requestId field).

    X-RateLimit-Limit

    Requests-per-second ceiling for the current bucket (per-organization for authenticated calls, per-IP for public ones).

    X-RateLimit-Remaining

    Tokens left in the bucket after this request.

    X-RateLimit-Reset

    ISO-8601 timestamp when the bucket will be fully refilled.