curl --request POST \
--url https://nimbussuite.com/api/v1/cloudflare/keys/save \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"name": "<string>",
"keyType": "api_key",
"email": "[email protected]",
"shareWithOrg": true,
"orgId": "<string>"
}
'{
"id": "<string>"
}curl --request POST \
--url https://nimbussuite.com/api/v1/cloudflare/keys/save \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"name": "<string>",
"keyType": "api_key",
"email": "[email protected]",
"shareWithOrg": true,
"orgId": "<string>"
}
'{
"id": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
API key saved successfully
Was this page helpful?