Coadjute · OAuth Scopes
Coadjute OAuth Scopes
OAuth 2.0
searched
Coadjute publishes 14 OAuth 2.0 scopes via the authorizationCode, clientCredentials, deviceCode, and implicit flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Coadjute API on a user’s behalf.
Tokens are issued from https://auth.coadjute.com/oauth/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 EstateUnited KingdomPropTechProperty TransactionsConveyancingAMLComplianceDistributed LedgerEstate AgentsMortgage
Scopes: 14
Flows: authorizationCode, clientCredentials, deviceCode, implicit
Method: searched
OAuth endpoints
Authorization URL
https://auth.coadjute.com/authorize
https://auth.coadjute.com/authorize
Token URL
https://auth.coadjute.com/oauth/token
https://auth.coadjute.com/oauth/token
Flows
authorizationCodeclientCredentialsdeviceCodeimplicit
authorizationCodeclientCredentialsdeviceCodeimplicit
Scopes (14)
| Scope | Description | Flows |
|---|---|---|
| openid | Request an ID token — baseline OpenID Connect authentication. | |
| profile | Access the end user's default profile claims. | |
| offline_access | Issue a refresh token for long-lived access. | |
| name | Access the end user's full name claim. | |
| given_name | Access the end user's given name claim. | |
| family_name | Access the end user's family name claim. | |
| nickname | Access the end user's nickname claim. | |
| Access the end user's email address claim. | ||
| email_verified | Access whether the end user's email address has been verified. | |
| picture | Access the end user's profile picture claim. | |
| created_at | Access the end user's account creation timestamp (Auth0 claim). | |
| identities | Access the end user's linked identity providers (Auth0 claim). | |
| phone | Access the end user's phone number claim. | |
| address | Access the end user's address claim. |