cURL
curl --request GET \ --url https://api.discountdrugnetwork.com/api/Drug/DiscountInfo \ --header 'x-ddn-client-key: <api-key>'
{ "groupId": "<string>", "cardholderID": "<string>", "rxBIN": "<string>", "rxPCN": "<string>" }
Use this endpoint to retrieve information about available discounts for a specified group.
GET https://api.discountdrugnetwork.com/api/Drug/DiscountInfo
Reference back to the requested group ID.
Successfully retrieved discount information.
Reference to the requested group ID.
The new cardholder identifier.
The BIN assigned to the group ID.
The PCN assigned to the group ID.