POST v3/lists

https://api.questline.com/v3/lists

Creates a new list.

Request Information

URI Parameters

None.

Body Parameters

The request body.

PostListRequestV3
Name Description Type Additional Info
Name The name of the list. string None.

Request Formats

application/json, text/json

Sample:

{
  "Name": "sample string 1"
}

Response Information

Resource Description

PostListResponseV3
Name Description Type Additional Info
List The list. ListV3 None.
Error The response error, if any. ResponseErrorV3 None.

Response Formats

application/json, text/json

Sample:

{
  "List": {
    "Created": "2026-09-26T22:37:40.5592964+00:00",
    "ListId": "05cd3df6-54a4-4e92-b562-0020981b26e2",
    "Name": "sample string 3",
    "SubscriberCount": 4
  },
  "Error": {
    "ErrorId": 1,
    "ErrorMessage": "sample string 1"
  }
}

text/javascript, application/javascript, application/json-p

Sample:

/**/ typeof  === 'function' && ({"List":{"Created":"2026-09-26T22:37:40.5592964+00:00","ListId":"05cd3df6-54a4-4e92-b562-0020981b26e2","Name":"sample string 3","SubscriberCount":4},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});