Files
komodo/docsite/docs/api/authenticating-requests.md
2023-04-06 01:03:01 -04:00

300 B

authenticating requests

monitor uses the JSON Web Token (JWT) standard to authenticate all requests to subroutes under /api. users can acquire a JWT using a login method.

to authenticate requests, pass the JWT under the Authorization header:

Authorization: Bearer <JWT>