Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 261 Bytes

createPrivateCustomList.md

File metadata and controls

17 lines (13 loc) · 261 Bytes

createPrivateCustomList

Create a Custom List.

POST /content/v2/${account_uuid}/custom-lists

# Request Headers
Content-Type: application/json
Authorization: Bearer ${TOKEN}

# Request Body
{
  "title": "${TITLE}"
}