Skip to main content
POST
/
v1
/
account-agreements
Accept Agreement
curl --request POST \
  --url https://api.dispersed.com/v1/account-agreements \
  --header 'Content-Type: application/json' \
  --data '
{
  "agreement_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "accepted_at": "2023-11-07T05:31:56Z",
  "ip_address": "<string>",
  "user_agent": "<string>",
  "object": "account_agreement",
  "created_at": "2023-11-07T05:31:56Z",
  "uuid": "<string>",
  "account_uuid": "<string>",
  "agreement_uuid": "<string>",
  "accepted_by_account_uuid": "<string>"
}

Body

application/json
agreement_uuid
string<uuid>
required

Response

Agreement acceptance recorded

accepted_at
string<date-time> | null
required
source
enum<string>
required
Available options:
ADMIN,
API,
CONSOLE
ip_address
string | null
required
user_agent
string | null
required
object
enum<string>
required
Available options:
account_agreement
created_at
string<date-time> | null
required
uuid
string | null
account_uuid
string | null
agreement_uuid
string | null
accepted_by_account_uuid
string | null