Aurion Docs
Api

Get Requirements

GET
/api/v1/legal/requirements
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/api/v1/legal/requirements"
{
  "ok": true,
  "required": [
    {
      "accepted_at": "string",
      "accepted_version": 0,
      "doc_type": "terms_of_service",
      "ok": true,
      "published_at": "string",
      "required_version": 0,
      "title": "string"
    }
  ]
}