Welcome to
LabConnect Developer Portal
for Public APIs
This website provides access and developer related information for publicly facing APIs from the LabConnect Developer Environment.
This website provides access and developer related information for publicly facing APIs from the LabConnect Developer Environment.
This REST API is focused on supporting the external client Slope information exchange.
This REST API is focused on supporting the external client with Vertex information exchange
A list of all available APIs. Please note this list is limited to the Products you have access to.
All of our APIs are secured.
To view documentation on an API you must Sign Up first and then Sign In with the account you created during Sign Up.
To test an API you must Subscribe to a Product and be approved.
After approval your subscription key will auto populate in the API documentation test page. You can also view approved subscriptions under the Product you subscribed to and under your Profile.
POST https://lc-api-dev.azure-api.net/echo/resource HTTP/1.1
Content-Type: application/json
Cache-Control: no-cache
Ocp-Apim-Subscription-Key: ********************************
{
"vehicleType": "train",
"maxSpeed": 125,
"avgSpeed": 90,
"speedUnit": "mph"
}
Powered by Azure API Management.