Skip to main content
POST
Create App Resource

Authorizations

Authorization
string
header
required

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

Body

application/json
appInstanceId
string
required

The ID of the app instance.

resourceType
string
required

The type of the resource.

name
string
required

The name of the resource.

description
string

A description of the resource.

externalId
string | null

The external ID of the resource (optional).

owners
OwnerTarget · object[]

Owners (users/groups) to set on the created resource (optional).

scopedId
string | null

Scoped ID to assign ("ar_" + 22 alphanumeric chars); omit to mint one. Only allowed for custom resources — other resource types derive their scoped id from their external identity.

Response

200 - application/json

Success

data
data · object

The created resource.