POST/api/v2/segments/projectKey/environmentKey
Path Parameters
Body Parameters
View in API Reference
Request
$curl -X POST https://app.launchdarkly.com/api/v2/segments/projectKey/environmentKey \
> -H "Authorization: " \
> -H "Content-Type: application/json" \
> -d '{
> "name": "Example segment",
> "key": "segment-key-123abc"
>}'
Response