{
	"info": {
		"_postman_id": "c8f863e6-e305-4723-8134-ea1418e84209",
		"name": "İlaç Listesi API",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "15223897",
		"_collection_link": "https://winter-shuttle-228164.postman.co/workspace/NosyAPI~d55cf5d0-398b-45bc-b421-a4600c6ead47/collection/15223897-c8f863e6-e305-4723-8134-ea1418e84209?action=share&source=collection_link&creator=15223897"
	},
	"item": [
		{
			"name": "İlaçları Listeleme",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/drug/list?q=Lustral",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"drug",
						"list"
					],
					"query": [
						{
							"key": "q",
							"value": "Lustral"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Barkod Sorgulama",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/drug/scan?barcode=8681308091239",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"drug",
						"scan"
					],
					"query": [
						{
							"key": "barcode",
							"value": "8681308091239"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Detaylı İlaç Sorgulama",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/drug/details?barcode=8681308091239",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"drug",
						"details"
					],
					"query": [
						{
							"key": "barcode",
							"value": "8681308091239"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "İlaç SUT Kodları",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/drug/sut?barcode=8681308091239",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"drug",
						"sut"
					],
					"query": [
						{
							"key": "barcode",
							"value": "8681308091239"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "İlaç Eşdeğerlerini Listeleme",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/drug/related?barcode=8681308091239",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"drug",
						"related"
					],
					"query": [
						{
							"key": "barcode",
							"value": "8681308091239"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "İlaç SGK Eşdeğerlerini Listeleme",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/drug/related-sgk?barcode=8681308091239",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"drug",
						"related-sgk"
					],
					"query": [
						{
							"key": "barcode",
							"value": "8681308091239"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "İlaç Sınıflarını Listeleme",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/drug/class?barcode=8681308091239",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"drug",
						"class"
					],
					"query": [
						{
							"key": "barcode",
							"value": "8681308091239"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "İlaç NFC Kodlarını Listeleme",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/drug/class?barcode=8681308091239",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"drug",
						"class"
					],
					"query": [
						{
							"key": "barcode",
							"value": "8681308091239"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "İlaç Özellikleri",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/drug/features?barcode=8681308091239",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"drug",
						"features"
					],
					"query": [
						{
							"key": "barcode",
							"value": "8681308091239"
						}
					]
				}
			},
			"response": []
		}
	]
}
