Credentials
To authenticate API requests, use the email address and API key provided by Register.ly.
Credential Handling
Each API request uses two headers:
username: the reseller account email addresstoken: a generated value derived from the API key, username, and current UTC hour
Never Publish Secrets
Do not commit real API keys, tokens, passwords, customer domains, or production credentials to this repository.
Use masked examples only:
REGISTERLY_API_KEY="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"