---
title: "Registers a new external application"
method: POST
path: "/integrations/v1/apps"
tags: ["Apps"]
---

# Registers a new external application

`POST /integrations/v1/apps`

## Request body

- S12IntegrationsAppV1RegisterApplicationRequest
  - `app_name` string, required
  - `external_web_experience` S12IntegrationsAppV1RegisterApplicationTypeExternalWebExperience — Object that describes an external iframe with a list of allowed hosts
    - `allowlist_hosts` string[], required — the host that is intended to be the origin of the iframe. Ex: example.com

## Response `200`

A successful response.

- S12IntegrationsAppV1RegisterApplicationResponse
  - `app_id` string — The ID of the app.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/safetyculture/apis/safetyculture-api.md) · [All operations](https://skmtc.net/safetyculture/apis/safetyculture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/safetyculture/safetyculture-api/revisions/5be91df61ded/schema)
