Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    DisclaimerContext String Body Unique token representing the context in which the disclaimers are shown. This token is provided from the pre-check endpoint together with the list of DisclaimerTokens.
    DisclaimerToken String Body Identifies a specific disclaimer token
    ResponseType DisclaimerResponseType Body ResponseType for the disclaimer
    UserInput String Body Additional user input in disclaimer response
  • Response Parameters

    View Response Codes

    There are no response parameters

  • Request Example

    Request URL
    POST /dm/v2/disclaimers
    Request Body
    {
      "DisclaimerContext": "stringValue",
      "DisclaimerToken": "stringValue",
      "ResponseType": "AlternateAccepted",
      "UserInput": "stringValue"
    }