Beyond · OAuth Scopes

Beyond OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://developers.beyondpricing.com/o/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.

CompanyConsumerTravelHospitalityShort-Term RentalsVacation RentalsRevenue ManagementDynamic PricingPricingReal EstateMarket IntelligenceAPI
Scopes: 9 Flows: clientCredentials Method: searched

OAuth endpoints

Token URL
https://developers.beyondpricing.com/o/token/
Flows
clientCredentials

Scopes (9)

ScopeDescriptionFlows
accounts:read Read account information clientCredentials
compsets:read Read competitive set data clientCredentials
insights:read Read market insights clientCredentials
listings:read Read listings clientCredentials
listings:write Modify listings clientCredentials
neyoba:ask Ask Neyoba clientCredentials
reservations:read Read reservations clientCredentials
user:read Read user information clientCredentials
user:write Create and modify users clientCredentials

Source

OAuth Scopes

Raw ↑
generated: '2026-07-18'
method: searched
source: openapi/beyond-openapi-original.yml
docs: https://developers.beyondpricing.com/getting-started/authentication/
authorization_server_metadata: well-known/beyond-oauth-authorization-server.json
grant_types_supported:
- authorization_code
- client_credentials
- urn:ietf:params:oauth:grant-type:device_code
- refresh_token
pkce: S256
schemes:
- name: oauth2
  source: openapi/beyond-openapi-original.yml
  authorizationUrl: https://v2.beyondpricing.com/oauth/authorize
  tokenUrl: https://developers.beyondpricing.com/o/token/
  introspectionUrl: https://developers.beyondpricing.com/o/introspect/
  registrationUrl: https://developers.beyondpricing.com/o/register/
  revocationUrl: https://developers.beyondpricing.com/o/revoke/
  flows:
  - flow: clientCredentials
    tokenUrl: https://developers.beyondpricing.com/o/token/
  description: Use OAuth2 client credentials to mint an application token, or add `user_id`
    and optional `credential_id` in the Authorize dialog to request a user- or credential-scoped
    token.
scopes:
- scope: accounts:read
  description: Read account information
  flows:
  - clientCredentials
  sources:
  - openapi/beyond-openapi-original.yml
- scope: compsets:read
  description: Read competitive set data
  flows:
  - clientCredentials
  sources:
  - openapi/beyond-openapi-original.yml
- scope: insights:read
  description: Read market insights
  flows:
  - clientCredentials
  sources:
  - openapi/beyond-openapi-original.yml
- scope: listings:read
  description: Read listings
  flows:
  - clientCredentials
  sources:
  - openapi/beyond-openapi-original.yml
- scope: listings:write
  description: Modify listings
  flows:
  - clientCredentials
  sources:
  - openapi/beyond-openapi-original.yml
- scope: neyoba:ask
  description: Ask Neyoba
  flows:
  - clientCredentials
  sources:
  - openapi/beyond-openapi-original.yml
- scope: reservations:read
  description: Read reservations
  flows:
  - clientCredentials
  sources:
  - openapi/beyond-openapi-original.yml
- scope: user:read
  description: Read user information
  flows:
  - clientCredentials
  sources:
  - openapi/beyond-openapi-original.yml
- scope: user:write
  description: Create and modify users
  flows:
  - clientCredentials
  sources:
  - openapi/beyond-openapi-original.yml