Prerequisites
Before you start using this collection, you need to complete the following steps:- Create your Eka developer account by following the steps presented in the Eka workspace page.
- Obtain your
client_id
,client_secret
,api_key
(optional) for your business. - Gain access to resources like Appointment, Prescription, Doctor, etc., for your business.
Getting Started
Once you have your developer account and credentials, you’re ready to begin integrating with the Eka API. Here are some key resources to get you started:- API Authentication Guide: Learn how to authenticate your requests and manage access tokens.
- API Endpoints: Explore the available endpoints and their functionalities.
- Sample Integrations: View example integrations and code snippets.
Authentication
Proper authentication is crucial for securely accessing the Eka API. Please refer to our detailed API Authentication Guide for step-by-step instructions on how to:- Obtain an access token
- Use the access token in your API requests
- Handle token expiration and renewal