Segments
List segments
List all segments. Please note that you’ll need to provide a ‘take’ and ‘skip’ parameter to paginate through the results. If no parameters are provided, it will be default take the first 10 results. Authentication is required.
GET
/
segments
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
skip
integer
take
integer
Response
200 - application/json
The response is of type any
.