Skip to main content
GET
/
v1
/
agreements
/
compliance
Get Agreement Compliance
curl --request GET \
  --url https://api.dispersed.com/v1/agreements/compliance
{
  "is_compliant": true,
  "agreements": [
    {
      "version": 123,
      "title": "<string>",
      "effective_date": "2023-11-07T05:31:56Z",
      "content_url": "<string>",
      "accepted": true,
      "accepted_at": "2023-11-07T05:31:56Z",
      "uuid": "<string>",
      "applicable_roles": []
    }
  ]
}

Response

Agreement compliance status for the authenticated account

is_compliant
boolean
required
agreements
object[]
required