v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBModel list
Get model list
Get the model list identified in the path.
get/v1/models/list/{listId}
Path parameters
listIdstring required
List ID
Response
OK
Example response
{
"type": "MERCHANT_NAME_LIST",
"data": [
"MERCHANT 1",
"MERCHANT 2"
]
}