Get a custom list

Retrieve the details of a custom list by its ID.

Authentication

AuthorizationBearer

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

Path parameters

listIdstringRequiredformat: "^[0-9a-fA-F]{24}$"
The unique identifier of the custom list

Response

Successfully retrieved custom list
messagestring
Response message
resultboolean
Indicates if the request was successful
contentobject or null

Errors