PATCH
Queue legal agreement acceptance

Authorizations

Authorization
string
header
required

The user's id_token from authentication — the ID token, not the access_token. The program and environment (sandbox/prod) are read from the token.

Path Parameters

applicationId
string
required

The application id from create / get.

Body

application/json
actionTarget
enum<string>

What to accept. Defaults to terms.

Available options:
terms,
provider_documents
Example:

"terms"

Response

Acceptance queued, or no-op because legal terms were already accepted

success
boolean
Example:

true

message
string
Example:

"Agreement acceptance queued successfully"

acceptance
object