Indicates acceptance of terms to the server.
POST {{baseUrl}}/terms
Called by a client to indicate that the user has accepted/agreed to the included set of URLs. Servers MUST NOT assume that the client will be sending all previously accepted URLs and should therefore append the provided URLs to what the server already knows has been accepted.
Clients MUST provide the URL of the policy in the language that was presented to the user. Servers SHOULD consider acceptance of any one language's URL as acceptance for all other languages of that policy.
The server should avoid returning M_TERMS_NOT_SIGNED
because the client
may not be accepting all terms at once.
Request Body
{"user_accepts"=>["tempor dolore cons", "in "]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{}