Coinme · OAuth Scopes

Coinme OAuth Scopes

OAuth 2.0 searched

Coinme publishes 3 OAuth 2.0 scopes via the authorization_code, refresh_token, client_credentials, and device_code flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Coinme API on a user’s behalf.

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.

CompanyCryptoCryptocurrencyPaymentsBitcoinWalletKYCOnboardingFintechCrypto-as-a-ServiceOn-RampOff-Ramp
Scopes: 3 Flows: authorization_code, refresh_token, client_credentials, device_code Method: searched

Scopes (3)

ScopeDescriptionFlows
openid OIDC authentication; issue an ID token for the authenticated Coinme user.
profile Access the user's basic profile claims.
email Access the user's email address.

Source

OAuth Scopes

Raw ↑
generated: '2026-07-18'
method: searched
source: https://auth.coinme.com/.well-known/openid-configuration
docs: https://auth.coinme.com/.well-known/openid-configuration
notes: >-
  The partner Crypto-as-a-Service API (caas.coinme.com) authenticates with HTTP Basic + x-api-key
  and declares no OAuth2 scopes. These scopes belong to the separate Coinme consumer OIDC provider
  at auth.coinme.com, captured from its published discovery document. Grants supported:
  authorization_code, refresh_token, client_credentials, token-exchange, device_code.
schemes:
- name: OIDC
  source: https://auth.coinme.com/.well-known/openid-configuration
  authorizationUrl: https://auth.coinme.com/oauth/authorize
  tokenUrl: https://auth.coinme.com/oauth/token
  flows:
  - authorization_code
  - refresh_token
  - client_credentials
  - device_code
scopes:
- scope: openid
  description: OIDC authentication; issue an ID token for the authenticated Coinme user.
- scope: profile
  description: Access the user's basic profile claims.
- scope: email
  description: Access the user's email address.