Skip to main content
POST
Create a page

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string

The name of the page

parentId
integer

If provided, the page will be created as a subpage to the page provided

locked
boolean

will restrict other users the ability to make edits to page or its content - the default value is false

cardIds
integer[]

The IDs of all cards to be added to the page

visibility
object

Determines the access given to both individual users or groups within Domo

Response

200 - application/json

Returns a page object when successful.

id
integer
parentId
integer
owners
object[]
name
string
locked
boolean
cardIds
integer[]
visibility
object