Get an API token
- Log in to the customer portal.
- Open the Generate API Key menu (under your account/profile section).
- Generate a key and copy it immediately - it is shown only once. If you lose it, contact support to regenerate.
x-token header.
Configuration
Terraform
Values set in the provider block take precedence over environment variables. If
api_key is missing everywhere, configuration fails with an error.
provider block at all - export the environment variables and use provider "biznetgio" {}.
Pulumi
apiToken is not set via config or environment.
SDK config getters
SDK config getters
Base URLs
Both are the default when
base_url / baseUrl is omitted. Point the providers at staging by setting the variable, e.g. export BIZNETGIO_BASE_URL="https://api.portal.biznetgio.dev/v1".
Keep your token secret
api_keyandapiTokenare marked sensitive; they never appear in plans, diffs, or outputs.- The
rawoutput on every resource is redacted: values under keys likepassword,private_key,secret_key,token, andpemare masked as***before entering state. - Secrets that the API returns only once (keypair private keys, S3 secret keys) are preserved in state across refreshes - protect your state files with a secure backend.