Create a custom list

Create a new custom list.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired>=1 character
Name of the custom list
descriptionstringOptional
Optional description of the custom list

Response

Custom list created successfully
messagestring
Response message
resultboolean
Indicates if the request was successful
contentobject

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error