Cvent Social Tables · Authentication Profile

Cvent Social Tables Authentication

Authentication

Cvent Social Tables secures its APIs with apiKey and oauth2 across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

3D DesignCateringDiagrammingEvent DesignEvent ManagementEventsFloor PlansHospitalityHotelMeetingsSeatingSeating ChartsVenues
Methods: apiKey, oauth2 Schemes: 3 OAuth flows: authorizationCode API key in: header

Security Schemes

oauth2 oauth2
· flows: authorizationCode
user_token apiKey
· in: header (user_token)
partner_token apiKey
· in: header (partner_token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/cvent-social-tables-openapi.json
summary:
  types:
  - apiKey
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - authorizationCode
schemes:
- name: oauth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.socialtables.com/oauth/authorize
    tokenUrl: https://auth.socialtables.com/oauth/token
    scopes: 3
  description: OAuth
  sources:
  - openapi/cvent-social-tables-openapi.json
- name: user_token
  type: apiKey
  in: header
  parameter: user_token
  description: Social Tables User Token
  sources:
  - openapi/cvent-social-tables-openapi.json
- name: partner_token
  type: apiKey
  in: header
  parameter: partner_token
  description: Social Tables Partner Token
  sources:
  - openapi/cvent-social-tables-openapi.json