Authentication

All API requests require a GateCtr API key.

Get your API key

  1. Go to Settings → API Keys

  2. Click Create key

  3. Copy and store it securely — it won't be shown again

Use your API key

Pass it as a Bearer token in the Authorization header:

Authorization: Bearer gct_live_xxxxxxxxxxxx

Or via the SDK:

typescript const client = new GateCtr({ apiKey: process.env.GATECTR_API_KEY });

Last updated

Was this helpful?