Introduction

The ClaimRemedi Web API requires the standard Authorization and Accept headers.

Headers

Header Description Value
Authorization Scheme(CRAUTH) and Parameter(API Key) Required. Authorization: CRAUTH tl9CBpQFYRuGa7D/a7gAwTq32H7ceyVLdaC8ZFekxDQ=
Accept Desired Response type JSON or XML. If not specified, XML is returned. Optional.
  • Accept: application/json, text/javascript, */*; q=0.01
  • Accept: application/xml, text/xml, */*; q=0.01