Authentication

View as Markdown

API Keys

Partners receive API keys during onboarding for both demo and production environments. Each environment has its own unique API key.

Using Your API Key

Include your API key in the X-Api-Key header with every request:

1X-Api-Key: your-api-key-here

Environments

EnvironmentPurposeBase URL
DemoTesting and developmenthttps://api-demo.brij.fi
ProductionLive transactionshttps://api.brij.fi

Use the appropriate API key for each environment. Demo keys will not work in production and vice versa.

Security Best Practices

  • Never expose your API key in client-side code
  • Store API keys securely using environment variables or a secrets manager

API Reference