Creates a folder
POST
/crm/v3/lists/folders https://api.hubapi.com
Creates a folder with the given information.
Request Body
application/json
required
interface ListFolderCreateRequest {
name: string;
parentFolderId?: string;
}
name: string;
parentFolderId?: string;
}
Responses
200 application/json
successful operation
interface ListFolderCreateResponse {
folder:PublicListFolder ;
}
folder:
}
default */*
An error occurred.
interface Error {
category: string;
context?: { };
correlationId: string;
errors?:ErrorDetail [];
links?: { };
message: string;
subCategory?: string;
}
category: string;
context?: { };
correlationId: string;
errors?:
links?: { };
message: string;
subCategory?: string;
}