Skip to main content
Create a dashboard folder
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/latest/dashboards/dashboards/v1/folders \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "folder": {
    "id": "<string>",
    "name": "<string>",
    "parentId": "<string>"
  },
  "requestId": "<string>"
}'
{
  "folderId": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json
folder
object
requestId
string

Response

folderId
string