v1

latestOpenAPI 3.1.02026-07-26620219.6 KB

Create List

Use this endpoint to create a new List in Yotpo SMS & Email

post/core/v3/stores/{store_id}/lists

Path parameters

store_idstring required

The store ID (app_key)

Request body

namestring required

The name of the new list you want to create

Response

200

Example response

{
  "data": {
    "action": "list_create",
    "success": true,
    "result": "success",
    "list_id": "7127523"
  }
}