Lists
The segments endpoint provides access to lists where you can organize and manage contacts.
Updates the Segment resource.
Authorizations
Path parameters
idstringRequired
Segment identifier
Body
idstring | nullOptional
titlestring | nullOptional
iconstring | nullOptional
sequenceinteger | nullOptional
Responses
200
Segment resource updated
400
Invalid input
403
Forbidden
404
Not found
422
An error occurred
patch
/segments/{id}Replaces the Segment resource.
Authorizations
Path parameters
idstringRequired
Segment identifier
Body
idstring | nullOptional
titlestring | nullRequired
iconstring | nullRequired
sequenceinteger | nullOptional
Responses
200
Segment resource updated
400
Invalid input
403
Forbidden
404
Not found
422
An error occurred
put
/segments/{id}Retrieves the collection of Segment resources.
Authorizations
Query parameters
pageintegerOptionalDefault:
The collection page number
1itemsPerPageinteger · max: 30OptionalDefault:
The number of items per page
15Responses
200
Segment collection
403
Forbidden
get
/segmentsLast updated

