-
Notifications
You must be signed in to change notification settings - Fork 1
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.
Include the key in the X-1080-API-Key
header. See Authentication (Web API) for details
Exchange the key for a temporary token. See Authentication (Grpc API) for details