Tos

Add tos

POST https://ushahididocs.api.ushahidi.io/api/v3/tos

Request Body

NameTypeDescription

user_id

String

The user identifier

tos_version_date

String

The version date of "tos"

{
  "counts": 0,
  "results": [
    {
      "id": 0,
      "url": "string",
      "user": {
        "id": 0,
        "url": "string"
      },
      "agreement_date": "string",
      "tos_version_date": "string",
      "allowed_privileges": [
        "string"
      ]
    }
  ]
}