From 05be5cbfaa790fa93afde86eb342bd4ab4cf75ff Mon Sep 17 00:00:00 2001 From: Lisa Li Date: Mon, 13 Jun 2022 11:54:44 -0700 Subject: [PATCH] fix: GET /Clock should be in Non-privileged endpoints (#52) GET /Clock should be included in Non-privileged endpoints --- fiatconnect-api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/fiatconnect-api.md b/fiatconnect-api.md index 4d8b93b..b9eda79 100644 --- a/fiatconnect-api.md +++ b/fiatconnect-api.md @@ -669,6 +669,7 @@ The first group of endpoints are those that *do not* require the user to have a * `GET /quote/in` * `GET /quote/out` * `POST /auth/login` +* `GET /clock` Since it may be a painful user experience to have a user log in to a provider just to get a quote, authentication is not required for these endpoints. Of course, clients may still access these endpoints when logged in, but a logged-in session (or any session at all) is not required to access these endpoints. `POST /auth/login`