curl --request POST \
--url https://api.cpln.io/org/{org}/secret \
--header 'Content-Type: application/json' \
--data '{
"description": "<string>",
"tags": {},
"type": "opaque",
"data": {
"payload": "<string>",
"encoding": "plain"
}
}'
"<any>"
curl --request POST \
--url https://api.cpln.io/org/{org}/secret \
--header 'Content-Type: application/json' \
--data '{
"description": "<string>",
"tags": {},
"type": "opaque",
"data": {
"payload": "<string>",
"encoding": "plain"
}
}'
"<any>"
Service account key can be used as API keys
The body is of type object
.
Secret was created successfully
The response is of type any
.