IntServ Access API
  • Welcome
  • Basics
    • Overview
    • Authentication
  • API Overview
    • Get Started
    • Access Keys
    • Event Types
  • Events and Flows
  • Integration Request Flow
  • Integration Request Event
  • Access Levels Sync Event
  • App Endpoints
    • /appflows/auth_integration
  • API Endpoints
    • /accesskeys/add
    • /accesskeys/remove
    • /accesskeys/status
    • /accesslevels/list
    • /events/list
  • Resources
  • Change Log
Powered by GitBook
On this page

Was this helpful?

Integration Request Event

PreviousIntegration Request FlowNextAccess Levels Sync Event

Last updated 3 years ago

Was this helpful?

Event emitted to an App when a new integration is requested and needs to be authorized. This event initiates the .

Event Data

{
    "appCode": "ABCDEF",
    "activationCode": "ABCDEF123456",
    "callbackUrl": ""
}

Integration Request Flow