How Authentication Works
SimpleHost uses email-based authentication. There are no passwords — you verify your email with a one-time code and receive an API key. The API key is used for all authenticated requests via theAuthorization header:
Request a Verification Code
Send a verification code to an email address.string
required
The email address to send the code to.
Response
XXXX-XXXX (letters and numbers).
Verify Code and Get API Key
Exchange the verification code for an API key.string
required
The same email address you requested the code for.
string
required
The verification code from your email (format:
XXXX-XXXX).Response
Using the API Key
Set it as an environment variable:API Key Format
API keys follow this pattern:sh_live_1981ecdf8dbb8c20c7da2b068ccbc12a