Welcome to the Midmark Developer Portal
Your resource for building and consuming Midmark APIs
At Midmark, we believe who is using our technologies is every bit as important as how and why they're being used. We design with purpose. Similarly, our developer portal was designed so digital ecosystem developers and product engineering can collaborate and build a unified experience, guided by standards, and built with a purpose. With Midmark's product specific APIs leveraging those of the digital ecosystem's product-agnostic APIs, developers are enabled to work and provide the best implementation for our customers. Our approach to API development reflects that One Midmark attitude we all have.
Midmark's REST APIs provide the advantage of a flexible set of services that handles multiple types of calls, all with different types of data. Being an industry standard, REST is designed so anyone can use it. With REST and micro-services, scaling APIs to millions of concurrent users deployed across multiple servers is easy and maintainable.
POST /Users/api/users
{
"email": "midmarkuser@email.com",
"firstName": "MIDMARK",
"lastName": "USER"
}
Powered by Azure API Management.