Skip to content

API Gateway

Secure access to your Mission Control API by API tokens or IP white lists.

API Gateway

You can use both the API whitelist and the API tokens to secure your API access.

Require API Tokens

API tokens are created by individual users and are used to authenticate API requests.

API tokens can be used in any of the following ways:

  • A POST parameter named api_key
  • A GET parameter named api_key
  • An Authorization header with the value Bearer <api_key>

API Whitelist

Enter an IP address or network in /CIDR format to enable the whitelist - one per-line.

This feature support both IPv4 and IPv6 addresses/networks.

Assuming a well-behaved proxy, we will use the X-Forwarded-* family of headers to determine the client’s IP address.