Authorization: Bearer ********************curl --location --request GET 'https://api.twenty.com/rest/blocklists' \
--header 'Authorization: Bearer <token>'{
"data": {
"blocklists": [
{
"handle": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"deletedAt": "2019-08-24T14:15:22Z",
"workspaceMemberId": "19b2e9e0-2ca5-440b-89b8-7d3df62cd046",
"workspaceMember": null
}
]
},
"pageInfo": {
"hasNextPage": true,
"startCursor": "4a1df9cb-3c22-41ac-bbf4-38ac4439f7fc",
"endCursor": "eccc334e-20b7-4e56-b337-9d25784ce135"
},
"totalCount": 0
}