Hcps

The ENDO HCP Locator Service is a data service that allows consuming applications to retrieve a list of HCP specialists or practices/accounts (depending on the brand) associated with a specified brand within a specified distance of a specified zip code. Further detailed information can be retrieved for individual HCPs, as well. Please note that credentials in the form of a website ID and API key must be passed via querystring parameters in order to authenticate the request.

APIDescription
GET api/Hcps/BeginSession

The GetSessionId operation returns a unique session ID (GUID) that should be passed to any subsequent calls to GetHcps during the session.

GET api/Hcps/GetHcps/{brand}/{zipCode}/{distance}

The GetHcps operation retrieves a list of HCP specialists associated with a specified brand and located within a specified distance of a specified zip code. Additional parameters can be specified via the querystring. These additional parameters control how the results are returns. See full documentation for details.

GET api/Hcps/GetHcpsNas/{zipCode}/{distance}

The GetHcpsNas operation retrieves a list of HCP specialists associated with the Nascobal brand and located within a specified distance of a specified zip code. Additional parameters can be specified via the querystring. These additional parameters control how the results are returns. See full documentation for details.

GET api/Hcps/GetAccounts/{brand}/{zipCode}/{distance}

The GetAccountsEa operation retrieves a list of accounts/practices associated with Endo Aesthetics and located within a specified distance of a specified zip code. Additional parameters can be specified via the querystring. These additional parameters control how the results are returns. See full documentation for details.

GET api/Hcps/GetHcpDetail/{hcpId}

Provide further details about a specific HCP, including all practices and locations, state license number, NPI, etc. As the GetHcpDetails operations takes the ID of the HCP as an argument, the call to this operation usually follows a call to GetHcps, the response to which the HCP IDs are provided.

Clicks

APIDescription
POST api/Clicks/CaptureClick/{brand}/{accountId}/{clickedElement}

No documentation available.