Authentication - 1080Motion/API GitHub Wiki

Authentication with the API (both gRPC and Web API) is done using a 1080 motion API key that you get by contacting 1080 motion support.

Each API key grants (read only) access to a single instructor.

The key should be included in the request headers of all requests to the API or the request will be rejected.

Web API

Include the key in the X-1080-API-Key header. See Authentication (Web API) for details

Grpc API

Exchange the key for a temporary token. See Authentication (Grpc API) for details