EHI API Marketplace Experience API

The backend-for-frontend that powers the EHI API Marketplace itself, and the only Enterprise Mobility API surface with endpoints published anonymously. Three POST operations are declared verbatim in the api-endpoint-details element of every public developer.ehi.com page — /marketplace/experience/profile/{profileId}/retrieve-user-content, /favorite-content and /unfavorite-content — and the marketplace client library shows exactly how they are called: JSON bodies of {contentType, contentId}, an Authorization Bearer access token from Azure AD B2C, the B2C id_token repeated in an ehi-origin-identity header, and Ehi-Calling-Application / ehi-application-name caller headers. Errors come back as {"errors":[{"code","localizedMessage"}]}. The host, https://api.ehi.com, is a live Kong Gateway behind Imperva that returns a JSON no-route 404 with a request_id to anonymous callers. Enterprise publishes no OpenAPI for this API; the operations above are recorded from the provider's own published page source and client library, and nothing beyond them is asserted.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/ehi-marketplace-experience-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: enterprise-mobility:ehi-marketplace-experience-api
name: EHI API Marketplace Experience API
description: 'The backend-for-frontend that powers the EHI API Marketplace itself, and the only Enterprise
  Mobility API surface with endpoints published anonymously. Three POST operations are declared verbatim
  in the api-endpoint-details element of every public developer.ehi.com page — /marketplace/experience/profile/{profileId}/retrieve-user-content,
  /favorite-content and /unfavorite-content — and the marketplace client library shows exactly how they
  are called: JSON bodies of {contentType, contentId}, an Authorization Bearer access token from Azure
  AD B2C, the B2C id_token repeated in an ehi-origin-identity header, and Ehi-Calling-Application / ehi-application-name
  caller headers. Errors come back as {"errors":[{"code","localizedMessage"}]}. The host, https://api.ehi.com,
  is a live Kong Gateway behind Imperva that returns a JSON no-route 404 with a request_id to anonymous
  callers. Enterprise publishes no OpenAPI for this API; the operations above are recorded from the provider''s
  own published page source and client library, and nothing beyond them is asserted.'
humanURL: https://developer.ehi.com/
baseURL: https://api.ehi.com
tags:
- Developer Portal
- API Marketplace
- Identity
properties:
- type: Portal
  url: https://developer.ehi.com/
- type: Authentication
  url: authentication/enterprise-mobility-authentication.yml
- type: OAuthScopes
  url: scopes/enterprise-mobility-scopes.yml
- type: Conventions
  url: conventions/enterprise-mobility-conventions.yml
- type: ErrorCatalog
  url: errors/enterprise-mobility-problem-types.yml
- type: TermsOfService
  url: https://developer.ehi.com/general/terms-of-use.html