Create an Account List

Creates an Account List in the specified Folder.

Request
Security:
bearerAuth
Request Body schema: application/json
listName
string

The name of the Account List.

folderId
string

The Id of the Folder to place the Account List in.

Responses
200

A successful response.

400

Returned when bad request is received.

401

Returned when a request is made without a valid API key

403

Returned when the given user does not have permissions on the requested resource

404

Returned when the given resource is not found

429

Returned when the given user has reached their API rate limits.

500

Returned when there is an unrecoverable error in the API. If you continue to receive this error, please contact support and include your terminus-request-id.

503

Returned when the service is currently unavailable.

post/accountLists/v2/accountLists
Request samples
application/json
{
  • "listName": "string",
  • "folderId": "string"
}
Response samples
application/json
{
  • "listId": "string",
  • "listName": "string",
  • "folderId": "string"
}