Authentication
Authentication is achieved via HTTP Basic Access Authentication. The api_key must be submitted as the username, and the password must be blank.
api_key = 210518b2f10111e3a87a5fbe08cfc8de
curl https://1d3.api.vericheck.com/merchants \
-u api_210518b2f10111e3a87a5fbe08cfc8de:
… etc … etc
{
"success":false,
"message":"Authentication failed."
}
Updated less than a minute ago