> For the complete documentation index, see [llms.txt](https://apidocs.intserv.se/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidocs.intserv.se/integration-request-event.md).

# Integration Request Event

Event emitted to an App when a new integration is requested and needs to be authorized. This event initiates the [Integration Request Flow](/integration-request-flow.md).

### Event Data

{% tabs %}
{% tab title="Sample Data" %}

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

{% endtab %}

{% tab title="Data Schema" %}

{% endtab %}
{% endtabs %}
