8000 Authentication · 1080Motion/API Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Authentication

Isak Savo edited this page Mar 13, 2024 · 14 revisions

Authentication with the API (both gRPC and Web API) is done using a 1080 motion API key that you get by contacting 1080 moti 953B on 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

Clone this wiki locally
0