Parallel Markets · OAuth Scopes

Parallel Markets OAuth Scopes

OAuth 2.0 searched

Parallel Markets publishes 4 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Parallel Markets API on a user’s behalf.

Tokens are issued from https://api.parallelmarkets.com/v1/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.

CompanyIdentityIdentity VerificationKYCAMLAccreditationComplianceFinancial ServicesOnboardingInvestor VerificationWebhooks
Scopes: 4 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://api.parallelmarkets.com/v1/oauth/authorize
Token URL
https://api.parallelmarkets.com/v1/oauth/token
Flows
authorizationCode

Scopes (4)

ScopeDescriptionFlows
profile Access to the Profile API and basic information about an individual or business. This scope should always be included. authorizationCode
accreditation_status Access to the Accreditations API and the full accreditation history for an individual or business. authorizationCode
identity Access to the Identity API and detailed KYC/AML data, contact information, identity documents, and Taxpayer Identification Certification (W-9). authorizationCode
blockchain Access to the Blockchain API and information about confirmed wallets and Parallel Identity (PID) Token ownership. authorizationCode

Source

OAuth Scopes

parallel-markets-scopes.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://developer.parallelmarkets.com/docs/1.x/server/scopes
docs: https://developer.parallelmarkets.com/docs/1.x/server/scopes
schemes:
- name: oauth2AuthorizationCode
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.parallelmarkets.com/v1/oauth/authorize
    tokenUrl: https://api.parallelmarkets.com/v1/oauth/token
scopes:
- scope: profile
  description: >-
    Access to the Profile API and basic information about an individual or business.
    This scope should always be included.
  flows: [authorizationCode]
- scope: accreditation_status
  description: >-
    Access to the Accreditations API and the full accreditation history for an
    individual or business.
  flows: [authorizationCode]
- scope: identity
  description: >-
    Access to the Identity API and detailed KYC/AML data, contact information,
    identity documents, and Taxpayer Identification Certification (W-9).
  flows: [authorizationCode]
- scope: blockchain
  description: >-
    Access to the Blockchain API and information about confirmed wallets and
    Parallel Identity (PID) Token ownership.
  flows: [authorizationCode]