Users in the FedRAMP environment will use different routes for accessing the REST API. Please see below for details.
- Any OAuth 2.0 endpoints will use
api.lucidgov.app
instead ofapi.lucid.co
.- Example:
https\://api.lucidgov.app/oauth2/token
- Example:
- The authorization endpoint for user tokens is
https\://lucidgov.app/oauth2/authorize
. - The authorization endpoint for account tokens is
https\://lucidgov.app/oauth2/authorizeAccount
. - The test redirect uri is
https\://lucidgov.app/oauth2/clients/{client id}/redirect
.