Create a portfolio segment.
POST/segments
Creates a new portfolio segment owned by the authenticated user.
Request
Responses
- 201
- 400
- 401
- 403
- 429
The newly created portfolio segment.
Request body is invalid (e.g. name is missing).
API key authorization failed.
Read-only API key cannot create segments.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.