v2
latestOpenAPI 3.0.02026-07-261859071.2 MBEnvironment variables
Create an environment variable
Creates a new environment variable.
post/v1/variables
Headers
x-checkly-accountstring
Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general
Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general
Request body
Example request
{
"key": "API_KEY"
}Response
Created
Example response
{
"key": "API_KEY"
}