Skip to main content

update-sandbox-base-url-and-api-key

Append the /v2 path to the Sandbox base URL for your Verified API calls, and replace your old Sandbox API key with the v2 Sandbox API key for your brand. You can copy this API key from the top of the Brand Details page in the Dashboard.

In v1, you had to include your API key as a bearer token in the authorization header. In v2, you should include your API key directly, not as a bearer token: just remove Bearer from the authorization header.

VersionBase URLAuthorization Header
v1https://core-api.sandbox-verifiedinc.comAuthorization: Bearer {API_KEY}
v2https://core-api.sandbox-verifiedinc.com/v2Authorization: {API_KEY}
Heads Up

The Sandbox domain is sandbox-verifiedinc.com but the Production domain is verified.inc.

danger

Wait to update the Production base URL and API key until you're ready to go live.