CREXi · OAuth Scopes
CREXi OAuth Scopes
OAuth 2.0
probed
CREXi publishes 2 OAuth 2.0 scopes via the password, refresh_token, switch_user, and single_use_token_exchange flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the CREXi API on a user’s behalf.
Tokens are issued from https://api.crexi.com/token.
This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.
Real EstateCommercial Real EstateMarketplaceProperty DataListingsAuctionsMarket IntelligenceData SyndicationRESOCompany
Scopes: 2
Flows: password, refresh_token, switch_user, single_use_token_exchange
Method: probed
OAuth endpoints
Token URL
https://api.crexi.com/token
https://api.crexi.com/token
Flows
passwordrefresh_tokenswitch_usersingle_use_token_exchange
passwordrefresh_tokenswitch_usersingle_use_token_exchange
Scopes (2)
| Scope | Description | Flows |
|---|---|---|
| openid | Standard OpenID Connect scope requesting an ID token for the authenticated subject. | password, refresh_token |
| offline_access | Requests a refresh token so the client can obtain new access tokens without the resource owner present. | password, refresh_token |