Access the API

Get credentials to access MK.IO API

API authentication

You can use APIs to automate the process of different tasks, in MK.IO world they can be used to automate creation of storage accounts, migration of assets, creation of live events, etc. Basically any action you take on the UI can be automated using MK.IO APIs.

To access the API, the first thing you will need is a token : this prevents unauthorized access to the APIs and to your data! Learn how to create API Tokens.

Once you have the token, you will be able to use it as authorization method when calling MK.IO APIs.

In an API platform, use the following parameters:

Authorization type = Bearer Token
Token = [token field]

The endpoint to use for any MK.IO API will always be https://api.mk.io.