-
Notifications
You must be signed in to change notification settings - Fork 3
Authentication
Hoàng Mirs edited this page Oct 30, 2023
·
3 revisions
Regardless of using the REST or GraphqQL endpoints, a client must have a valid OAuth 2 token.
Each client must have its own set of ID and secret. You can either request us to create it or do it on your own.
Use the following links to access the web UI:
🔐 These pages are basic-auth protected. Credentials can be found in Nimble 1Password.
- Use the OAuth 2 application credentials to create a new account via the Sign up endpoint
- Use the OAuth 2 application credentials to sign in the newly created user via the Sign in endpoint
- The sign in response will include a user token required for all endpoints