Jifflenow · Authentication Profile

Jifflenow Authentication

Authentication

Jifflenow secures its APIs with oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials and authorizationCode flow(s).

CompanyAutomationEventMeetingsSchedulingEvent MarketingB2BSalesTrade ShowsMeeting AutomationAppointmentsBadge Scanning
Methods: oauth2 Schemes: 2 OAuth flows: clientCredentials, authorizationCode API key in:

Security Schemes

OAuth2 Client Credentials oauth2
OAuth2 Authorization Code (legacy) oauth2

Source

Authentication Profile

jifflenow-authentication.yml Raw ↑
generated: '2026-08-13'
method: searched
source: https://developers.cvent.com/docs/legacy-api/jifflenow-api/getting-started
docs: https://developers.cvent.com/docs/legacy-api/jifflenow-api/getting-started
note: >-
  Jifflenow was acquired by Cvent in 2021. jifflenow.com now 302s to the Cvent product page, but the
  Jifflenow REST API is still live and publicly documented on the acquirer's developer portal at
  developers.cvent.com/docs/legacy-api/jifflenow-api/. The API host remains Jifflenow's own domain
  (https://<companyname>.jifflenow.com/api), which is why this profile — not the Cvent profile —
  carries the artifact. No OpenAPI is published for this API; everything below is read from the
  human documentation.
summary:
  types: [oauth2]
  api_key_in: []
  oauth2_flows: [clientCredentials, authorizationCode]
schemes:
  - name: OAuth2 Client Credentials
    type: oauth2
    flow: clientCredentials
    status: recommended
    token_url: https://<companyname>.jifflenow.com/api/oauth/token
    token_request_content_type: application/x-www-form-urlencoded
    parameters:
      - grant_type=client_credentials
      - client_id
      - client_secret
    token_response_fields: [access_token, token_type, expires_in, scope, created_at]
    token_type: Bearer
    token_ttl_seconds: 1800
    usage_header: 'Authorization: Bearer <ACCESS_TOKEN>'
    sources: [https://developers.cvent.com/docs/legacy-api/jifflenow-api/getting-started]
  - name: OAuth2 Authorization Code (legacy)
    type: oauth2
    flow: authorizationCode
    status: deprecated
    note: >-
      The docs state "Authorization Code Grant is deprecated. All new integrations should use the
      Client Credentials Flow." The authorization-code flow additionally requires an
      X-Integration-User-Id request header naming the integration user; the client-credentials flow
      does not.
    sources: [https://developers.cvent.com/docs/legacy-api/jifflenow-api/getting-started]
request_headers:
  - name: Authorization
    required: true
    value: Bearer {access_token}
  - name: X-Integration-User-Id
    required: conditional
    value: UUID of the integration user
    note: Required only with the deprecated authorization-code flow, not with client credentials.
credential_issuance:
  self_service: false
  path: >-
    Settings (Company Homepage) -> Integrations -> + New Integration -> "Jifflenow REST APIs".
    The side panel exposes Client ID, Client Secret and Subdomain. Requires the "Can manage
    integrations" privilege inside a Jifflenow tenant.
  per_event_activation: 'Event > Settings > Integrations'
  support_contact: jn-support@cvent.com
  docs: https://developers.cvent.com/docs/legacy-api/jifflenow-api/getting-started

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/jifflenow-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.