Cvent Social Tables · OAuth Scopes

Cvent Social Tables OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://auth.socialtables.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.

3D DesignCateringDiagrammingEvent DesignEvent ManagementEventsFloor PlansHospitalityHotelMeetingsSeatingSeating ChartsVenues
Scopes: 3 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://auth.socialtables.com/oauth/authorize
Token URL
https://auth.socialtables.com/oauth/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
authenticated any authentication whatsoever authorizationCode
create:oauth_client oauth client create authorizationCode
userdata All of the things. authorizationCode

Source

OAuth Scopes

cvent-social-tables-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/cvent-social-tables-openapi.json
schemes:
- name: oauth2
  source: openapi/cvent-social-tables-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.socialtables.com/oauth/authorize
    tokenUrl: https://auth.socialtables.com/oauth/token
  description: OAuth
scopes:
- scope: authenticated
  description: any authentication whatsoever
  flows:
  - authorizationCode
  sources:
  - openapi/cvent-social-tables-openapi.json
- scope: create:oauth_client
  description: oauth client create
  flows:
  - authorizationCode
  sources:
  - openapi/cvent-social-tables-openapi.json
- scope: userdata
  description: All of the things.
  flows:
  - authorizationCode
  sources:
  - openapi/cvent-social-tables-openapi.json