POST
/segmentscreateSegment
Authentication
This operation does not declare an authentication requirement in the API contract.
Request body (required)
FieldTypeDescription
namerequiredstringRequest examples
bash
curl --request POST 'https://api.au.boundry.dev/segments' \
+ -H 'Authorization: Bearer $BOUNDRY_API_KEY' \
+ -H 'Content-Type: application/json' \
+ --data '{"name":"string"}'201 response
Segment