Pharmaceutical product price data API service
🇨🇠OIS Solutions
Software company based in Geneva, Switzerland
www.ois-solutions.ch
All API endpoints require authentication. Include your token in the Authorization header:
Authorization: Bearer {your-token}
{
"success": true,
"from_cache": true,
"product": {
"sku_id": "1001197",
"name": "Product Name",
"brand": "Brand Name",
"sale_price": "15.50",
"currency": "CHF",
...
}
}
© 2026 OIS Solutions. All rights reserved.