Introduction

Requests to the ClaimRemedi Web API require an API key to access the requested resource. The request header sent by the application must include a valid Api Key. As the first step towards authorization, Generate an API Key at the ClaimRemedi Web Portal. Once logged in, hover over the management Icon at the top right and choose Web API from the menu*. From there you can generate a unique APIKey to use in the resource authorization requests.
Once you have an API Key you can begin testing with our client to insepct options and view output.

* if you do not see the Web API menu item, your user ID does not have the rights to view this resource. Contact Support for more information.

API URL

URL Structure: https://api.claimremedi.com/{version}/{resource}
  • {version} = v[number] (ie: v1, v2, etc)
  • {resource} = (ie: alerts, claimstatus, etc)