Skip to main content

Authentication

All API requests require a Bearer token in the Authorization header.

Getting Your API Token

  1. Log in to the CloudBlast Panel
  2. Go to Account Settings > API
  3. Copy your API token

IP Whitelisting

If you’ve configured an IP whitelist in your account settings (apiAddress field), only requests from that IP address will be accepted. Requests from other IPs will receive a 403 error:
To allow requests from any IP, leave the IP whitelist field empty.

Example Request

Error Responses