Example Request
curl --request GET \ --url 'https://sekalipay.com/api/v1/item?page=1' \ --header 'X-APIKEY: YOUR_API_KEY'
Response Sample
200 OK
{
"message": "OK",
"data": [
{
"id": 123,
"name": "Netflix 1 Bulan",
"price": 45000,
"stock": 50,
"category": "Streaming"
}
],
"meta": {
"current_page": 1,
"total": 150
}
}