API Reference
Log In
API Reference

Create a Drawer (sidedrawer) Template

Creates a Template Drawer (sidedrawer) for a Tenant. Use this endpoint to create a Drawer (sidedrawer) as normal, specifying the owner, Drawer name, region, etc. The use of this endpoint sets the boolean flag isTemplate = true so that the Drawer can be used as a Template elsewhere.

Path Params
string
required

Unique Tenant identifier.

Body Params
string
required

Drawer (sidedrawer) Name

string

Drawer (sidedrawer) type (Individual as default)

string

Drawer (sidedrawer) type if sidedrawerType = "other".

boolean

selfOwned = true if the owner is the User currently logged in.

owner
object

Owner information if the owner is not the User currently logged in.

coOwners
array of objects

Co-owner(s) information.

coOwners
string

Affiliate code (brandCode).

string

Region to store the Data (US, CA, EU)

boolean
Defaults to false

public = true if the Drawer (sidedrawer) is public. Default: false.

boolean
required
Defaults to true

Set notificationsDisabled = true if notifications should be disabled.

Response
200

Successfully created a Template.

Language
Credentials
Click Try It! to start a request and see the response here!