Skip to main content
POST
/
networks
/
labels
Create Label
curl --request POST \
  --url https://api.eflow.team/v1/networks/labels \
  --header 'Content-Type: application/json' \
  --header 'X-Eflow-Api-Key: <api-key>' \
  --data '
{
  "label": "premium"
}
'
{
  "label": "<string>"
}

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Body

application/json
label
string
required

The label name to create.

Response

200 - application/json

OK

label
string

The created label name.