cURL
curl --request GET \ --url https://api.main.apexscore.ai/api/v1/versions/ \ --header 'Authorization: Bearer <token>'
{ "count": 123, "results": [ { "id": 123, "name": "<string>", "audience": "<string>", "sequence": -1, "audience_type": 1 } ], "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2" }
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.
123
Show child attributes
-2147483648 <= x <= 2147483647
0
1
2
3
4
5
"http://api.example.org/accounts/?page=4"
"http://api.example.org/accounts/?page=2"