cURL
curl --request GET \ --url https://api.production.orderprotection.com/v1/orders \ --header 'Authorization: Bearer <token>'
{ "pageInfo": { "startCursor": "", "endCursor": "", "hasNextPage": false, "hasPreviousPage": false }, "pageCursors": { "around": [ { "cursor": "YXJyYXljb25uZWN0aW9uOjA=", "page": 1, "isCurrent": true } ] }, "totalCount": 5, "edges": [ { "node": "<unknown>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Number of records
Record cursor
Number of pages on page cursors
{ "startCursor": "", "endCursor": "", "hasNextPage": false, "hasPreviousPage": false}
{ "around": [ { "cursor": "YXJyYXljb25uZWN0aW9uOjA=", "page": 1, "isCurrent": true } ]}
5
Show child attributes