Skip to main content

Getting Started

In order to use the RxRise API first you need to register as a manufacturer and get approved. Once you get approved you should log in and under your account settings you must generate an API key (if you don't have one already).

API Authentication & Authorization

โ€‹ Every request must include the API key as a query parameter named apiKey. โ€‹ Take a look at the example below: โ€‹

curl -i https://services.rxrise.com/api/v1/inventories?apiKey=YOUR_API_KEY

โ€‹ In the example above we're making a request to the get the list of inventories and we're including the API key at the end as a query parameter. The apiKey query parameter is mandatory. If it's not present the API will always return a Missing Authentication response. Also, it is good to notice the API key has an expiration date of a year. If the key expires just generate a new one.