Skip to main content

Age Verification Gate Object

Contains age gate widget if returned.

  • Array [
  • urlstring

    The URL of the age gate widget.

    Example: https://family.test.k-id.com/widget/age-gate?token=JWT_TOKEN
    messagestring

    Message associated with the request.

    Example: Success
    statusstring

    Status of the age gate widget.

    Example: success
  • ]
  • Age Verification Gate Object
    [
    {
    "url": "https://family.test.k-id.com/widget/age-gate?token=JWT_TOKEN",
    "message": "Success",
    "status": "success"
    }
    ]