/Transactions

Exemplo de requisição para obtenção do extrato:

Request:
GET transactions?_pageSize=100&_page=1

Response:
{
    "_pageSize": 100,
    "_page": 1,
    "items":
    [
        {
            "locator": "350120170101",
            "issuedDate": "2017-06-13T17:45:29.372Z",
            "type": "CRÉDITO",
            "storename": "MATRIZ",
            "locationName": "Parceiro Teste",
            "offerName": "DZ 2 a cada R$ 1 em compras.",
            "points": 4500,
             "ticketId": "1512566581571"
        }
    ]
}
Language
Click Try It! to start a request and see the response here!