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