Unity APM API

Discover and learn about Unity APM API.

Get Started

Welcome

You can export data from Unity APM through the Application Programming Interface (API). The API allows you to access data using a set of individual calls. By using the API, it is possible to poll Unity APM for signal data for your assets. The API can be used to integrate with third-party services as it allows them to read data directly from Unity APM.

Authorization

For requests that require API key authentication a header with the API key should be set. This is the preferred way to authenticate. More information about how to create and configure an API key can be found in our guide.

Getting Started

A step-by-step tutorial for getting started with the SDKs, right from installing to making your first API call.

Authentication

Easily authenticate the client for making calls to the server.

SDKs & Code Samples

Code Samples are the quickest path to the first hello world, while SDKs lift the heavy burden of communication with an API.

API Console

Start making Live API calls with your input without writing a single line of code.