v1
latestOpenAPI 3.1.12026-07-242899061.7 MBList
Creates a new empty list and returns its metadata including the list ID.
post/list/create
Request body
Example request
{
"name": "Russian Hackers"
}Response
Success
Example response
{
"id": "report:P6LnLw",
"name": "Russian Hackers",
"created": "2023-01-01T13:00:00Z",
"updated": "2023-01-01T13:00:00Z",
"owner_id": "uhash:3HX1Rn1Ke",
"owner_name": "Recorded Future",
"organisation_id": "uhash:3HX3rIn4Kv",
"organisation_name": "Recorded Future",
"owner_organisation_details": {
"owner_id": "uhash:3HX1Rn1Ke",
"owner_name": "Recorded Future",
"organisations": [
{
"organisation_id": "uhash:3HX3rIn4Kv",
"organisation_name": "Recorded Future"
}
],
"enterprise_id": "uhash:1HX2qIn4Zy",
"enterprise_name": "Recorded Future"
}
}