curl --request GET \ --url https://api.main.apexscore.ai/api/v1/segments/ \ --header 'Authorization: Bearer <token>'
{ "count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "portfolio": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>" }, "configurations": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "report_name": "<string>", "report_issued_at": "2023-11-07T05:31:56Z" } ] } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A page number within the paginated result set.
Number of results to return per page.
The response is of type object.
object