Logo
Openapi.it Public API Documentation

{{baseUrl}}/marche

GET {{baseUrl}}/marche

This endpoint shows you the list of all purchased timestamps

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "data": [ { "id_marca": "deb184df120e0487b64a2f77a4ab60c5", "type": "aruba", "qty_marca": "50", "username": "FAKETxxxxltravia09", "password": "FAKxxxB71AJHN", "id_entita": "159xxx2274", "timestamp_acquisto": "2020-09-10 12:04:35" }, { "id_marca": "79b1ab2ce4825c955ba7b99c6d1a4b5f", "type": "infocert", "qty_marca": "100", "username": "FAKExxxR325", "password": "FAKEinxxxxx2", "id_entita": "159xxx2274", "timestamp_acquisto": "2020-09-10 12:10:52" } ], "success": true, "message": "", "error": null }



Curl
curl -X GET 'baseUrl/marche' -H 'Accept: application/json'

ENDPOINTS