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.
Version | Base URL | Authorization Header |
---|---|---|
v1 | https://core-api.sandbox-verifiedinc.com | Authorization: Bearer |
v2 | https://core-api.sandbox-verifiedinc.com/v2 | Authorization: |
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.