Skip to content

Authentication

The WhiteBridge API uses API keys to authenticate requests. Get your API key from the WhiteBridge Dashboard (requires login).

Methods

HTTP Header (Recommended)

  • X-API-Key: YOUR_API_KEY

Query Parameter

  • ?key=YOUR_API_KEY

WARNING

Query parameter authentication is less secure as API keys may be logged in server access logs. Use header authentication whenever possible.