Quickstart

First verification in five minutes.

Two ways to get started. Pick the one that fits your team.

For your team

Install Sidekick

A browser extension for staff who handle phone enquiries. Right-click, verify, hang up.

  1. 1

    Install the extension

    One click from the Chrome Web Store or Edge Add-ons. Works in any browser-based business app.

  2. 2

    Sign in with WorkOS

    Use your work Google or Microsoft account. We never see your password — WorkOS handles SSO.

  3. 3

    Right-click any phone number

    Select "Verify with VERICODE". A code is sent. Ask the caller to read it back. Done.

Edge and Firefox versions follow within weeks of Chrome launch.

For developers

Use the API directly

Wire VERICODE into your own app, helpdesk, or CRM. Five lines of curl.

1. Send a verification

curl -X POST https://api.vericode.com.au/v1/verifications \
  -H "Authorization: Bearer $VERICODE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"recipient":"+61400000000","template":"default"}'

2. Check the result

curl https://api.vericode.com.au/v1/verifications/$ID \
  -H "Authorization: Bearer $VERICODE_API_KEY"

Try it before you buy.

First $10 a month gets you 20 SMS and 1 user — no credit card to try the API in dev. Upgrade only when you ship to production.

See full pricing

Stuck? We're here.

Email questions to [email protected] or jump on the waitlist.