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 \ -u api_210518b2f10111e3a87a5fbe08cfc8de: … etc … etc

Failed Response Example

{ "success":false, "message":"Authentication failed." }

Did this page help you?