Skip to content

Authentication

There are a couple of different ways you can authenticate for an API request.

HTTP Basic Authentication

HTTP Basic authentication with _apikey as your username and your apiKey as the password.

GET parameter

Add _apikey as a parameter when making a request. For example:

https://{shortname}.getmediamanager.com/api/v1/videos?_apikey={abc123}

Warning

Your API Key should be kept secret and should be considered like a password. You can generate a new API key on your account page under the API tab.