Logo
Navitus Collection API Documentation

👋 Introduction

Welcome to Opala's PDex Formulary API workspace. This workspace contains Opala's Formulary Qodex collection which you can quickly use to understand the capabilities of the API by querying our sandbox formulary data.

🚀 Getting started with this workspace

In this workspace, you'll find Opala's Formulary Qodex collection that helps our customers understand and consume our APIs. This collection contains all the requests and documentation associated with the API.

Make sure to select public.cert from the Environment drop-down the first time you use the Formulary API. This ensures that the {{base_url}} variable runs successfully.

Opala's Formulary API allows only GET requests. You cannot PUT, POST, or DEL data in the collection.

A GET request is used to get data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., id=1).

A successful GET response will have a 200 OK status, and should include some kind of response body - for example, JSON data.

🛟 Help and support

If you have any questions or suggestions, please don't hesitate to reach out to Opala's tech support team at developersupport@opala.com.

ENDPOINTS