Public
Documentation Settings

Motherboard partners API

This documents how a partner can integrate motherboard into their app using APIs

api

Motherboard is a platform that helps employers provide flexible benefits for employees and empower the employees to use the benefits in the most affordable way.
The motherboard partner APIs enables our API partners provide the benefits on our platform to their users via API.

Benefits in the motherboard platforms are managed in a similar pattern except the health insurance which need a bit more details and specifications.

To Purchase benefits on the motherboard platform go through the following steps:

  • Register as a partner, a secret id and key will be sent to the email you use to register. Keep it and use it for your login to create a session

  • Generate a bearer token by calling the login endpoint with the secret key and id sent.

  • Create your users. Use the user/employee management endpoints to manage your users (people that will enjoy the benefit)

  • a. Health benefit subscription

v1

auth

All requests to the motherboard API are authenticated using bearer token. To access the API you must sign up first using our company's details and a valid email address where a secret id and key you will use to authenticate all requests will be sent.

Loading