Skip to main content

Overview

All API requests are authenticated through a standard Basic Auth header. This should be supported by default through your language specific http library, however we’ve included the sample header below and explanation in case it is not.
Basic Auth Header
Authorization: Basic YWxhZGRpbjpvcGVuc2VzYW1l
The basic authorization token in the example header above is a Base64-encoded username:password string.

Finding Your Credentials

The username in your credentials is your Customer ID, which can be found in your account page Customer ID on the account page The password is unique to each website in your account website dashboard. In the settings page for the site you want to generate verification invitation links for, you can locate the API Secret in the App Keys section. The API Secret is used as the password in the basic auth header for your API requests related to this site. Api Secret
Remember to keep your credentials secure. Do not share or publish them to repositories!