2021-07-05
1curl -X POST https://withpersona.com/api/v1/list-item/names \2 -H "Authorization: <apiKey>" \3 -H "Content-Type: application/json" \4 -d '{}'
1{2 "data": {3 "type": "list-item/name",4 "id": "lin_soqGRWaUXZct3pCRbjRaXFqz",5 "attributes": {6 "status": "pending",7 "archived-at": {},8 "updated-at": "2020-09-18T18:07:53.000Z",9 "created-at": "2020-09-18T18:07:53.000Z",10 "match-count": 0,11 "name-first": "Joe",12 "name-last": "Imposter"13 },14 "relationships": {15 "creator": {16 "data": {}17 }18 }19 }20}
Create a new item in a <<glossary:list>>.