curl --location 'https://api.vapi.co/products?name=aspiri' \
--header 'Authorization: Bearer <API Anahtarı>'
curl --location 'https://api.vapi.co/products?barcode=8699546010011' \
--header 'Authorization: Bearer <API Anahtarı>'
curl --location 'https://api.vapi.co/products?drugtype=1' \
--header 'Authorization: Bearer <API Anahtarı>'
curl --location 'https://api.vapi.co/products?name=aspiri&barcode=8699546010011' \
--header 'Authorization: Bearer <API Anahtarı>'
curl --location 'https://api.vapi.co/products?drugtype=1&name=aspiri&barcode=8699546010011' \
--header 'Authorization: Bearer <API Anahtarı>'
{
"data": [
{
"product": {
"id": 10008,
"name": "ASPİRİN COMPLEX Oral Süspansiyon İçin Granül İçeren Saşe 500 mg/30 mg 10 saşelik ambalaj"
},
"drug": {
"id": 4556,
"name": "ASPİRİN COMPLEX"
},
"drugform": {
"id": 7873,
"name": "Oral Süspansiyon İçin Granül İçeren Saşe 500 mg/30 mg"
},
"barcodes": [
{
"barcode": "8699546241231",
"skrsStatus": "Aktif"
}
],
"published": true
},
{
"product": {
"id": 10009,
"name": "ASPİRİN COMPLEX Oral Süspansiyon İçin Granül İçeren Saşe 500 mg/30 mg 20 saşelik ambalaj"
},
"drug": {
"id": 4556,
"name": "ASPİRİN COMPLEX"
},
"drugform": {
"id": 7873,
"name": "Oral Süspansiyon İçin Granül İçeren Saşe 500 mg/30 mg"
},
"barcodes": [
{
"barcode": "8699546241248",
"skrsStatus": "Aktif"
}
],
"published": true
},
...
],
"_links": {
"self": {
"href": "https://api.vapi.co/products?name=aspiri&page=1&per-page=200"
},
"first": {
"href": "https://api.vapi.co/products?name=aspiri&page=1&per-page=200"
},
"last": {
"href": "https://api.vapi.co/products?name=aspiri&page=1&per-page=200"
}
},
"_meta": {
"totalCount": 6,
"pageCount": 1,
"currentPage": 1,
"perPage": 200
},
"success": true
}