Help for this page

Select Code to Download


  1. or download this
    {
        "token":"blah",
        "us_states":["NJ","MI"]
    }
    
  2. or download this
    {
        'token' => &verify_token,
        'us_states' => &verify_state_array,
    }
    
  3. or download this
    {
        'token' => 'blah',
    ...
            {'MA' => [{'617' => ['200','202']},{'949' => ['200','201']}]},
        ]
    }