Aurion Docs
Api

Accept Policy

POST
/api/v1/legal/accept
AuthorizationBearer <token>

In: header

Request Body

application/json

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/legal/accept" \  -H "Content-Type: application/json" \  -d '{    "doc_type": "terms_of_service"  }'
{
  "accepted_at": "string",
  "doc_type": "terms_of_service",
  "id": "string",
  "tenant_id": "string",
  "version": 0
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}