terminalDeveloper Platform API


Quick Reference

Base URL

  • Production: https://api.veilio.com/api

  • Local/dev: http://localhost:3000/api

Authentication

  • Authorization: Bearer <API_KEY>

  • X-API-Key: <API_KEY>

Common endpoints

  • POST /tokenize

  • POST /detokenize

  • POST /tokenize/bulk

  • POST /detokenize/bulk

  • POST /tokenize/format

  • POST /detokenize/format

Common errors

  • 401 AUTH_ERROR

  • 400 VALIDATION_ERROR

  • 403 PLAN_LIMIT

  • 429 RATE_LIMIT_ERROR

  • 500 INTERNAL_ERROR

Last updated

Was this helpful?