Policies
Policies and terms of service
Create a list
curl --request POST \ --url https://api.mobilizehub.com/v1/list.create-list \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "organizationId": "<string>", "name": "<string>" }'
{ "data": { "listId": "<string>" }, "object": "list" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List object
The body is of type object.
object
The response is of type object.