Quick Start Guide #
Obtain Vendor oAuth credentials (client_id and secret) from us.
Authenticate to the API via the POST
oauth/tokenendpoint to get your API token.Optionally call the
whoamiendpoint to confirm your connection.Using your Vendor authentication, create a location for each site that will submit claims with the
locationendpoint. You will need to store the location ID or Minor ID for each group created. Sites will need to know their Minor ID when completing paperwork for Medicare.Add providers to each location, noting that you use the extended syntax of the
locationendpoint to do this in a single step, or you can add providers to an existing location with theproviderendpoint.Once that’s all done, you can transmit verification requests and claims for your sites, using their location ID or Minor ID to identify the site.