Create a Background Folder
Create a new background image folder. This folder will appear in your organization's library.
Headers
x-api-key
Your organization's active API Key.
Request
This endpoint expects an object.
name
A descriptive title for the background image folder you'd like to create.
organization_id
Your organization's unique identifier.
type
For the creation of background folders, this value should always be 'BACKGROUND'.
created_by
The email of the user creating the folder.
Response
200 - Folder creation successful
name
The descriptive title of the background image folder you've successfully created.
display_name
The title of the background image folder you've successfully created as it appears within your organization's library.
organization_id
Your organization's unique identifier.
created_by
The email of the user that created this folder within your organization's library.
type
The type of folder created within your organization's library. For background folders, this value will always be 'BACKGROUND.'
id
The folder id of the folder created within your organization's library.
created_at
The date and time at which this folder was originally created within your organization's library.
updated_at
The date and time at which this folder was last updated within your organization's library.
deleted_at
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.