Create a Background Folder

Create a new background image folder. This folder will appear in your organization's library.

Headers

x-api-keystringRequired
Your organization's active API Key.

Request

This endpoint expects an object.
namestringRequired
A descriptive title for the background image folder you'd like to create.
organization_idstringRequiredformat: "uuid"
Your organization's unique identifier.
typestringRequired
For the creation of background folders, this value should always be 'BACKGROUND'.
created_bystringOptional
The email of the user creating the folder.

Response

200 - Folder creation successful

namestring or null
The descriptive title of the background image folder you've successfully created.
display_namestring or null
The title of the background image folder you've successfully created as it appears within your organization's library.
organization_idstring or nullformat: "uuid"
Your organization's unique identifier.
created_bystring or null
The email of the user that created this folder within your organization's library.
typestring or null
The type of folder created within your organization's library. For background folders, this value will always be 'BACKGROUND.'
idstring or nullformat: "uuid"
The folder id of the folder created within your organization's library.
created_atstring or nullformat: "date-time"
The date and time at which this folder was originally created within your organization's library.
updated_atstring or nullformat: "date-time"
The date and time at which this folder was last updated within your organization's library.
deleted_atstring or nullformat: "date-time"
The date and time at which this folder was deleted within your organization's library. This value will always be null for newly created folders.

Errors