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