Skip to main content
POST
Creates an app profile

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

installation_id
string<uuid>
required

The installation ID

Body

application/json
name
string
description
string
tags
string[]

Optional list of tags to associate with the profile

Response

200 - application/json

The created profile

id
string<uuid>
name
string
description
string
status
enum<string>
Available options:
enabled,
disabled,
archived
app_id
string

The unique identifier of the app

app_name
string

The name of the app

tags
string[]

List of tags associated with the profile