Authentication
Authentication is achieved via HTTP Basic Access Authentication. The api_key must be submitted as the username, and the password must be blank.
Example
api_key = 210518b2f10111e3a87a5fbe08cfc8de
curl https://1d3.api.vericheck.com/merchants \\\n-u api_210518b2f10111e3a87a5fbe08cfc8de:\n… etc … etc
[block:api-header]
Failed Response Example
{ \n \"success\":false,\n \"message\":\"Authentication failed.\"\n}
Updated 7 days ago