boltQuickstart

This quickstart gives you a first end-to-end Veilio flow.

Prerequisites

  • A Veilio API key from your dashboard

  • A backend environment (never call Veilio with secrets from frontend code)

  • curl installed

1) Set environment variables

2) Tokenize a sensitive value

Expected response:

Store only token in your database.

3) Detokenize when required

Expected response:

  • Write path: tokenize before insert/update

  • Read/action path: detokenize only at the business step that needs raw data

  • Auditability: always include a clear reason for detokenization

circle-info

You can integrate automatic /detokenize when the page loads, so your end user sees their actual data directly instead of tokens.

Last updated

Was this helpful?