
Welcome to the [Your API Name] documentation! This guide will help you get started with our API, providing you with all the information you need to integrate and make the most of our services.
Table of Contents
1. Introduction
What is GGW Claim API?
Claim API is a powerful and flexible API that provides capabilities of submitting a claim in Claim Management. Please visit Claim API definitions for more details.
What is GGW Policy API?
Policy API is a powerful and flexible API that provides capabilities of submitting a policy in Claim Management. Please visit Policy API definitions for more details.
To get started, you will need an API key, which you can obtain by [how to get an API key].
2. Authentication
API Key
To access the [GGW Claim API] or [GGW Policy API] , you need to authenticate with an API key. This key should be included in the Authorization header of your HTTP requests as follows:
POST: https://login.microsoftonline.com/{tenantId}/oauth2/tokenBody:
URL : Environment URL (https://wecoya-test.crm4.dynamics.com)
client_id: {clientId}
grant_type: {client_credentials}
Headers :
Authorization: Bearer YOUR_API_KEY
Authorization:
iOcp-Apim-Subscription-Key: {subscriptionKey}
Note: Keep your API key secure, and do not share it publicly.
3. Endpoints
[Claim API] provides the following endpoints for your use:
/ggw_claim : Create Claim record on Claim Management.
For detailed information on each endpoint, please refer to our API Reference.
[Policy API] provides the following endpoints for your use:
/ggw_policy: NA
For detailed information on each endpoint, please refer to our API Reference.
FAQ
Here, we've compiled a list of commonly asked questions to help you find quick answers to your inquiries.
Getting Started
This guide will help you get started with our API, providing you with all the information you need to integrate and make the most of our services.