curl --location -g --request GET 'https://prod.your-api-server.com/api/community/v2/organizations/{{community_org_id}}/blocks' \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"profile_id": "bfcb6779-b1f9-41fc-92d7-88f8bc1d12e8",
"block_type_id": "a24ce7c3-d828-4802-8bc1-824c4e745e7f",
"locales": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"locale": "en",
"name": "string"
}
],
"inserted_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
]
}