{"info":{"_postman_id":"f1c5c902-493c-40c9-9451-4d6b78bf0da3","name":"Circle Public API","description":"<html><head></head><body><p>The Circle API allows community admins to perform programmatic actions on or retrieve data from their community.</p>\n<p>Community admins can obtain an API key by going to the Settings → API page in their community. Please keep your key private — do not share your key with anyone or make it publicly accessible in any form.</p>\n<p>The main purpose of the Circle API is to allow Circle's community admins to build bulk automations, migration scripts, and access data for reporting purposes. Our API is not meant to be used on the browser/client side, or to re-create your own Circle app from scratch.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9712302","collectionId":"f1c5c902-493c-40c9-9451-4d6b78bf0da3","publishedId":"TzCS4kJc","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"506CF0"},"publishDate":"2024-08-14T14:37:10.000Z"},"item":[{"name":"Me","item":[{"name":"User Info","event":[{"listen":"test","script":{"id":"104f482b-4045-4a92-bb89-c7f4251a47ef","exec":["pm.sendRequest(\"https://postman-echo.com/get\", function (err, response) {","    console.log(response.json());","});"],"type":"text/javascript"}}],"id":"ae81bd02-ad31-4c83-b17d-34d377bfb929","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/me","urlObject":{"path":["api","v1","me"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"0b5fb682-5332-4527-86d4-c96626037693","name":"User Info","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"https://app.circle.so/api/v1/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 May 2023 14:27:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7c10f25f0d923b72-IAD"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"8030f31323811cd03beef9fb42f20d43\""},{"key":"Set-Cookie","value":"ahoy_visit=a5b0cc39-226f-4eac-8ed4-2bf3f775687c; path=/; expires=Tue, 02 May 2023 14:57:45 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-apo-via","value":"origin,host"},{"key":"Content-Security-Policy","value":""},{"key":"X-Request-Id","value":"02f9fdef-ed06-4673-a7d7-496fd9c12995"},{"key":"X-Runtime","value":"0.046777"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 11111,\n    \"email\": \"member@circle.so\",\n    \"first_name\": \"First\",\n    \"last_name\": \"Last\",\n    \"bio\": \"\",\n    \"time_zone\": \"Eastern Time (US & Canada)\",\n    \"accepted_terms_at\": \"2020-04-20T15:47:46.000Z\",\n    \"accepted_privacy_at\": \"2020-04-20T15:47:46.000Z\",\n    \"admin\": true,\n    \"prefs\": {\n        \"has_seen_welcome_popup\": true,\n        \"has_been_sent_welcome_email\": true\n    },\n    \"created_at\": \"2020-04-20T15:47:46.000Z\",\n    \"updated_at\": \"2023-05-02T13:27:25.000Z\",\n    \"headline\": \"\",\n    \"posts_count\": 922,\n    \"comments_count\": 121,\n    \"profile_info\": {\n        \"website\": \"\",\n        \"location\": \"\",\n        \"twitter_url\": \"\",\n        \"facebook_url\": \"\",\n        \"linkedin_url\": \"\",\n        \"instagram_url\": \"\",\n        \"make_my_email_public\": \"false\"\n    },\n    \"public_uid\": \"ecdde632\",\n    \"affiliate_code\": null,\n    \"affiliate_ref\": null,\n    \"password_confirmed_at\": \"2020-09-09T14:23:11.000Z\",\n    \"password_confirmation_sent_at\": null,\n    \"password_set_at\": \"2020-09-09T14:23:52.000Z\",\n    \"checkout_sessions\": null,\n    \"is_flagged\": false,\n    \"utm_source\": null,\n    \"terms_of_service\": null,\n    \"attachable_sgid\": \"BAh7CEkiCGdpZAY6BkVUSSIuZ2lkOi8vanVtcHN0YXJ0LWFwcC9Vc2VyLzQxMDEwP2V4cGlyZXNfaW4GOwBUSSIMcHVycG9zZQY7AFRJIg9hdHRhY2hhYmxlBjsAVEkiD2V4cGlyZXNfYXQGOwBUMA==--9ee2b9a2e143a4971c32dfd58754600074d53d8f\"\n}"}],"_postman_id":"ae81bd02-ad31-4c83-b17d-34d377bfb929"}],"id":"58d8b404-55c5-42cc-8f74-aa6ad74a510c","description":"<p>The Me API lets you retrieve information about you, the owner of the API key being used to authenticate with the Circle API.</p>\n","_postman_id":"58d8b404-55c5-42cc-8f74-aa6ad74a510c"},{"name":"Communities","item":[{"name":"Index","id":"ad5f356e-0038-4706-a30a-ed4a0fcd306a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/communities","description":"<p>Returns a list of all the communities associated with the admin account of the API key.</p>\n","urlObject":{"path":["api","v1","communities"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b65e5a3b-912a-4a78-8823-891f3dc37205","name":"Index Copy","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"https://app.circle.so/api/v1/communities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 06 May 2023 08:46:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7c2ff3c4be902421-IAD"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"8337ee85af01a428dd38b5aa0e83cf62\""},{"key":"Set-Cookie","value":"ahoy_visit=cab6846d-4017-4d94-a6d6-875935c5418a; path=/; expires=Sat, 06 May 2023 09:16:20 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-apo-via","value":"origin,host"},{"key":"Content-Security-Policy","value":""},{"key":"X-Request-Id","value":"1ff22cef-70e1-4b2d-a720-6aaadda68725"},{"key":"X-Runtime","value":"0.059523"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 11111,\n        \"name\": \"HappyTravels\",\n        \"slug\": \"demo\",\n        \"icon_url\": \"https://d2y5h3osumboay.cloudfront.net/qran10ilr2xb13ryvjhlkbm97db0\",\n        \"logo_url\": null,\n        \"owner_id\": 1,\n        \"is_private\": true,\n        \"space_ids\": [\n            15,\n            28,\n            29,\n            59,\n            60,\n            71,\n            364,\n            366,\n            367,\n            369,\n            370,\n            371,\n            372,\n            952,\n            969,\n            973,\n            13345,\n            13346,\n            13348,\n            13349,\n            13350,\n            13351,\n            13353,\n            13354,\n            13357,\n            13358,\n            66114,\n            69016,\n            70561,\n            74859,\n            94806,\n            111575,\n            115677,\n            115681,\n            122498,\n            122500,\n            122521,\n            127141,\n            128698,\n            129950,\n            132992,\n            145395,\n            145505,\n            156813,\n            156814,\n            156893,\n            156896,\n            161266,\n            162293,\n            162413,\n            162472,\n            162484,\n            162495,\n            163296,\n            165679,\n            168576,\n            168611,\n            173600,\n            187981,\n            187982,\n            187983,\n            192031,\n            197855,\n            204600,\n            204638,\n            204639,\n            212268,\n            215404,\n            221033,\n            234157,\n            236635,\n            236636,\n            246157,\n            255361,\n            261547,\n            261548,\n            261553,\n            263011,\n            265632,\n            266255,\n            267193,\n            273214,\n            273375,\n            274795,\n            275917,\n            291723,\n            294411,\n            295481,\n            309787,\n            310393,\n            310395,\n            310396,\n            318258,\n            321869,\n            328673,\n            328674,\n            328675,\n            328676,\n            328677,\n            328678,\n            349445,\n            349537,\n            369922,\n            371363,\n            372763,\n            377048,\n            378071,\n            378347,\n            382764,\n            389669,\n            397244,\n            408455,\n            412010,\n            412013,\n            415898,\n            418536,\n            420479,\n            422667,\n            427787,\n            431926,\n            437624,\n            440907,\n            441295,\n            441304,\n            441575,\n            443550,\n            448808,\n            455070,\n            459078,\n            460759,\n            461122,\n            461247,\n            462082,\n            467768,\n            469523,\n            475795,\n            476562,\n            476569,\n            477030,\n            482671,\n            486282,\n            497056,\n            501667,\n            502019,\n            508284,\n            508305,\n            510145,\n            510147,\n            510148,\n            510155,\n            511547,\n            511976,\n            516679,\n            516683,\n            518362,\n            520423,\n            533559,\n            541175,\n            542209,\n            555076,\n            575648,\n            575669,\n            578245,\n            578833,\n            579037,\n            582594,\n            582613,\n            582816,\n            586458,\n            589275,\n            592217,\n            592311,\n            593265,\n            602126,\n            606416,\n            609794,\n            610626,\n            614925,\n            615047,\n            620289,\n            625091,\n            629054,\n            629061,\n            642518,\n            643929,\n            644896,\n            645333,\n            646596,\n            646960,\n            650259,\n            650261,\n            650500,\n            650503,\n            650599,\n            650606,\n            650689,\n            659328,\n            661258,\n            662148,\n            662149,\n            662150,\n            662151,\n            662152,\n            662153,\n            662154,\n            662155,\n            674789,\n            677725,\n            678262,\n            679288\n        ],\n        \"last_visited_by_current_user\": true,\n        \"custom_tos\": \"https://upfront.so/terms\",\n        \"custom_tos_enabled\": true,\n        \"default_existing_member_space_id\": 0,\n        \"root_url\": \"circle.upfront.so\",\n        \"display_on_switcher\": true,\n        \"prefs\": {\n            \"has_posts\": true,\n            \"has_spaces\": true,\n            \"has_topics\": true,\n            \"brand_color\": \"#C8A2C8\",\n            \"has_seen_widget\": true,\n            \"has_invited_member\": true,\n            \"has_completed_onboarding\": true\n        },\n        \"white_label\": true\n    }\n]"}],"_postman_id":"ad5f356e-0038-4706-a30a-ed4a0fcd306a"},{"name":"Show","id":"2c3224e1-f3bb-49b4-b84a-9f7c64496c6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/communities/5?slug=super-community","description":"<p>Returns information about a specific community associated with the admin account of the API key.</p>\n","urlObject":{"path":["api","v1","communities","5"],"host":["{{host}}"],"query":[{"key":"slug","value":"super-community"}],"variable":[]}},"response":[{"id":"6ffecaad-83c2-42e7-954c-498909a1c869","name":"Show","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":{"raw":"https://app.circle.so/api/v1/communities/5?slug=demo","protocol":"https","host":["app","circle","so"],"path":["api","v1","communities","5"],"query":[{"key":"slug","value":"demo"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 06 May 2023 09:08:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7c30144479073b3b-IAD"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"d03fa311e2a443a3b06c558759867eb9\""},{"key":"Set-Cookie","value":"ahoy_visit=cab6846d-4017-4d94-a6d6-875935c5418a; path=/; expires=Sat, 06 May 2023 09:38:32 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-apo-via","value":"origin,host"},{"key":"Content-Security-Policy","value":""},{"key":"X-Request-Id","value":"29f585d9-4f85-4cdc-99eb-b6511af5e9b3"},{"key":"X-Runtime","value":"0.049852"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 11111,\n    \"name\": \"HappyTravels\",\n    \"slug\": \"demo\",\n    \"icon_url\": \"https://d2y5h3osumboay.cloudfront.net/qran10ilr2xb13ryvjhlkbm97db0\",\n    \"logo_url\": null,\n    \"owner_id\": 1,\n    \"is_private\": true,\n    \"space_ids\": [\n        15,\n        28,\n        29,\n        59,\n        60,\n        71,\n        364,\n        366,\n        367,\n        369,\n        370,\n        371,\n        372,\n        952,\n        969,\n        973,\n        13345,\n        13346,\n        13348,\n        13349,\n        13350,\n        13351,\n        13353,\n        13354,\n        13357,\n        13358,\n        66114,\n        69016,\n        70561,\n        74859,\n        94806,\n        111575,\n        115677,\n        115681,\n        122498,\n        122500,\n        122521,\n        127141,\n        128698,\n        129950,\n        132992,\n        145395,\n        145505,\n        156813,\n        156814,\n        156893,\n        156896,\n        161266,\n        162293,\n        162413,\n        162472,\n        162484,\n        162495,\n        163296,\n        165679,\n        168576,\n        168611,\n        173600,\n        187981,\n        187982,\n        187983,\n        192031,\n        197855,\n        204600,\n        204638,\n        204639,\n        212268,\n        215404,\n        221033,\n        234157,\n        236635,\n        236636,\n        246157,\n        255361,\n        261547,\n        261548,\n        261553,\n        263011,\n        265632,\n        266255,\n        267193,\n        273214,\n        273375,\n        274795,\n        275917,\n        291723,\n        294411,\n        295481,\n        309787,\n        310393,\n        310395,\n        310396,\n        318258,\n        321869,\n        328673,\n        328674,\n        328675,\n        328676,\n        328677,\n        328678,\n        349445,\n        349537,\n        369922,\n        371363,\n        372763,\n        377048,\n        378071,\n        378347,\n        382764,\n        389669,\n        397244,\n        408455,\n        412010,\n        412013,\n        415898,\n        418536,\n        420479,\n        422667,\n        427787,\n        431926,\n        437624,\n        440907,\n        441295,\n        441304,\n        441575,\n        443550,\n        448808,\n        455070,\n        459078,\n        460759,\n        461122,\n        461247,\n        462082,\n        467768,\n        469523,\n        475795,\n        476562,\n        476569,\n        477030,\n        482671,\n        486282,\n        497056,\n        501667,\n        502019,\n        508284,\n        508305,\n        510145,\n        510147,\n        510148,\n        510155,\n        511547,\n        511976,\n        516679,\n        516683,\n        518362,\n        520423,\n        533559,\n        541175,\n        542209,\n        555076,\n        575648,\n        575669,\n        578245,\n        578833,\n        579037,\n        582594,\n        582613,\n        582816,\n        586458,\n        589275,\n        592217,\n        592311,\n        593265,\n        602126,\n        606416,\n        609794,\n        610626,\n        614925,\n        615047,\n        620289,\n        625091,\n        629054,\n        629061,\n        642518,\n        643929,\n        644896,\n        645333,\n        646596,\n        646960,\n        650259,\n        650261,\n        650500,\n        650503,\n        650599,\n        650606,\n        650689,\n        659328,\n        661258,\n        662148,\n        662149,\n        662150,\n        662151,\n        662152,\n        662153,\n        662154,\n        662155,\n        674789,\n        677725,\n        678262,\n        679288\n    ],\n    \"last_visited_by_current_user\": null,\n    \"custom_tos\": \"https://upfront.so/terms\",\n    \"custom_tos_enabled\": true,\n    \"default_existing_member_space_id\": 0,\n    \"root_url\": \"circle.upfront.so\",\n    \"display_on_switcher\": true,\n    \"prefs\": {\n        \"has_posts\": true,\n        \"has_spaces\": true,\n        \"has_topics\": true,\n        \"brand_color\": \"#C8A2C8\",\n        \"has_seen_widget\": true,\n        \"has_invited_member\": true,\n        \"has_completed_onboarding\": true\n    },\n    \"white_label\": true\n}"}],"_postman_id":"2c3224e1-f3bb-49b4-b84a-9f7c64496c6c"}],"id":"43237987-eba9-4fb8-a5ff-79fe07e38254","description":"<p>The Communities API lets you retrieve information about the communities associated with your admin account. Either as a list or individually. This endpoint will return the community ID, which you may need for your other requests.</p>\n","_postman_id":"43237987-eba9-4fb8-a5ff-79fe07e38254"},{"name":"Space Group","item":[{"name":"Index","id":"014e5b0f-22ef-4b24-a012-8b2adccedcf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/space_groups?community_id=5","description":"<p>Retrieve information about all the space groups in your community.</p>\n","urlObject":{"path":["api","v1","space_groups"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"}],"variable":[]}},"response":[{"id":"f13e1b55-764d-4a13-a638-371351baf6fc","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":{"raw":"https://app.circle.so/api/v1/space_groups?community_id=11111","protocol":"https","host":["app","circle","so"],"path":["api","v1","space_groups"],"query":[{"key":"community_id","value":"11111"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 11 May 2023 08:38:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7c591b06bbb43970-IAD"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"7b4a1a1dbc4ec8812de94540dc304e33\""},{"key":"Set-Cookie","value":"ahoy_visit=c2c94005-6aea-48c8-8cb8-2e64f9b16c1a; path=/; expires=Thu, 11 May 2023 09:08:25 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-apo-via","value":"origin,host"},{"key":"Content-Security-Policy","value":""},{"key":"X-Request-Id","value":"03345918-fcd1-47fb-8218-63295c10124a"},{"key":"X-Runtime","value":"0.059578"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 11111,\n        \"name\": \"Welcome\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 11111,\n        \"space_order_array\": [\n            291723,\n            162472,\n            215404,\n            129950,\n            163296,\n            127141,\n            969,\n            364,\n            408455,\n            145505,\n            132992,\n            162484,\n            145395,\n            69016,\n            94806,\n            128698,\n            156813,\n            168576,\n            156814,\n            156893,\n            156896,\n            161266,\n            162413,\n            162495,\n            165679,\n            168611,\n            234157,\n            236635,\n            236636,\n            255361,\n            273214,\n            275917,\n            273375,\n            294411,\n            650503\n        ],\n        \"created_at\": \"2020-02-07T02:32:22.914Z\",\n        \"updated_at\": \"2023-04-10T18:01:01.641Z\",\n        \"automatically_add_members_to_new_spaces\": true,\n        \"add_members_to_space_group_on_space_join\": true,\n        \"slug\": \"welcome\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 224,\n        \"active_space_group_members_count\": 218\n    },\n    {\n        \"id\": 75,\n        \"name\": \"Pro members\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            367,\n            973,\n            952,\n            265632,\n            266255,\n            309787,\n            263011,\n            212268\n        ],\n        \"created_at\": \"2020-02-07T07:44:15.257Z\",\n        \"updated_at\": \"2022-09-15T15:49:51.104Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": true,\n        \"slug\": \"online-business-101\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 54,\n        \"active_space_group_members_count\": 51\n    },\n    {\n        \"id\": 76,\n        \"name\": \"Interest Groups\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            370,\n            371,\n            13351,\n            13353,\n            13354,\n            267193,\n            321869,\n            602126\n        ],\n        \"created_at\": \"2020-02-07T07:46:21.492Z\",\n        \"updated_at\": \"2023-03-02T14:16:50.319Z\",\n        \"automatically_add_members_to_new_spaces\": true,\n        \"add_members_to_space_group_on_space_join\": true,\n        \"slug\": \"cities\",\n        \"hide_non_member_spaces_from_sidebar\": true,\n        \"space_group_members_count\": 35,\n        \"active_space_group_members_count\": 34\n    },\n    {\n        \"id\": 130,\n        \"name\": \"First Class\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            71,\n            29,\n            15,\n            28,\n            111575,\n            115677,\n            115681,\n            448808\n        ],\n        \"created_at\": \"2020-02-21T09:24:19.542Z\",\n        \"updated_at\": \"2022-10-14T13:44:48.751Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"first-class\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 31,\n        \"active_space_group_members_count\": 29\n    },\n    {\n        \"id\": 2112,\n        \"name\": \"Economy\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            122521,\n            122498,\n            369,\n            13358,\n            372,\n            13357,\n            122500\n        ],\n        \"created_at\": \"2020-08-07T18:50:48.593Z\",\n        \"updated_at\": \"2021-10-01T19:11:40.907Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"basic-program\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 32,\n        \"active_space_group_members_count\": 31\n    },\n    {\n        \"id\": 4504,\n        \"name\": \"Destinations\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            13348,\n            371363\n        ],\n        \"created_at\": \"2020-09-03T13:20:57.001Z\",\n        \"updated_at\": \"2022-07-25T11:45:33.400Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"destinations\",\n        \"hide_non_member_spaces_from_sidebar\": true,\n        \"space_group_members_count\": 43,\n        \"active_space_group_members_count\": 34\n    },\n    {\n        \"id\": 24130,\n        \"name\": \"Business\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            74859,\n            197855\n        ],\n        \"created_at\": \"2021-03-08T20:15:12.112Z\",\n        \"updated_at\": \"2022-03-01T14:00:12.282Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": true,\n        \"slug\": \"business\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 28,\n        \"active_space_group_members_count\": 27\n    },\n    {\n        \"id\": 54575,\n        \"name\": \"Raphy's Test\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            173600,\n            246157,\n            261553,\n            328673,\n            328674,\n            328675,\n            328676,\n            328677,\n            349537,\n            437624\n        ],\n        \"created_at\": \"2021-10-14T06:34:22.941Z\",\n        \"updated_at\": \"2022-10-04T17:54:40.519Z\",\n        \"automatically_add_members_to_new_spaces\": true,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"raphys-test\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 82,\n        \"active_space_group_members_count\": 35\n    },\n    {\n        \"id\": 58701,\n        \"name\": \"Testing\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            192031,\n            349445,\n            510147,\n            510145,\n            510148,\n            510155,\n            508284,\n            520423,\n            646596\n        ],\n        \"created_at\": \"2021-11-10T10:27:26.664Z\",\n        \"updated_at\": \"2023-04-06T11:02:39.794Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"testing\",\n        \"hide_non_member_spaces_from_sidebar\": true,\n        \"space_group_members_count\": 13,\n        \"active_space_group_members_count\": 13\n    },\n    {\n        \"id\": 68635,\n        \"name\": \"Course Hub\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            221033,\n            318258\n        ],\n        \"created_at\": \"2022-01-11T18:57:39.112Z\",\n        \"updated_at\": \"2022-05-26T15:00:34.759Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"weekly-events\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 7,\n        \"active_space_group_members_count\": 7\n    },\n    {\n        \"id\": 82065,\n        \"name\": \"Test group\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            274795,\n            328678,\n            369922,\n            372763,\n            377048,\n            378347,\n            389669,\n            397244,\n            415898,\n            420479,\n            422667,\n            427787,\n            443550,\n            455070,\n            459078,\n            460759,\n            461122,\n            461247,\n            467768,\n            469523,\n            482671,\n            497056,\n            501667,\n            511547,\n            511976,\n            541175,\n            555076,\n            575648,\n            575669,\n            582594,\n            592217,\n            592311,\n            609794,\n            610626,\n            620289,\n            644896,\n            645333,\n            680988\n        ],\n        \"created_at\": \"2022-03-17T13:39:22.082Z\",\n        \"updated_at\": \"2023-05-07T07:27:40.273Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"test-group\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 48,\n        \"active_space_group_members_count\": 47\n    },\n    {\n        \"id\": 92089,\n        \"name\": \"Locations\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            378071,\n            295481\n        ],\n        \"created_at\": \"2022-04-29T17:20:20.695Z\",\n        \"updated_at\": \"2022-09-15T15:50:30.634Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"locations\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 13,\n        \"active_space_group_members_count\": 13\n    },\n    {\n        \"id\": 96530,\n        \"name\": \"Ruben Group\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            310393,\n            310395,\n            310396,\n            431926\n        ],\n        \"created_at\": \"2022-05-17T17:45:51.853Z\",\n        \"updated_at\": \"2022-09-29T14:27:39.779Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"ruben-group\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 12,\n        \"active_space_group_members_count\": 12\n    },\n    {\n        \"id\": 128181,\n        \"name\": \"Chat groups\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            412010,\n            412013\n        ],\n        \"created_at\": \"2022-09-09T17:18:27.508Z\",\n        \"updated_at\": \"2022-09-09T17:20:58.446Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"chat-groups\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 4,\n        \"active_space_group_members_count\": 4\n    },\n    {\n        \"id\": 130385,\n        \"name\": \"Chat\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            418536,\n            440907\n        ],\n        \"created_at\": \"2022-09-16T15:16:16.760Z\",\n        \"updated_at\": \"2022-10-07T09:12:19.435Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"chat\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 23,\n        \"active_space_group_members_count\": 22\n    },\n    {\n        \"id\": 138076,\n        \"name\": \"Layout Testing\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            441295,\n            441304,\n            441575,\n            462082\n        ],\n        \"created_at\": \"2022-10-07T15:08:43.115Z\",\n        \"updated_at\": \"2022-10-26T14:18:11.796Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"layout-testing\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 236,\n        \"active_space_group_members_count\": 236\n    },\n    {\n        \"id\": 146846,\n        \"name\": \"Testing notifications\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            475795,\n            476562\n        ],\n        \"created_at\": \"2022-11-01T06:51:21.465Z\",\n        \"updated_at\": \"2022-11-08T05:47:40.743Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"testing-notifications\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 236,\n        \"active_space_group_members_count\": 236\n    },\n    {\n        \"id\": 149493,\n        \"name\": \"Test space members group\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            476569,\n            477030,\n            486282,\n            518362\n        ],\n        \"created_at\": \"2022-11-08T05:52:57.590Z\",\n        \"updated_at\": \"2022-12-19T14:27:28.103Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"test-space-members-group\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 237,\n        \"active_space_group_members_count\": 236\n    },\n    {\n        \"id\": 153994,\n        \"name\": \"Free Members\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            502019,\n            582816\n        ],\n        \"created_at\": \"2022-11-21T19:24:44.098Z\",\n        \"updated_at\": \"2023-02-14T15:08:57.586Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"free-members\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 8,\n        \"active_space_group_members_count\": 8\n    },\n    {\n        \"id\": 159683,\n        \"name\": \"Access updated\",\n        \"is_hidden_from_non_members\": true,\n        \"allow_members_to_create_spaces\": true,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            508305\n        ],\n        \"created_at\": \"2022-12-08T17:35:22.139Z\",\n        \"updated_at\": \"2022-12-08T17:35:35.252Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": true,\n        \"slug\": \"access-updated\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 20,\n        \"active_space_group_members_count\": 19\n    },\n    {\n        \"id\": 162266,\n        \"name\": \"Ultra secret space group\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            516679,\n            533559,\n            516683,\n            542209\n        ],\n        \"created_at\": \"2022-12-16T21:23:09.708Z\",\n        \"updated_at\": \"2023-02-16T12:39:21.622Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"ultra-secret-space-group\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 9,\n        \"active_space_group_members_count\": 9\n    },\n    {\n        \"id\": 180559,\n        \"name\": \"iOS Testing\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            578833,\n            578245\n        ],\n        \"created_at\": \"2023-02-10T10:00:53.650Z\",\n        \"updated_at\": \"2023-03-09T21:58:07.354Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"ios-testing\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 11,\n        \"active_space_group_members_count\": 11\n    },\n    {\n        \"id\": 180751,\n        \"name\": \"spinkart\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            582613,\n            615047,\n            629054,\n            589275,\n            593265,\n            614925,\n            629061,\n            579037,\n            586458,\n            650259,\n            650261,\n            678262\n        ],\n        \"created_at\": \"2023-02-10T19:05:41.392Z\",\n        \"updated_at\": \"2023-05-04T17:22:51.895Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"spinkart\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 19,\n        \"active_space_group_members_count\": 19\n    },\n    {\n        \"id\": 189241,\n        \"name\": \"Henrique Test\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            606416\n        ],\n        \"created_at\": \"2023-03-06T17:36:08.332Z\",\n        \"updated_at\": \"2023-03-06T17:36:27.119Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"henrique-test\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 7,\n        \"active_space_group_members_count\": 7\n    },\n    {\n        \"id\": 195031,\n        \"name\": \"locked\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            625091\n        ],\n        \"created_at\": \"2023-03-20T14:08:20.029Z\",\n        \"updated_at\": \"2023-03-20T14:08:32.334Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"locked\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 3,\n        \"active_space_group_members_count\": 3\n    },\n    {\n        \"id\": 200355,\n        \"name\": \"Mama Pathway\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": null,\n        \"created_at\": \"2023-04-03T17:58:59.220Z\",\n        \"updated_at\": \"2023-04-03T17:58:59.220Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"mama-pathway\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 2,\n        \"active_space_group_members_count\": 2\n    },\n    {\n        \"id\": 200356,\n        \"name\": \"Mama Pathway 1\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            642518\n        ],\n        \"created_at\": \"2023-04-03T17:59:06.616Z\",\n        \"updated_at\": \"2023-04-03T21:28:20.629Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"mama-pathway-1\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 2,\n        \"active_space_group_members_count\": 2\n    },\n    {\n        \"id\": 200357,\n        \"name\": \"Mama Pathway 2\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": null,\n        \"created_at\": \"2023-04-03T17:59:12.947Z\",\n        \"updated_at\": \"2023-04-03T17:59:12.947Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"mama-pathway-2\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 2,\n        \"active_space_group_members_count\": 2\n    },\n    {\n        \"id\": 200358,\n        \"name\": \"Practitioners\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            650500\n        ],\n        \"created_at\": \"2023-04-03T17:59:23.468Z\",\n        \"updated_at\": \"2023-04-10T18:00:19.637Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"practitioners\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 2,\n        \"active_space_group_members_count\": 2\n    },\n    {\n        \"id\": 200359,\n        \"name\": \"Practitioners 1\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            674789\n        ],\n        \"created_at\": \"2023-04-03T17:59:32.202Z\",\n        \"updated_at\": \"2023-05-02T07:38:28.119Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"practitioners-1\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 3,\n        \"active_space_group_members_count\": 3\n    },\n    {\n        \"id\": 200360,\n        \"name\": \"Practitioners 2\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            643929,\n            646960,\n            650689\n        ],\n        \"created_at\": \"2023-04-03T17:59:38.494Z\",\n        \"updated_at\": \"2023-04-10T20:11:01.193Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"practitioners-2\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 5,\n        \"active_space_group_members_count\": 5\n    },\n    {\n        \"id\": 202987,\n        \"name\": \"Medha Test Space Group\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            650599,\n            650606,\n            661258\n        ],\n        \"created_at\": \"2023-04-10T19:15:50.547Z\",\n        \"updated_at\": \"2023-04-19T16:58:27.883Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"medha-test-space-group\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 6,\n        \"active_space_group_members_count\": 6\n    },\n    {\n        \"id\": 205915,\n        \"name\": \"Mariana's test\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            659328\n        ],\n        \"created_at\": \"2023-04-18T11:55:54.338Z\",\n        \"updated_at\": \"2023-04-18T12:03:39.961Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"marianas-test\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 2,\n        \"active_space_group_members_count\": 2\n    },\n    {\n        \"id\": 206755,\n        \"name\": \"Custom emoji space group\",\n        \"is_hidden_from_non_members\": false,\n        \"allow_members_to_create_spaces\": false,\n        \"community_id\": 5,\n        \"space_order_array\": [\n            662154,\n            662150,\n            662149,\n            662152,\n            662153,\n            662151,\n            662155,\n            662148,\n            677725,\n            679288,\n            683277\n        ],\n        \"created_at\": \"2023-04-20T07:28:25.966Z\",\n        \"updated_at\": \"2023-05-09T08:35:18.713Z\",\n        \"automatically_add_members_to_new_spaces\": false,\n        \"add_members_to_space_group_on_space_join\": false,\n        \"slug\": \"custom-emoji-space-group\",\n        \"hide_non_member_spaces_from_sidebar\": false,\n        \"space_group_members_count\": 8,\n        \"active_space_group_members_count\": 8\n    }\n]"}],"_postman_id":"014e5b0f-22ef-4b24-a012-8b2adccedcf6"},{"name":"Show","id":"1fc9cbd1-6b59-44b9-8026-e82516df7191","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":"{{host}}/api/v1/space_groups/:id?community_id=5","description":"<p>Retrieve information about a particular space group in your community.</p>\n","urlObject":{"path":["api","v1","space_groups",":id"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"}],"variable":[{"type":"any","value":"5","key":"id"}]}},"response":[{"id":"920de55e-a1b5-444c-979d-745c3093abba","name":"Show","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":{"raw":"https://app.circle.so/api/v1/space_groups/:id?community_id=5","protocol":"https","host":["app","circle","so"],"path":["api","v1","space_groups",":id"],"query":[{"key":"community_id","value":"5"}],"variable":[{"key":"id","value":"76"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 11 May 2023 08:58:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7c593843af34054a-IAD"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"25e8dab5a268c8afe4293bd56b652010\""},{"key":"Set-Cookie","value":"ahoy_visit=c2c94005-6aea-48c8-8cb8-2e64f9b16c1a; path=/; expires=Thu, 11 May 2023 09:28:22 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-apo-via","value":"origin,host"},{"key":"Content-Security-Policy","value":""},{"key":"X-Request-Id","value":"3e80588f-5249-48bc-8b4f-8335fa041f76"},{"key":"X-Runtime","value":"0.051535"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 76,\n    \"name\": \"Interest Groups\",\n    \"is_hidden_from_non_members\": false,\n    \"allow_members_to_create_spaces\": false,\n    \"community_id\": 11111,\n    \"space_order_array\": [\n        370,\n        371,\n        13351,\n        13353,\n        13354,\n        267193,\n        321869,\n        602126\n    ],\n    \"created_at\": \"2020-02-07T07:46:21.492Z\",\n    \"updated_at\": \"2023-03-02T14:16:50.319Z\",\n    \"automatically_add_members_to_new_spaces\": true,\n    \"add_members_to_space_group_on_space_join\": true,\n    \"slug\": \"cities\",\n    \"hide_non_member_spaces_from_sidebar\": true,\n    \"space_group_members_count\": 35,\n    \"active_space_group_members_count\": 34\n}"}],"_postman_id":"1fc9cbd1-6b59-44b9-8026-e82516df7191"},{"name":"Create","id":"5d3e5d71-6813-40e2-9953-f6b7811a4ed9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/space_groups?community_id=5","description":"<p>Create a new space group in a community.</p>\n","urlObject":{"path":["api","v1","space_groups"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"}],"variable":[]}},"response":[{"id":"6f583329-7fa3-4f7d-8ef6-f89583590965","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Veniam\",\n    \"slug\": \"veniam-ut\",\n    \"add_members_to_space_group_on_space_join\": false,\n    \"allow_members_to_create_spaces\": true,\n    \"automatically_add_members_to_new_spaces\": false,\n    \"hide_non_member_spaces_from_sidebar\": true,\n    \"is_hidden_from_non_members\": false,\n    \"space_order_array\": [],\n    \"position\": 1\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/api/v1/space_groups?community_id=1","host":["{{host}}"],"path":["api","v1","space_groups"],"query":[{"key":"community_id","value":"1"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\"success\": true,\n \"message\": \"Space Group created.\",\n \"space_group\": \n  {\"id\": 3,\n   \"name\": \"Veniam\",\n   \"is_hidden_from_non_members\": false,\n   \"allow_members_to_create_spaces\": true,\n   \"community_id\": 1,\n   \"space_order_array\": nil,\n   \"created_at\": \"2022-06-17T13:22:33.256Z\",\n   \"updated_at\": \"2022-06-17T13:22:33.256Z\",\n   \"automatically_add_members_to_new_spaces\": false,\n   \"add_members_to_space_group_on_space_join\": false,\n   \"slug\": \"veniam-ut\",\n   \"hide_non_member_spaces_from_sidebar\": true,\n   \"space_group_members_count\": 1}}"}],"_postman_id":"5d3e5d71-6813-40e2-9953-f6b7811a4ed9"},{"name":"Update","id":"69176d3f-baf3-44d4-8fb6-0431329dbb4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/space_groups/:id?community_id=5","description":"<p>Update an existing space group in a community</p>\n","urlObject":{"path":["api","v1","space_groups",":id"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"}],"variable":[{"type":"any","value":null,"key":"id"}]}},"response":[{"id":"fd708205-f573-4247-ae9d-31d58b4fdc61","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test space group\",\n    \"slug\": \"test-space-group\",\n    \"add_members_to_space_group_on_space_join\": true,\n    \"allow_members_to_create_spaces\": true,\n    \"automatically_add_members_to_new_spaces\": true,\n    \"hide_non_member_spaces_from_sidebar\": false,\n    \"is_hidden_from_non_members\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/api/v1/space_groups/3?community_id=1","host":["{{host}}"],"path":["api","v1","space_groups","3"],"query":[{"key":"community_id","value":"1"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\"success\": true,\n  \"message\": \"Space Group updated.\",\n  \"space_group\": \n   {\"community_id\": 1,\n    \"name\": \"Test space group\",\n    \"is_hidden_from_non_members\": false,\n    \"allow_members_to_create_spaces\": true,\n    \"automatically_add_members_to_new_spaces\": true,\n    \"add_members_to_space_group_on_space_join\": true,\n    \"hide_non_member_spaces_from_sidebar\": false,\n    \"slug\": \"test-space-group\",\n    \"id\": 3,\n    \"space_order_array\": [],\n    \"created_at\": \"2022-06-17T13:27:31.661Z\",\n    \"updated_at\": \"2022-06-17T13:27:31.871Z\",\n    \"space_group_members_count\": 1}}"}],"_postman_id":"69176d3f-baf3-44d4-8fb6-0431329dbb4b"},{"name":"Destroy","id":"67465437-d07a-4eaf-bf68-c7eaae3e971a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/space_groups/:id?community_id=5","description":"<p>Deletes a space group from a community.</p>\n","urlObject":{"path":["api","v1","space_groups",":id"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"}],"variable":[{"type":"any","value":null,"key":"id"}]}},"response":[{"id":"f7d99400-c4ae-4408-a5cd-ba0db8bdf79d","name":"Destroy","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":{"raw":"{{host}}/api/v1/space_groups/3?community_id=1","host":["{{host}}"],"path":["api","v1","space_groups","3"],"query":[{"key":"community_id","value":"1"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The space group has been removed from the community\"\n}"}],"_postman_id":"67465437-d07a-4eaf-bf68-c7eaae3e971a"}],"id":"cf958cc4-c8db-479b-a318-ef102ee70b38","description":"<p>The Space Groups API lets you retrieve information about the space groups on your community. Either as a list or individually.</p>\n","_postman_id":"cf958cc4-c8db-479b-a318-ef102ee70b38"},{"name":"Space Group Members","item":[{"name":"Show","id":"22223dd2-0267-449e-96d5-1e2d9b3aa549","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/space_group_member?community_id=5&email=failing@spec.com&space_group_id=1","urlObject":{"path":["api","v1","space_group_member"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"},{"key":"email","value":"failing@spec.com"},{"key":"space_group_id","value":"1"}],"variable":[]}},"response":[{"id":"bf587b56-4fc5-403d-b878-4b228a97d8a8","name":"Show","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":{"raw":"https://app.circle.so/api/v1/space_group_member?community_id=11111&email=member@circle.so&space_group_id=54575","protocol":"https","host":["app","circle","so"],"path":["api","v1","space_group_member"],"query":[{"key":"community_id","value":"11111"},{"key":"email","value":"member@circle.so"},{"key":"space_group_id","value":"54575"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 May 2023 08:24:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7c823912a94a7ff9-IAD"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"04b15aca4969ab6852d28eafac2a4ffb\""},{"key":"Set-Cookie","value":"ahoy_visit=5c3c3fed-94e5-430a-ab9b-8bde067fb185; path=/; expires=Tue, 16 May 2023 08:54:11 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-apo-via","value":"origin,host"},{"key":"Content-Security-Policy","value":""},{"key":"X-Request-Id","value":"fc1d553e-31f1-46b7-bd19-fd90443e7133"},{"key":"X-Runtime","value":"0.065265"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3314450,\n    \"space_group_id\": 54575,\n    \"user_id\": 351629,\n    \"created_at\": \"2021-10-14T06:34:22.963Z\",\n    \"updated_at\": \"2021-10-14T06:34:22.963Z\",\n    \"moderator\": false,\n    \"community_member_id\": 1989341,\n    \"access_type\": \"invite\",\n    \"status\": \"active\"\n}"}],"_postman_id":"22223dd2-0267-449e-96d5-1e2d9b3aa549"},{"name":"Add Member to Space Group","id":"548889aa-51c4-456e-825a-860c48d00c6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":"{{host}}/api/v1/space_group_members?email=api@user.com&space_group_id=4&community_id=5","description":"<p>Given an email, this endpoint will add a new member to a space group and to all the spaces within it. (For the member to be added to the space group, you'll need to ensure that they've already been added to your community.)</p>\n","urlObject":{"path":["api","v1","space_group_members"],"host":["{{host}}"],"query":[{"key":"email","value":"api@user.com"},{"key":"space_group_id","value":"4"},{"key":"community_id","value":"5"}],"variable":[]}},"response":[{"id":"91372f66-89b3-47ac-9cca-a195ad03a0c1","name":"Add Member to Space Group","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":{"raw":"https://app.circle.so/api/v1/space_group_members?email=member@circle.co&space_group_id=54575&community_id=5","protocol":"https","host":["app","circle","so"],"path":["api","v1","space_group_members"],"query":[{"key":"email","value":"member@circle.co"},{"key":"space_group_id","value":"54575"},{"key":"community_id","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 May 2023 09:43:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"289e10dc62def85c1f4cc03807b92de8\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Security-Policy","value":""},{"key":"Set-Cookie","value":"ahoy_visit=d04e9a08-952b-4183-b2c6-c5f2fab105fc; path=/; expires=Mon, 15 May 2023 10:13:57 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"6b7b0a23-a929-45a9-bfe7-8dbe9d9ed128"},{"key":"X-Runtime","value":"0.603603"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c7a7086ddce576a-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"User has been added to the space group.\"\n}"}],"_postman_id":"548889aa-51c4-456e-825a-860c48d00c6a"},{"name":"Remove Member from Space Group","id":"0cc85af7-b175-4d6a-b9d0-d9726aea6c09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/space_group_members?email=bulk@user.com&space_group_id=4&community_id=5","description":"<p>Given an email, you can remove a member from a space group.</p>\n","urlObject":{"path":["api","v1","space_group_members"],"host":["{{host}}"],"query":[{"key":"email","value":"bulk@user.com"},{"key":"space_group_id","value":"4"},{"key":"community_id","value":"5"}],"variable":[]}},"response":[{"id":"10c1ce46-2674-4bb0-b967-23bc3a4e436f","name":"Remove Member from Space Group","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":{"raw":"https://app.circle.so/api/v1/space_group_members?email=member@circle.co&space_group_id=54575&community_id=5","protocol":"https","host":["app","circle","so"],"path":["","api","v1","space_group_members"],"query":[{"key":"email","value":"member@circle.co"},{"key":"space_group_id","value":"54575"},{"key":"community_id","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 May 2023 10:10:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"baae262b5adcb8882703c064be876e2d\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Security-Policy","value":""},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"b19ebfda-2329-40ab-b18a-3a28bafb1ec4"},{"key":"X-Runtime","value":"1.834076"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c7a97ad7f520a7f-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"User removed from this space group and its spaces\"\n}"}],"_postman_id":"0cc85af7-b175-4d6a-b9d0-d9726aea6c09"}],"id":"c9026e4c-78c2-40e2-b301-c5815e72ddb5","description":"<p>The Space Group Members API lets you add or remove members from space groups in your community.</p>\n","_postman_id":"c9026e4c-78c2-40e2-b301-c5815e72ddb5"},{"name":"Spaces","item":[{"name":"Index","id":"c2faf0c4-9903-4cdb-84c5-6a587e0f6c40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":"{{host}}/api/v1/spaces?community_id=5&sort=active&per_page=4&page=2","description":"<p>Retrieve information about a set of spaces in your community.</p>\n","urlObject":{"path":["api","v1","spaces"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"},{"description":{"content":"<p>Default: latest</p>\n","type":"text/plain"},"key":"sort","value":"active"},{"description":{"content":"<p>Default: 60, Max: 100</p>\n","type":"text/plain"},"key":"per_page","value":"4"},{"description":{"content":"<p>Default: 1</p>\n","type":"text/plain"},"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"80bf32c8-f1ab-4ff5-b188-056810f3a241","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}"}],"url":{"raw":"https://app.circle.so/api/v1/spaces?community_id=5&sort=active&per_page=4&page=2","protocol":"https","host":["app","circle","so"],"path":["api","v1","spaces"],"query":[{"key":"community_id","value":"5"},{"key":"sort","value":"active","description":"Default: latest"},{"key":"per_page","value":"4","description":"Default: 60, Max: 100"},{"key":"page","value":"2","description":"Default: 1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Jun 2024 15:49:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"88f98dafaefe5d10-MIA"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"cb6b1b0abc0750e606f0ee3a60551b86\""},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"cf-apo-via","value":"origin,host"},{"key":"content-security-policy","value":""},{"key":"x-rack-cors","value":"miss; no-origin"},{"key":"x-request-id","value":"c6ac4303-883d-4549-86d7-eacbae4f97c3"},{"key":"x-runtime","value":"0.076425"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 952,\n        \"name\": \"Travel tips\",\n        \"slug\": \"getting-started\",\n        \"space_group_id\": 75,\n        \"space_group_name\": \"Pro members\",\n        \"url\": \"https://circle.upfront.so/c/getting-started\",\n        \"community_id\": 5,\n        \"is_private\": true,\n        \"hide_post_settings\": false,\n        \"display_view\": \"cards\",\n        \"post_ids\": [\n            4071909,\n            3496561,\n            1646747,\n            969361,\n            961057,\n            708398,\n            396998,\n            373174,\n            359112,\n            358722,\n            332721,\n            332715,\n            25464,\n            25463,\n            25462,\n            25461,\n            25460,\n            27343,\n            27342,\n            27340,\n            27314,\n            27313,\n            25842,\n            25841,\n            25302,\n            27316,\n            27308,\n            27307,\n            27334,\n            27294,\n            27281,\n            27274,\n            27262,\n            27356,\n            27350,\n            27333,\n            27296,\n            27361,\n            27300,\n            27285,\n            27275,\n            25840,\n            27341,\n            27339,\n            27328,\n            27322,\n            27320,\n            27310,\n            27302,\n            27293,\n            27291,\n            27288,\n            27287,\n            27276,\n            27272,\n            27268,\n            25836,\n            27335,\n            27306,\n            27299,\n            27298,\n            27265,\n            25659,\n            27359,\n            27357,\n            27355,\n            27349,\n            27332,\n            27352,\n            27289,\n            27280,\n            25495,\n            27336,\n            27325,\n            27323,\n            27297,\n            27295,\n            27283,\n            27277,\n            25662,\n            27358,\n            27338,\n            27319,\n            27317,\n            27264,\n            27344,\n            27329,\n            27327,\n            25660,\n            25657,\n            25655,\n            27360,\n            27354,\n            27312,\n            27311,\n            27278,\n            25835,\n            25664,\n            27353,\n            27345,\n            27324,\n            27292,\n            27279,\n            27263,\n            25837,\n            27270,\n            25663,\n            25658,\n            27348,\n            27315,\n            27273,\n            27271,\n            27269,\n            25834,\n            25661,\n            27351,\n            27330,\n            27309,\n            27303,\n            27266,\n            25839,\n            27346,\n            27326,\n            27304,\n            27301,\n            27284,\n            27282,\n            27267,\n            25838,\n            27337,\n            27331,\n            27321,\n            27318,\n            25513,\n            27347,\n            27305,\n            27290,\n            27286,\n            25656\n        ],\n        \"is_post_disabled\": false,\n        \"space_type\": \"basic\",\n        \"hide_topic_settings\": false,\n        \"is_topic_disabled\": false,\n        \"topic_ids\": [\n            4071909,\n            3496561,\n            1646747,\n            969361,\n            961057,\n            708398,\n            396998,\n            373174,\n            359112,\n            358722,\n            332721,\n            332715,\n            25464,\n            25463,\n            25462,\n            25461,\n            25460,\n            27343,\n            27342,\n            27340,\n            27314,\n            27313,\n            25842,\n            25841,\n            25302,\n            27316,\n            27308,\n            27307,\n            27334,\n            27294,\n            27281,\n            27274,\n            27262,\n            27356,\n            27350,\n            27333,\n            27296,\n            27361,\n            27300,\n            27285,\n            27275,\n            25840,\n            27341,\n            27339,\n            27328,\n            27322,\n            27320,\n            27310,\n            27302,\n            27293,\n            27291,\n            27288,\n            27287,\n            27276,\n            27272,\n            27268,\n            25836,\n            27335,\n            27306,\n            27299,\n            27298,\n            27265,\n            25659,\n            27359,\n            27357,\n            27355,\n            27349,\n            27332,\n            27352,\n            27289,\n            27280,\n            25495,\n            27336,\n            27325,\n            27323,\n            27297,\n            27295,\n            27283,\n            27277,\n            25662,\n            27358,\n            27338,\n            27319,\n            27317,\n            27264,\n            27344,\n            27329,\n            27327,\n            25660,\n            25657,\n            25655,\n            27360,\n            27354,\n            27312,\n            27311,\n            27278,\n            25835,\n            25664,\n            27353,\n            27345,\n            27324,\n            27292,\n            27279,\n            27263,\n            25837,\n            27270,\n            25663,\n            25658,\n            27348,\n            27315,\n            27273,\n            27271,\n            27269,\n            25834,\n            25661,\n            27351,\n            27330,\n            27309,\n            27303,\n            27266,\n            25839,\n            27346,\n            27326,\n            27304,\n            27301,\n            27284,\n            27282,\n            27267,\n            25838,\n            27337,\n            27331,\n            27321,\n            27318,\n            25513,\n            27347,\n            27305,\n            27290,\n            27286,\n            25656\n        ],\n        \"topics\": [\n            1\n        ],\n        \"emoji\": \"👌\",\n        \"custom_emoji_url\": null,\n        \"custom_emoji_dark_url\": null\n    },\n    {\n        \"id\": 15,\n        \"name\": \"Members directory\",\n        \"slug\": \"community-guidelines\",\n        \"space_group_id\": 130,\n        \"space_group_name\": \"First Class\",\n        \"url\": \"https://circle.upfront.so/c/community-guidelines\",\n        \"community_id\": 5,\n        \"is_private\": true,\n        \"hide_post_settings\": false,\n        \"display_view\": \"cards\",\n        \"post_ids\": [\n            171521,\n            25394,\n            25393,\n            25392,\n            25391,\n            25390,\n            25389,\n            25388,\n            25387,\n            25386,\n            25385,\n            25384,\n            25383,\n            25382,\n            25381,\n            25952,\n            25940,\n            25933,\n            25877,\n            25874,\n            25947,\n            25930,\n            25701,\n            25958,\n            25950,\n            25938,\n            25928,\n            25900,\n            25884,\n            25704,\n            25934,\n            25909,\n            25887,\n            25883,\n            25699,\n            25967,\n            25954,\n            25923,\n            25892,\n            25703,\n            25696,\n            25522,\n            25972,\n            25961,\n            25948,\n            25899,\n            25898,\n            25895,\n            25885,\n            25875,\n            25966,\n            25960,\n            25942,\n            25939,\n            25919,\n            25913,\n            25702,\n            24776,\n            25963,\n            25944,\n            25936,\n            25916,\n            25953,\n            25941,\n            25959,\n            25935,\n            25932,\n            25908,\n            25902,\n            25893,\n            25891,\n            25886,\n            25880,\n            25519,\n            25517,\n            25956,\n            25951,\n            25920,\n            25905,\n            25896,\n            25881,\n            25697,\n            25523,\n            25971,\n            25965,\n            25929,\n            25889,\n            25700,\n            25695,\n            25499,\n            25964,\n            25962,\n            25957,\n            25927,\n            25921,\n            25915,\n            25912,\n            25906,\n            25894,\n            25890,\n            25876,\n            25698,\n            25524,\n            25945,\n            25926,\n            25925,\n            25924,\n            25904,\n            25882,\n            25878,\n            25968,\n            25931,\n            25525,\n            25520,\n            25518,\n            25970,\n            25969,\n            25949,\n            25888,\n            25946,\n            25918,\n            25911,\n            25903,\n            25897,\n            25879,\n            25526,\n            25521,\n            23605,\n            23602,\n            23585,\n            23580,\n            25955,\n            25937,\n            25917,\n            25914,\n            25910,\n            25907,\n            25901,\n            25873\n        ],\n        \"is_post_disabled\": false,\n        \"space_type\": \"basic\",\n        \"hide_topic_settings\": false,\n        \"is_topic_disabled\": false,\n        \"topic_ids\": [\n            171521,\n            25394,\n            25393,\n            25392,\n            25391,\n            25390,\n            25389,\n            25388,\n            25387,\n            25386,\n            25385,\n            25384,\n            25383,\n            25382,\n            25381,\n            25952,\n            25940,\n            25933,\n            25877,\n            25874,\n            25947,\n            25930,\n            25701,\n            25958,\n            25950,\n            25938,\n            25928,\n            25900,\n            25884,\n            25704,\n            25934,\n            25909,\n            25887,\n            25883,\n            25699,\n            25967,\n            25954,\n            25923,\n            25892,\n            25703,\n            25696,\n            25522,\n            25972,\n            25961,\n            25948,\n            25899,\n            25898,\n            25895,\n            25885,\n            25875,\n            25966,\n            25960,\n            25942,\n            25939,\n            25919,\n            25913,\n            25702,\n            24776,\n            25963,\n            25944,\n            25936,\n            25916,\n            25953,\n            25941,\n            25959,\n            25935,\n            25932,\n            25908,\n            25902,\n            25893,\n            25891,\n            25886,\n            25880,\n            25519,\n            25517,\n            25956,\n            25951,\n            25920,\n            25905,\n            25896,\n            25881,\n            25697,\n            25523,\n            25971,\n            25965,\n            25929,\n            25889,\n            25700,\n            25695,\n            25499,\n            25964,\n            25962,\n            25957,\n            25927,\n            25921,\n            25915,\n            25912,\n            25906,\n            25894,\n            25890,\n            25876,\n            25698,\n            25524,\n            25945,\n            25926,\n            25925,\n            25924,\n            25904,\n            25882,\n            25878,\n            25968,\n            25931,\n            25525,\n            25520,\n            25518,\n            25970,\n            25969,\n            25949,\n            25888,\n            25946,\n            25918,\n            25911,\n            25903,\n            25897,\n            25879,\n            25526,\n            25521,\n            23605,\n            23602,\n            23585,\n            23580,\n            25955,\n            25937,\n            25917,\n            25914,\n            25910,\n            25907,\n            25901,\n            25873\n        ],\n        \"topics\": [\n            1\n        ],\n        \"emoji\": \"🙋\\u200d♀️\",\n        \"custom_emoji_url\": null,\n        \"custom_emoji_dark_url\": null\n    },\n    {\n        \"id\": 364,\n        \"name\": \"Introductions\",\n        \"slug\": \"introductions\",\n        \"space_group_id\": 5,\n        \"space_group_name\": \"Welcome\",\n        \"url\": \"https://circle.upfront.so/c/introductions\",\n        \"community_id\": 5,\n        \"is_private\": true,\n        \"hide_post_settings\": false,\n        \"display_view\": \"posts\",\n        \"post_ids\": [\n            986287,\n            444782,\n            58522,\n            25423,\n            25422,\n            25421,\n            25420,\n            25424,\n            26551,\n            26543,\n            26539,\n            26501,\n            26484,\n            26522,\n            26549,\n            26523,\n            26520,\n            26512,\n            26474,\n            26513,\n            26511,\n            26499,\n            26495,\n            26493,\n            25762,\n            26545,\n            26526,\n            26508,\n            26561,\n            26552,\n            26550,\n            26541,\n            26507,\n            26486,\n            26476,\n            26563,\n            26547,\n            26525,\n            26516,\n            26502,\n            26494,\n            26489,\n            26468,\n            25754,\n            25505,\n            26531,\n            26528,\n            26518,\n            26514,\n            26488,\n            26481,\n            26479,\n            26470,\n            25760,\n            26535,\n            26519,\n            26506,\n            26491,\n            25757,\n            26560,\n            26553,\n            26534,\n            25583,\n            25578,\n            25487,\n            26559,\n            26537,\n            26509,\n            26498,\n            25577,\n            26548,\n            26540,\n            26527,\n            26510,\n            26482,\n            26473,\n            25758,\n            25580,\n            26564,\n            26562,\n            26472,\n            25586,\n            25579,\n            26555,\n            26524,\n            25761,\n            25759,\n            25584,\n            25581,\n            26554,\n            26546,\n            26542,\n            26517,\n            26500,\n            26483,\n            26467,\n            23958,\n            26558,\n            26532,\n            26530,\n            26521,\n            26505,\n            26556,\n            26538,\n            26497,\n            26496,\n            26471,\n            25763,\n            25755,\n            26544,\n            26536,\n            26533,\n            26529,\n            26504,\n            26503,\n            26492,\n            26490,\n            26487,\n            26480,\n            26478,\n            26477,\n            26475,\n            26557,\n            26515,\n            26485,\n            25582,\n            23599,\n            23596,\n            23593,\n            23592,\n            23582,\n            26469,\n            25756,\n            25585,\n            23296,\n            21565,\n            4246\n        ],\n        \"is_post_disabled\": false,\n        \"space_type\": \"basic\",\n        \"hide_topic_settings\": false,\n        \"is_topic_disabled\": false,\n        \"topic_ids\": [\n            986287,\n            444782,\n            58522,\n            25423,\n            25422,\n            25421,\n            25420,\n            25424,\n            26551,\n            26543,\n            26539,\n            26501,\n            26484,\n            26522,\n            26549,\n            26523,\n            26520,\n            26512,\n            26474,\n            26513,\n            26511,\n            26499,\n            26495,\n            26493,\n            25762,\n            26545,\n            26526,\n            26508,\n            26561,\n            26552,\n            26550,\n            26541,\n            26507,\n            26486,\n            26476,\n            26563,\n            26547,\n            26525,\n            26516,\n            26502,\n            26494,\n            26489,\n            26468,\n            25754,\n            25505,\n            26531,\n            26528,\n            26518,\n            26514,\n            26488,\n            26481,\n            26479,\n            26470,\n            25760,\n            26535,\n            26519,\n            26506,\n            26491,\n            25757,\n            26560,\n            26553,\n            26534,\n            25583,\n            25578,\n            25487,\n            26559,\n            26537,\n            26509,\n            26498,\n            25577,\n            26548,\n            26540,\n            26527,\n            26510,\n            26482,\n            26473,\n            25758,\n            25580,\n            26564,\n            26562,\n            26472,\n            25586,\n            25579,\n            26555,\n            26524,\n            25761,\n            25759,\n            25584,\n            25581,\n            26554,\n            26546,\n            26542,\n            26517,\n            26500,\n            26483,\n            26467,\n            23958,\n            26558,\n            26532,\n            26530,\n            26521,\n            26505,\n            26556,\n            26538,\n            26497,\n            26496,\n            26471,\n            25763,\n            25755,\n            26544,\n            26536,\n            26533,\n            26529,\n            26504,\n            26503,\n            26492,\n            26490,\n            26487,\n            26480,\n            26478,\n            26477,\n            26475,\n            26557,\n            26515,\n            26485,\n            25582,\n            23599,\n            23596,\n            23593,\n            23592,\n            23582,\n            26469,\n            25756,\n            25585,\n            23296,\n            21565,\n            4246\n        ],\n        \"topics\": [\n            1\n        ],\n        \"emoji\": \"👋\",\n        \"custom_emoji_url\": null,\n        \"custom_emoji_dark_url\": null\n    },\n    {\n        \"id\": 369,\n        \"name\": \"Trip reports\",\n        \"slug\": \"channels\",\n        \"space_group_id\": 2112,\n        \"space_group_name\": \"Economy\",\n        \"url\": \"https://circle.upfront.so/c/channels\",\n        \"community_id\": 5,\n        \"is_private\": true,\n        \"hide_post_settings\": false,\n        \"display_view\": \"list\",\n        \"post_ids\": [\n            645166,\n            565972,\n            98389,\n            25444,\n            25442,\n            25441,\n            25440,\n            25443,\n            26957,\n            26944,\n            26931,\n            26905,\n            26872,\n            26867,\n            25797,\n            26954,\n            26926,\n            26924,\n            26919,\n            26887,\n            26947,\n            26932,\n            26882,\n            26877,\n            25801,\n            26955,\n            26945,\n            26941,\n            26934,\n            26927,\n            26910,\n            26886,\n            26870,\n            26865,\n            26951,\n            26917,\n            26893,\n            26888,\n            25803,\n            26960,\n            26906,\n            26904,\n            26897,\n            26885,\n            25798,\n            26948,\n            26915,\n            26900,\n            26889,\n            25800,\n            26907,\n            26903,\n            26902,\n            26901,\n            26892,\n            26884,\n            25491,\n            26930,\n            26868,\n            25619,\n            26962,\n            26895,\n            26880,\n            26864,\n            26929,\n            26922,\n            26874,\n            26920,\n            26912,\n            26908,\n            26899,\n            26896,\n            25623,\n            26938,\n            26928,\n            26913,\n            26890,\n            26875,\n            25795,\n            26958,\n            26953,\n            26923,\n            26879,\n            26876,\n            25799,\n            25796,\n            25625,\n            25620,\n            26961,\n            26956,\n            26952,\n            26943,\n            26921,\n            26881,\n            26863,\n            25616,\n            26959,\n            26939,\n            26911,\n            26866,\n            25624,\n            25621,\n            26949,\n            26940,\n            26937,\n            26936,\n            26933,\n            26925,\n            26916,\n            26898,\n            26894,\n            26883,\n            26871,\n            26869,\n            25794,\n            25509,\n            26950,\n            26935,\n            26918,\n            26942,\n            26891,\n            26878,\n            25802,\n            25618,\n            25617,\n            26946,\n            26914,\n            26909,\n            26873,\n            25622,\n            5115\n        ],\n        \"is_post_disabled\": false,\n        \"space_type\": \"basic\",\n        \"hide_topic_settings\": false,\n        \"is_topic_disabled\": false,\n        \"topic_ids\": [\n            645166,\n            565972,\n            98389,\n            25444,\n            25442,\n            25441,\n            25440,\n            25443,\n            26957,\n            26944,\n            26931,\n            26905,\n            26872,\n            26867,\n            25797,\n            26954,\n            26926,\n            26924,\n            26919,\n            26887,\n            26947,\n            26932,\n            26882,\n            26877,\n            25801,\n            26955,\n            26945,\n            26941,\n            26934,\n            26927,\n            26910,\n            26886,\n            26870,\n            26865,\n            26951,\n            26917,\n            26893,\n            26888,\n            25803,\n            26960,\n            26906,\n            26904,\n            26897,\n            26885,\n            25798,\n            26948,\n            26915,\n            26900,\n            26889,\n            25800,\n            26907,\n            26903,\n            26902,\n            26901,\n            26892,\n            26884,\n            25491,\n            26930,\n            26868,\n            25619,\n            26962,\n            26895,\n            26880,\n            26864,\n            26929,\n            26922,\n            26874,\n            26920,\n            26912,\n            26908,\n            26899,\n            26896,\n            25623,\n            26938,\n            26928,\n            26913,\n            26890,\n            26875,\n            25795,\n            26958,\n            26953,\n            26923,\n            26879,\n            26876,\n            25799,\n            25796,\n            25625,\n            25620,\n            26961,\n            26956,\n            26952,\n            26943,\n            26921,\n            26881,\n            26863,\n            25616,\n            26959,\n            26939,\n            26911,\n            26866,\n            25624,\n            25621,\n            26949,\n            26940,\n            26937,\n            26936,\n            26933,\n            26925,\n            26916,\n            26898,\n            26894,\n            26883,\n            26871,\n            26869,\n            25794,\n            25509,\n            26950,\n            26935,\n            26918,\n            26942,\n            26891,\n            26878,\n            25802,\n            25618,\n            25617,\n            26946,\n            26914,\n            26909,\n            26873,\n            25622,\n            5115\n        ],\n        \"topics\": [\n            1\n        ],\n        \"emoji\": \"👩\\u200d💻\",\n        \"custom_emoji_url\": null,\n        \"custom_emoji_dark_url\": null\n    }\n]"}],"_postman_id":"c2faf0c4-9903-4cdb-84c5-6a587e0f6c40"},{"name":"Show","id":"b0e5503e-e553-4b7a-bcfc-2d092b9a1cb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}"}],"url":"{{host}}/api/v1/spaces/:id?community_id=5","description":"<p>Retrieve information about a particular space in your community.</p>\n","urlObject":{"path":["api","v1","spaces",":id"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"}],"variable":[{"type":"any","value":"15","key":"id"}]}},"response":[{"id":"ffae1911-4ec2-4dae-93a1-58dd02cd46e7","name":"Show","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}"}],"url":{"raw":"https://app.circle.so/api/v1/spaces/15?community_id=5","protocol":"https","host":["app","circle","so"],"path":["api","v1","spaces","15"],"query":[{"key":"community_id","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Jun 2024 16:32:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"88f9cd25ed27a542-MIA"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"b8a3b5bf07c6dfea053bef809f06275a\""},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"cf-apo-via","value":"origin,host"},{"key":"content-security-policy","value":""},{"key":"x-rack-cors","value":"miss; no-origin"},{"key":"x-request-id","value":"beb5af36-768f-4c9e-81bf-d4b885cc4a45"},{"key":"x-runtime","value":"0.050939"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 15,\n    \"name\": \"Members directory\",\n    \"slug\": \"community-guidelines\",\n    \"space_group_id\": 130,\n    \"space_group_name\": \"First Class\",\n    \"url\": \"https://circle.upfront.so/c/community-guidelines\",\n    \"community_id\": 5,\n    \"is_private\": true,\n    \"hide_post_settings\": false,\n    \"display_view\": \"cards\",\n    \"post_ids\": [\n        171521,\n        25394,\n        25393,\n        25392,\n        25391,\n        25390,\n        25389,\n        25388,\n        25387,\n        25386,\n        25385,\n        25384,\n        25383,\n        25382,\n        25381,\n        25952,\n        25940,\n        25933,\n        25877,\n        25874,\n        25947,\n        25930,\n        25701,\n        25958,\n        25950,\n        25938,\n        25928,\n        25900,\n        25884,\n        25704,\n        25934,\n        25909,\n        25887,\n        25883,\n        25699,\n        25967,\n        25954,\n        25923,\n        25892,\n        25703,\n        25696,\n        25522,\n        25972,\n        25961,\n        25948,\n        25899,\n        25898,\n        25895,\n        25885,\n        25875,\n        25966,\n        25960,\n        25942,\n        25939,\n        25919,\n        25913,\n        25702,\n        24776,\n        25963,\n        25944,\n        25936,\n        25916,\n        25953,\n        25941,\n        25959,\n        25935,\n        25932,\n        25908,\n        25902,\n        25893,\n        25891,\n        25886,\n        25880,\n        25519,\n        25517,\n        25956,\n        25951,\n        25920,\n        25905,\n        25896,\n        25881,\n        25697,\n        25523,\n        25971,\n        25965,\n        25929,\n        25889,\n        25700,\n        25695,\n        25499,\n        25964,\n        25962,\n        25957,\n        25927,\n        25921,\n        25915,\n        25912,\n        25906,\n        25894,\n        25890,\n        25876,\n        25698,\n        25524,\n        25945,\n        25926,\n        25925,\n        25924,\n        25904,\n        25882,\n        25878,\n        25968,\n        25931,\n        25525,\n        25520,\n        25518,\n        25970,\n        25969,\n        25949,\n        25888,\n        25946,\n        25918,\n        25911,\n        25903,\n        25897,\n        25879,\n        25526,\n        25521,\n        23605,\n        23602,\n        23585,\n        23580,\n        25955,\n        25937,\n        25917,\n        25914,\n        25910,\n        25907,\n        25901,\n        25873\n    ],\n    \"is_post_disabled\": false,\n    \"space_type\": \"basic\",\n    \"hide_topic_settings\": false,\n    \"is_topic_disabled\": false,\n    \"topic_ids\": [\n        171521,\n        25394,\n        25393,\n        25392,\n        25391,\n        25390,\n        25389,\n        25388,\n        25387,\n        25386,\n        25385,\n        25384,\n        25383,\n        25382,\n        25381,\n        25952,\n        25940,\n        25933,\n        25877,\n        25874,\n        25947,\n        25930,\n        25701,\n        25958,\n        25950,\n        25938,\n        25928,\n        25900,\n        25884,\n        25704,\n        25934,\n        25909,\n        25887,\n        25883,\n        25699,\n        25967,\n        25954,\n        25923,\n        25892,\n        25703,\n        25696,\n        25522,\n        25972,\n        25961,\n        25948,\n        25899,\n        25898,\n        25895,\n        25885,\n        25875,\n        25966,\n        25960,\n        25942,\n        25939,\n        25919,\n        25913,\n        25702,\n        24776,\n        25963,\n        25944,\n        25936,\n        25916,\n        25953,\n        25941,\n        25959,\n        25935,\n        25932,\n        25908,\n        25902,\n        25893,\n        25891,\n        25886,\n        25880,\n        25519,\n        25517,\n        25956,\n        25951,\n        25920,\n        25905,\n        25896,\n        25881,\n        25697,\n        25523,\n        25971,\n        25965,\n        25929,\n        25889,\n        25700,\n        25695,\n        25499,\n        25964,\n        25962,\n        25957,\n        25927,\n        25921,\n        25915,\n        25912,\n        25906,\n        25894,\n        25890,\n        25876,\n        25698,\n        25524,\n        25945,\n        25926,\n        25925,\n        25924,\n        25904,\n        25882,\n        25878,\n        25968,\n        25931,\n        25525,\n        25520,\n        25518,\n        25970,\n        25969,\n        25949,\n        25888,\n        25946,\n        25918,\n        25911,\n        25903,\n        25897,\n        25879,\n        25526,\n        25521,\n        23605,\n        23602,\n        23585,\n        23580,\n        25955,\n        25937,\n        25917,\n        25914,\n        25910,\n        25907,\n        25901,\n        25873\n    ],\n    \"topics\": [\n        1\n    ],\n    \"emoji\": \"🙋\\u200d♀️\",\n    \"custom_emoji_url\": null,\n    \"custom_emoji_dark_url\": null\n}"}],"_postman_id":"b0e5503e-e553-4b7a-bcfc-2d092b9a1cb0"},{"name":"Create","id":"709dbdc7-8767-4691-b0e2-7e25be393f75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{api_token}}"}],"url":"{{host}}/api/v1/spaces?community_id=5&name=ZAP APIs&is_private=false&is_hidden_from_non_members=false&is_hidden=false&slug=Asasdqw1-qweq-assd-asd-asd-gdfs&space_group_id=56&topics[]=1","description":"<p>Create a new space (Post-space only) in your community.</p>\n","urlObject":{"path":["api","v1","spaces"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"},{"key":"name","value":"ZAP APIs"},{"key":"is_private","value":"false"},{"key":"is_hidden_from_non_members","value":"false"},{"key":"is_hidden","value":"false"},{"key":"slug","value":"Asasdqw1-qweq-assd-asd-asd-gdfs"},{"description":{"content":"<p>The ID of the space group</p>\n","type":"text/plain"},"key":"space_group_id","value":"56"},{"description":{"content":"<p>Optional: Array with topic IDS, Max of 20 topics per Space</p>\n","type":"text/plain"},"key":"topics[]","value":"1"}],"variable":[]}},"response":[{"id":"3710671b-a3c0-471b-bb9f-5e70d96a4a86","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token {{api_token}}"}],"url":{"raw":"https://app.circle.so/api/v1/spaces?community_id=11111&name=API test purposes&is_private=true&is_hidden_from_non_members=false&is_hidden=false&slug=api-test-purposes&space_group_id=54575&topics[]=[1, 3, 4]","protocol":"https","host":["app","circle","so"],"path":["api","v1","spaces"],"query":[{"key":"community_id","value":"11111"},{"key":"name","value":"API test purposes"},{"key":"is_private","value":"true"},{"key":"is_hidden_from_non_members","value":"false"},{"key":"is_hidden","value":"false"},{"key":"slug","value":"api-test-purposes"},{"key":"space_group_id","value":"54575","description":"The ID of the space group"},{"key":"topics[]","value":"[1, 3, 4]","description":"Optional: Max of 20 topics per Space"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 May 2023 10:21:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"10186ba2fc758ca101d01ba9ec50cb3a\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Security-Policy","value":""},{"key":"Set-Cookie","value":"ahoy_visit=f9993c5c-e764-4738-ba7e-a4c51a1b6542; path=/; expires=Tue, 16 May 2023 10:51:10 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"a11a9856-ccbf-43cc-9faf-3aa0b03e7c06"},{"key":"X-Runtime","value":"0.130937"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c82e46f69ce81c1-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Space created.\",\n    \"space\": {\n        \"id\": 691589,\n        \"name\": \"API test purposes\",\n        \"slug\": \"api-test-purposes\",\n        \"emoji\": null,\n        \"space_group_id\": 54575,\n        \"space_group_name\": \"Raphy's Test\",\n        \"url\": \"hhttps://app.circle.so/c/api-test-purposes\",\n        \"community_id\": 11111,\n        \"is_private\": true,\n        \"hide_post_settings\": null,\n        \"display_view\": \"posts\",\n        \"post_ids\": [],\n        \"is_post_disabled\": null,\n        \"space_type\": \"basic\",\n        \"hide_topic_settings\": null,\n        \"is_topic_disabled\": null,\n        \"topic_ids\": [],\n        \"topics\": []\n    }\n}"}],"_postman_id":"709dbdc7-8767-4691-b0e2-7e25be393f75"},{"name":"Destroy","id":"21f66b51-e493-4ebb-8bb1-a18458a82bb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/spaces/:id","description":"<p>Remove a space from your community.</p>\n","urlObject":{"path":["api","v1","spaces",":id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"111c6157-14cb-4f4d-9150-745a6e68ce11","name":"Destroy","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"https://app.circle.so/api/v1/spaces/691589"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 May 2023 10:25:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"81fe55bb95d940336a111fa16aa9ad30\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Security-Policy","value":""},{"key":"Set-Cookie","value":"ahoy_visit=f9993c5c-e764-4738-ba7e-a4c51a1b6542; path=/; expires=Tue, 16 May 2023 10:55:53 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"213cfdf4-7c02-4a48-83d3-a44f730d006d"},{"key":"X-Runtime","value":"2.160247"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c82eb52c89b062e-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"This space has been removed from the community.\"\n}"}],"_postman_id":"21f66b51-e493-4ebb-8bb1-a18458a82bb5"}],"id":"516404aa-afbb-4860-bf89-c4310d591ec0","description":"<p>The Spaces API lets you retrieve, create, or delete spaces in your community.</p>\n","_postman_id":"516404aa-afbb-4860-bf89-c4310d591ec0"},{"name":"Space Members","item":[{"name":"Add Member to Space","id":"401d4cf3-a8b4-46c4-8523-09d5186c79d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":"{{host}}/api/v1/space_members?email=member@user.com&space_id=1&community_id=5","description":"<p>Given an email, this endpoint will add a member to a particular space. (For the member to be added to the space, you'll need to ensure that they've already been added to your community.)</p>\n","urlObject":{"path":["api","v1","space_members"],"host":["{{host}}"],"query":[{"key":"email","value":"member@user.com"},{"key":"space_id","value":"1"},{"key":"community_id","value":"5"}],"variable":[]}},"response":[{"id":"f6ac35f1-7d21-4e8c-89c8-49ddde19a2c6","name":"Add Member to Space","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":{"raw":"https://app.circle.so/api/v1/space_members?email=member@circle.co&space_id=693100&community_id=11111","protocol":"https","host":["app","circle","so"],"path":["api","v1","space_members"],"query":[{"key":"email","value":"member@circle.co"},{"key":"space_id","value":"693100"},{"key":"community_id","value":"11111"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 07:52:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"83fbd1e61cace2dbcdd605d44922666b\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Security-Policy","value":""},{"key":"Set-Cookie","value":"ahoy_visit=e2069b06-7499-43b5-99b2-ab1817e40dc0; path=/; expires=Wed, 17 May 2023 08:22:12 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"7dc87454-4188-4810-95b3-310d478a205d"},{"key":"X-Runtime","value":"0.086919"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c8a479878073b62-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"User added to space\"\n}"}],"_postman_id":"401d4cf3-a8b4-46c4-8523-09d5186c79d9"},{"name":"Remove Member from Space","id":"0e22ad14-5f24-4ddf-b985-a700a6658b05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":"{{host}}/api/v1/space_members?email=new@testing.com&space_id=18&community_id=5","description":"<p>Given an email, you can remove a member from a space.</p>\n","urlObject":{"path":["api","v1","space_members"],"host":["{{host}}"],"query":[{"key":"email","value":"new@testing.com"},{"key":"space_id","value":"18"},{"key":"community_id","value":"5"}],"variable":[]}},"response":[{"id":"e4d0815e-c8ea-443c-b23b-d6fbbe4ae451","name":"Remove Member from Space","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":{"raw":"https://app.circle.so/api/v1/space_members?email=member@circle.co&space_id=693100&community_id=11111","protocol":"https","host":["app","circle","so"],"path":["api","v1","space_members"],"query":[{"key":"email","value":"member@circle.co"},{"key":"space_id","value":"693100"},{"key":"community_id","value":"11111"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 07:56:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"7dfb36322c82bb8d6d758ea568a7e1a1\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Security-Policy","value":""},{"key":"Set-Cookie","value":"ahoy_visit=e2069b06-7499-43b5-99b2-ab1817e40dc0; path=/; expires=Wed, 17 May 2023 08:26:22 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"a32d728c-bc34-4a6e-8dab-c0f0b2af31f2"},{"key":"X-Runtime","value":"0.159580"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c8a4db17f979c28-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"User removed from space\"\n}"}],"_postman_id":"0e22ad14-5f24-4ddf-b985-a700a6658b05"}],"id":"0a81be71-0b88-489b-81ff-4290929fe960","description":"<p>The Space Members API lets you add or remove members from spaces in your community.</p>\n","_postman_id":"0a81be71-0b88-489b-81ff-4290929fe960"},{"name":"Posts","item":[{"name":"Index","id":"98273257-cde7-44bc-bd45-5e0278d3acb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}"}],"url":"{{host}}/api/v1/posts?community_id=184&space_id=35421&topics[]=96","description":"<p>Retrieve all the posts in a given space.</p>\n","urlObject":{"path":["api","v1","posts"],"host":["{{host}}"],"query":[{"key":"community_id","value":"184"},{"key":"space_id","value":"35421"},{"disabled":true,"description":{"content":"<p>Default: Latest</p>\n","type":"text/plain"},"key":"sort","value":"oldest"},{"disabled":true,"description":{"content":"<p>Search post based on name</p>\n","type":"text/plain"},"key":"search_text","value":"post"},{"disabled":true,"description":{"content":"<p>Options: published (default), draft, scheduled, all. If you want to filter by multiple statuses, use status[] instead of status.</p>\n","type":"text/plain"},"key":"status","value":"all"},{"disabled":true,"description":{"content":"<p>Default: 60</p>\n","type":"text/plain"},"key":"per_page","value":"3"},{"disabled":true,"key":"space_group_id","value":"508"},{"disabled":true,"description":{"content":"<p>Default: 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Optional: Array with topic IDS for filtering posts</p>\n","type":"text/plain"},"key":"topics[]","value":"96"}],"variable":[]}},"response":[{"id":"437c56e8-75a6-41c3-bc3d-7f5fdf996086","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}"}],"url":{"raw":"https://app.circle.so/api/v1/posts?community_id=5&space_id=693100","protocol":"https","host":["app","circle","so"],"path":["api","v1","posts"],"query":[{"key":"community_id","value":"5"},{"key":"space_id","value":"693100"},{"key":"sort","value":"oldest","description":"Default: Latest","disabled":true},{"key":"search_text","value":"topic","description":"Search topic based on name","disabled":true},{"key":"status","value":"all","description":"Options: published (default), draft, scheduled, all. If you want to filter by multiple statuses, use status[] instead of status.","disabled":true},{"key":"per_page","value":"3","description":"Default: 60","disabled":true},{"key":"space_group_id","value":"508","disabled":true},{"key":"page","value":"1","description":"Default: 1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 08:02:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7c8a56d5ec76823c-IAD"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"cd5c3c9a38b39c69de05a800a6f0797b\""},{"key":"Set-Cookie","value":"ahoy_visit=e2069b06-7499-43b5-99b2-ab1817e40dc0; path=/; expires=Wed, 17 May 2023 08:32:37 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-apo-via","value":"origin,host"},{"key":"Content-Security-Policy","value":""},{"key":"X-Request-Id","value":"e543a499-d267-46da-927b-6d1a99796069"},{"key":"X-Runtime","value":"0.048318"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 6480025,\n        \"status\": \"published\",\n        \"name\": \"This is a test for API\",\n        \"body\": {\n            \"id\": 26155191,\n            \"name\": \"body\",\n            \"body\": \"<div><!--block-->This is a test for API</div>\",\n            \"record_type\": \"Post\",\n            \"record_id\": 6480025,\n            \"created_at\": \"2023-05-17T08:01:28.000Z\",\n            \"updated_at\": \"2023-05-17T08:01:28.000Z\"\n        },\n        \"slug\": \"this-is-a-test-for-api\",\n        \"url\": \"https://app.circle.so/c/api-test-only/this-is-a-test-for-api\",\n        \"space_name\": \"API-TEST-ONLY\",\n        \"space_slug\": \"api-test-only\",\n        \"space_id\": 693100,\n        \"user_id\": 351629,\n        \"user_email\": \"member@circle.so\",\n        \"user_name\": \"Test user\",\n        \"comments_count\": 0,\n        \"community_id\": 11111,\n        \"hide_meta_info\": false,\n        \"user_avatar_url\": \"https://app.circle.so/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBeDRJTWc9PSIsImV4cCI6bnVsbCwicHVyIjoiYmxvYl9pZCJ9fQ==--4221ed6ef196e6fc147da7f353371ca375b8771c/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9MWm05eWJXRjBTU0lJVUU1SEJqb0dSVlE2RkhKbGMybDZaVjkwYjE5c2FXMXBkRnNIYVFJc0FXa0NMQUU2Q25OaGRtVnlld1k2Q25OMGNtbHdWQT09IiwiZXhwIjpudWxsLCJwdXIiOiJ2YXJpYXRpb24ifX0=--67d61e1ece4c2627be0acf5d87aa36959ef3de56/IMG_2037.PNG\",\n        \"published_at\": \"2023-05-17T08:01:28.717Z\",\n        \"created_at\": \"2023-05-17T08:01:28.717Z\",\n        \"updated_at\": \"2023-05-17T08:01:28.744Z\",\n        \"cover_image\": null,\n        \"cover_image_url\": null,\n        \"cardview_thumbnail\": null,\n        \"cardview_thumbnail_url\": null,\n        \"is_comments_enabled\": true,\n        \"is_comments_closed\": false,\n        \"is_liking_enabled\": true,\n        \"flagged_for_approval_at\": null,\n        \"custom_html\": null,\n        \"likes_count\": 0,\n        \"topics\": [\n          96\n        ],\n        \"user_posts_count\": 1,\n        \"user_topics_count\": 1,\n        \"user_likes_count\": 0,\n        \"user_comments_count\": 0\n    }\n]"}],"_postman_id":"98273257-cde7-44bc-bd45-5e0278d3acb0"},{"name":"Show","id":"50ad9059-8166-4ddd-86e5-014b931f194b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}"}],"url":"{{host}}/api/v1/posts/:id?community_id=5","description":"<p>Retrieve a particular post given its ID.</p>\n","urlObject":{"path":["api","v1","posts",":id"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"}],"variable":[{"type":"any","value":"86","key":"id"}]}},"response":[{"id":"9ebec459-6768-46b4-a553-0765cf6d5789","name":"Show","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}"}],"url":{"raw":"{{host}}/api/v1/posts/:id?community_id=5","host":["{{host}}"],"path":["api","v1","posts",":id"],"query":[{"key":"community_id","value":"5"}],"variable":[{"key":"id","value":"12267300"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Jun 2024 16:58:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"88f9f2a25ba27430-MIA"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"5a02bc9078d3c6ad785518fce521cfe1\""},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"cf-apo-via","value":"origin,host"},{"key":"content-security-policy","value":""},{"key":"x-rack-cors","value":"miss; no-origin"},{"key":"x-request-id","value":"86b0114b-fb97-47fe-949f-7391be3fdf70"},{"key":"x-runtime","value":"0.056126"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 12267300,\n    \"status\": \"published\",\n    \"name\": \"Video post\",\n    \"body\": {\n        \"id\": 45248180,\n        \"name\": \"body\",\n        \"body\": \"<div><a class=\\\"file\\\" href=\\\"https://assets.circle.so/ya18992xn00cx31v2g6cg5ff97fn\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">sample_10sec.mov</a></div>\",\n        \"record_type\": \"Post\",\n        \"record_id\": 12267300,\n        \"created_at\": \"2024-05-28T13:20:48.000Z\",\n        \"updated_at\": \"2024-05-28T13:20:48.000Z\"\n    },\n    \"slug\": \"video-post\",\n    \"url\": \"https://circle.upfront.so/c/post-type-space/video-post\",\n    \"space_name\": \"Post type space\",\n    \"space_slug\": \"post-type-space\",\n    \"space_id\": 1168756,\n    \"user_id\": 3111865,\n    \"user_email\": \"rihards@circle.co\",\n    \"user_name\": \"John Doe\",\n    \"comments_count\": 0,\n    \"community_id\": 5,\n    \"hide_meta_info\": false,\n    \"user_avatar_url\": null,\n    \"published_at\": \"2024-05-28T13:20:48.607Z\",\n    \"created_at\": \"2024-05-28T13:20:48.607Z\",\n    \"updated_at\": \"2024-05-28T13:20:48.629Z\",\n    \"cover_image\": null,\n    \"cover_image_url\": null,\n    \"cardview_thumbnail\": null,\n    \"cardview_thumbnail_url\": null,\n    \"is_comments_enabled\": true,\n    \"is_comments_closed\": false,\n    \"is_liking_enabled\": true,\n    \"flagged_for_approval_at\": null,\n    \"custom_html\": null,\n    \"likes_count\": 0,\n    \"topics\": [\n        2\n    ],\n    \"user_posts_count\": 44,\n    \"user_topics_count\": 44,\n    \"user_likes_count\": 0,\n    \"user_comments_count\": 101\n}"}],"_postman_id":"50ad9059-8166-4ddd-86e5-014b931f194b"},{"name":"Create","id":"ffc804e8-02a8-48dc-a5c8-dc278f909fa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{api_token}}"}],"url":"{{host}}/api/v1/posts?community_id=5&space_id=1802&name=Meta changes test&body=Created through api&is_pinned=true&is_comments_enabled=true&is_comments_closed=false&is_liking_enabled=true&skip_notifications=true&slug=check&meta_title=Meta Title&meta_description=Meta Description&opengraph_title=Opengraph Title&opengraph_description=Opengraph Description&hide_from_featured_areas=false&topics[]=4","description":"<p>Create a new post in a given space.</p>\n","urlObject":{"path":["api","v1","posts"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"},{"key":"space_id","value":"1802"},{"disabled":true,"description":{"content":"<p>Optional. Options: published (default), draft, scheduled.</p>\n","type":"text/plain"},"key":"status","value":"published"},{"disabled":true,"description":{"content":"<p>Optional. Acts as the publish time and is required when status is \"scheduled\". Must be in the past when status is \"published\".</p>\n","type":"text/plain"},"key":"published_at","value":"2021-05-25T13:49:19.212Z"},{"key":"name","value":"Meta changes test"},{"key":"body","value":"Created through api"},{"key":"is_pinned","value":"true"},{"key":"is_comments_enabled","value":"true"},{"description":{"content":"<p>Default: false</p>\n","type":"text/plain"},"key":"is_comments_closed","value":"false"},{"key":"is_liking_enabled","value":"true"},{"disabled":true,"description":{"content":"<p>Optional. Email of the community member to post from. Defaults to admin if empty.</p>\n","type":"text/plain"},"key":"user_email","value":"old@user.com"},{"description":{"content":"<p>Default: false</p>\n","type":"text/plain"},"key":"skip_notifications","value":"true"},{"key":"slug","value":"check"},{"disabled":true,"key":"internal_custom_html","value":"<div></div>"},{"disabled":true,"key":"is_truncation_disabled","value":"true"},{"disabled":true,"key":"hide_meta_info","value":"true"},{"key":"meta_title","value":"Meta Title"},{"key":"meta_description","value":"Meta Description"},{"key":"opengraph_title","value":"Opengraph Title"},{"key":"opengraph_description","value":"Opengraph Description"},{"key":"hide_from_featured_areas","value":"false"},{"description":{"content":"<p>Optional: Array with topic IDS, Max of 5 topics per Post</p>\n","type":"text/plain"},"key":"topics[]","value":"4"}],"variable":[]}},"response":[{"id":"7cecf9cc-beb9-48a3-a9f2-57ad8e2f82d5","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token {{api_token}}"}],"url":{"raw":"https://app.circle.so/api/v1/posts?community_id=11111&space_id=693100&name=Post 3&body=Created through api&is_pinned=false&is_comments_enabled=true&is_comments_closed=false&is_liking_enabled=true&skip_notifications=false&slug=post3&meta_title=Meta Title&meta_description=Meta Description&opengraph_title=Opengraph Title&opengraph_description=Opengraph Description&hide_from_featured_areas=false&topics=[1,3,5]","protocol":"https","host":["app","circle","so"],"path":["api","v1","posts"],"query":[{"key":"community_id","value":"11111"},{"key":"space_id","value":"693100"},{"key":"status","value":"published","description":"Optional. Options: published (default), draft, scheduled.","disabled":true},{"key":"published_at","value":"2021-05-25T13:49:19.212Z","description":"Optional. Acts as the publish time and is required when status is \"scheduled\". Must be in the past when status is \"published\".","disabled":true},{"key":"name","value":"Post 3"},{"key":"body","value":"Created through api"},{"key":"is_pinned","value":"false"},{"key":"is_comments_enabled","value":"true"},{"key":"is_comments_closed","value":"false","description":"Default: false"},{"key":"is_liking_enabled","value":"true"},{"key":"user_email","value":"old@user.com","description":"Optional. Email of the community member to post from. Defaults to admin if empty.","disabled":true},{"key":"skip_notifications","value":"false","description":"Default: false"},{"key":"slug","value":"post3"},{"key":"internal_custom_html","value":"<div></div>","disabled":true},{"key":"is_truncation_disabled","value":"true","disabled":true},{"key":"hide_meta_info","value":"true","disabled":true},{"key":"meta_title","value":"Meta Title"},{"key":"meta_description","value":"Meta Description"},{"key":"opengraph_title","value":"Opengraph Title"},{"key":"opengraph_description","value":"Opengraph Description"},{"key":"hide_from_featured_areas","value":"false"},{"key":"topics","value":"[1,3,5]","description":"Optional: Max of 5 topics per Post"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 08:34:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"369a93d46eec1173da1113c4e31e45f0\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Security-Policy","value":""},{"key":"Set-Cookie","value":"ahoy_visit=e2069b06-7499-43b5-99b2-ab1817e40dc0; path=/; expires=Wed, 17 May 2023 09:04:03 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"0bfc9aff-4b40-4394-84ff-5f8acb6db139"},{"key":"X-Runtime","value":"0.386441"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c8a84e58ef00934-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Post created.\",\n    \"topic\": {\n        \"id\": 6480263,\n        \"status\": \"published\",\n        \"name\": \"Post 3\",\n        \"body\": {\n            \"id\": 26156072,\n            \"name\": \"body\",\n            \"body\": \"Created through api\",\n            \"record_type\": \"Post\",\n            \"record_id\": 6480263,\n            \"created_at\": \"2023-05-17T08:34:03.000Z\",\n            \"updated_at\": \"2023-05-17T08:34:03.000Z\"\n        },\n        \"slug\": \"post3\",\n        \"url\": \"hhttps://app.circle.so/c/api-test-only/post3\",\n        \"space_name\": \"API-TEST-ONLY\",\n        \"space_slug\": \"api-test-only\",\n        \"space_id\": 693100,\n        \"user_id\": 3111865,\n        \"user_email\": \"member@circle.co\",\n        \"user_name\": \"John Doe\",\n        \"comments_count\": 0,\n        \"community_id\": 11111,\n        \"hide_meta_info\": false,\n        \"user_avatar_url\": \"https://secure.gravatar.com/avatar/e93c73a978c6e9d1ff35c5df93140295?default=404&secure=true&size=300\",\n        \"published_at\": \"2023-05-17T08:34:03.925Z\",\n        \"created_at\": \"2023-05-17T08:34:03.925Z\",\n        \"updated_at\": \"2023-05-17T08:34:03.991Z\",\n        \"cover_image\": null,\n        \"cover_image_url\": null,\n        \"cardview_thumbnail\": null,\n        \"cardview_thumbnail_url\": null,\n        \"is_comments_enabled\": true,\n        \"is_comments_closed\": false,\n        \"is_liking_enabled\": true,\n        \"flagged_for_approval_at\": null,\n        \"custom_html\": null,\n        \"likes_count\": 0,\n        \"topics\": [\n            97\n        ],\n        \"user_posts_count\": 10,\n        \"user_topics_count\": 10,\n        \"user_likes_count\": 0,\n        \"user_comments_count\": 101\n    },\n    \"post\": {\n        \"id\": 6480263,\n        \"status\": \"published\",\n        \"name\": \"Post 3\",\n        \"body\": {\n            \"id\": 26156072,\n            \"name\": \"body\",\n            \"body\": \"Created through api\",\n            \"record_type\": \"Post\",\n            \"record_id\": 6480263,\n            \"created_at\": \"2023-05-17T08:34:03.000Z\",\n            \"updated_at\": \"2023-05-17T08:34:03.000Z\"\n        },\n        \"slug\": \"post3\",\n        \"url\": \"https://app.circle.so/c/api-test-only/post3\",\n        \"space_name\": \"API-TEST-ONLY\",\n        \"space_slug\": \"api-test-only\",\n        \"space_id\": 693100,\n        \"user_id\": 3111865,\n        \"user_email\": \"member@circle.co\",\n        \"user_name\": \"John Doe\",\n        \"comments_count\": 0,\n        \"community_id\": 11111,\n        \"hide_meta_info\": false,\n        \"user_avatar_url\": \"https://secure.gravatar.com/avatar/e93c73a978c6e9d1ff35c5df93140295?default=404&secure=true&size=300\",\n        \"published_at\": \"2023-05-17T08:34:03.925Z\",\n        \"created_at\": \"2023-05-17T08:34:03.925Z\",\n        \"updated_at\": \"2023-05-17T08:34:03.991Z\",\n        \"cover_image\": null,\n        \"cover_image_url\": null,\n        \"cardview_thumbnail\": null,\n        \"cardview_thumbnail_url\": null,\n        \"is_comments_enabled\": true,\n        \"is_comments_closed\": false,\n        \"is_liking_enabled\": true,\n        \"flagged_for_approval_at\": null,\n        \"custom_html\": null,\n        \"likes_count\": 0,\n        \"topics\": [\n            97\n        ],\n        \"user_posts_count\": 10,\n        \"user_topics_count\": 10,\n        \"user_likes_count\": 0,\n        \"user_comments_count\": 101\n    }\n}"}],"_postman_id":"ffc804e8-02a8-48dc-a5c8-dc278f909fa4"},{"name":"Update","id":"38262a8d-abeb-4b17-8c62-f21ebaa2cd26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{api_token}}"}],"url":"{{host}}/api/v1/posts/37?community_id=1&space_id=2&name=Updated name&user_id=18&topics[]=5","description":"<p>Updates a post in a given space. The content of the post (body) is not updateable.</p>\n","urlObject":{"path":["api","v1","posts","37"],"host":["{{host}}"],"query":[{"key":"community_id","value":"1"},{"key":"space_id","value":"2"},{"disabled":true,"description":{"content":"<p>Optional. Options: published (default), draft, scheduled.</p>\n","type":"text/plain"},"key":"status","value":"published"},{"disabled":true,"description":{"content":"<p>Optional. Acts as the publish time and is required when status is \"scheduled\". Must be in the past when status is \"published\".</p>\n","type":"text/plain"},"key":"published_at","value":"2021-05-25T13:49:19.212Z"},{"key":"name","value":"Updated name"},{"disabled":true,"key":"is_pinned","value":"true"},{"disabled":true,"key":"is_comments_enabled","value":"true"},{"disabled":true,"description":{"content":"<p>Default: false</p>\n","type":"text/plain"},"key":"is_comments_closed","value":"false"},{"disabled":true,"key":"is_liking_enabled","value":"true"},{"disabled":true,"description":{"content":"<p>Optional. Email of the community member to post from. Defaults to admin if empty.</p>\n","type":"text/plain"},"key":"user_email","value":"macnelly@torres.com"},{"disabled":true,"description":{"content":"<p>Default: false</p>\n","type":"text/plain"},"key":"skip_notifications","value":"true"},{"disabled":true,"key":"slug","value":"updated slug"},{"disabled":true,"key":"internal_custom_html","value":"<div></div>"},{"disabled":true,"key":"is_truncation_disabled","value":"true"},{"disabled":true,"key":"hide_meta_info","value":"true"},{"disabled":true,"key":"meta_title","value":"Updated Meta Title"},{"disabled":true,"key":"meta_description","value":"updated Meta Description"},{"disabled":true,"key":"opengraph_title","value":"updated Opengraph Title"},{"disabled":true,"key":"opengraph_description","value":"updated Opengraph Description"},{"disabled":true,"key":"hide_from_featured_areas","value":"false"},{"description":{"content":"<p>Optional: Send it on to update the author user</p>\n","type":"text/plain"},"key":"user_id","value":"18"},{"description":{"content":"<p>Optional: Array with topic IDS, Max of 5 topics per Post</p>\n","type":"text/plain"},"key":"topics[]","value":"5"}],"variable":[]}},"response":[{"id":"9c7c53db-88ec-462a-974c-b81521c6d0c8","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{api_token}}"}],"url":{"raw":"{{host}}/api/v1/posts/:id?community_id=5&space_id=1802&status=published&published_at=2021-05-25T13:49:19.212Z&name=Updated name&is_pinned=true&is_comments_enabled=true&is_comments_closed=false&is_liking_enabled=true&user_email=updated_user@email.com&skip_notifications=true&slug=updated-slug&internal_custom_html=<div></div>&is_truncation_disabled=true&hide_meta_info=true&meta_title=updated Meta Title&meta_description=updated Meta Description&opengraph_title=updated Opengraph Title&opengraph_description=updated Opengraph Description&hide_from_featured_areas=false&topics=[1,3,5]","host":["{{host}}"],"path":["api","v1","posts",":id"],"query":[{"key":"community_id","value":"5"},{"key":"space_id","value":"1802"},{"key":"status","value":"published","description":"Optional. Options: published (default), draft, scheduled."},{"key":"published_at","value":"2021-05-25T13:49:19.212Z","description":"Optional. Acts as the publish time and is required when status is \"scheduled\". Must be in the past when status is \"published\"."},{"key":"name","value":"Updated name"},{"key":"is_pinned","value":"true"},{"key":"is_comments_enabled","value":"true"},{"key":"is_comments_closed","value":"false","description":"Default: false"},{"key":"is_liking_enabled","value":"true"},{"key":"user_email","value":"updated_user@email.com","description":"Optional. Email of the community member to post from. Defaults to admin if empty."},{"key":"skip_notifications","value":"true","description":"Default: false"},{"key":"slug","value":"updated-slug"},{"key":"internal_custom_html","value":"<div></div>"},{"key":"is_truncation_disabled","value":"true"},{"key":"hide_meta_info","value":"true"},{"key":"meta_title","value":"updated Meta Title"},{"key":"meta_description","value":"updated Meta Description"},{"key":"opengraph_title","value":"updated Opengraph Title"},{"key":"opengraph_description","value":"updated Opengraph Description"},{"key":"hide_from_featured_areas","value":"false"},{"key":"topics","value":"[1,3,5]","description":"Optional: Max of 5 topics per Post"}],"variable":[{"key":"id","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Post updated.\",\n    \"post\": {\n        \"id\": 1,\n        \"status\": \"published\",\n        \"name\": \"Updated name\",\n        \"body\": {\n            \"id\": 26156072,\n            \"name\": \"body\",\n            \"body\": \"Created through api\",\n            \"record_type\": \"Post\",\n            \"record_id\": 1,\n            \"created_at\": \"2023-05-17T08:34:03.000Z\",\n            \"updated_at\": \"2023-05-17T08:34:03.000Z\"\n        },\n        \"slug\": \"updated-slug\",\n        \"url\": \"https://app.circle.so/c/api-test-only/updated-slug\",\n        \"space_name\": \"API-TEST-ONLY\",\n        \"space_slug\": \"api-test-only\",\n        \"space_id\": 693100,\n        \"user_id\": 3111865,\n        \"user_email\": \"member@circle.co\",\n        \"user_name\": \"John Doe\",\n        \"comments_count\": 0,\n        \"community_id\": 11111,\n        \"hide_meta_info\": false,\n        \"user_avatar_url\": \"https://secure.gravatar.com/avatar/e93c73a978c6e9d1ff35c5df93140295?default=404&secure=true&size=300\",\n        \"published_at\": \"2023-05-17T08:34:03.925Z\",\n        \"created_at\": \"2023-05-17T08:34:03.925Z\",\n        \"updated_at\": \"2023-05-17T08:34:03.991Z\",\n        \"cover_image\": null,\n        \"cover_image_url\": null,\n        \"cardview_thumbnail\": null,\n        \"cardview_thumbnail_url\": null,\n        \"is_comments_enabled\": true,\n        \"is_comments_closed\": false,\n        \"is_liking_enabled\": true,\n        \"flagged_for_approval_at\": null,\n        \"custom_html\": null,\n        \"likes_count\": 0,\n        \"topics\": [\n            97\n        ],\n        \"user_posts_count\": 10,\n        \"user_topics_count\": 10,\n        \"user_likes_count\": 0,\n        \"user_comments_count\": 101\n    }\n}"}],"_postman_id":"38262a8d-abeb-4b17-8c62-f21ebaa2cd26"},{"name":"Destroy","id":"31b80667-29ca-4f2d-b556-cf70f0b0fbeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{host}}/api/v1/posts/{{id}}?community_id=5","description":"<p>Delete a post.</p>\n","urlObject":{"path":["api","v1","posts","{{id}}"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"},{"disabled":true,"key":"space_id","value":"1"}],"variable":[]}},"response":[{"id":"ae8c6dda-a551-4569-9def-c37ac2a1fd4d","name":"Destroy","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://app.circle.so/api/v1/posts/6480263?community_id=11111","protocol":"https","host":["app","circle","so"],"path":["api","v1","posts","6480263"],"query":[{"key":"space_id","value":"1","type":"text","disabled":true},{"key":"community_id","value":"11111"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 08:46:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"d45cc2f1a23f823ff99383343333c30f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Security-Policy","value":""},{"key":"Set-Cookie","value":"ahoy_visit=e2069b06-7499-43b5-99b2-ab1817e40dc0; path=/; expires=Wed, 17 May 2023 09:16:45 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"dd36ffee-719b-417a-a582-37cc1240f9d5"},{"key":"X-Runtime","value":"0.109940"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c8a977e3c513b0e-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"This post has been removed from the space.\"\n}"}],"_postman_id":"31b80667-29ca-4f2d-b556-cf70f0b0fbeb"}],"id":"42cf7913-312a-4bb5-a1a4-e6697a072291","description":"<p>The Posts API lets you retrieve, create, or delete posts in your community — on your own behalf or on behalf of other members.</p>\n","_postman_id":"42cf7913-312a-4bb5-a1a4-e6697a072291"},{"name":"Comments","item":[{"name":"Index","id":"2e741fe6-8f1b-4a5c-b2fd-014ef5f93658","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":"{{host}}/api/v1/comments?community_id=5&space_id=2&post_id=7&topic_id=7","description":"<p>Retrieve all the comments in a given space OR a specific post.</p>\n","urlObject":{"path":["api","v1","comments"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"},{"key":"space_id","value":"2"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"post_id","value":"7"},{"description":{"content":"<p>This is deprecated. Use post_id.</p>\n","type":"text/plain"},"key":"topic_id","value":"7"},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"f8aa7acf-2a29-4f94-8c0b-354bb66a41e5","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":{"raw":"https://app.circle.so/api/v1/comments?community_id=11111&space_id=6480263&post_id=6480025","protocol":"https","host":["app","circle","so"],"path":["api","v1","comments"],"query":[{"key":"community_id","value":"11111"},{"key":"space_id","value":"6480263"},{"key":"post_id","value":"6480025","description":"Optional"},{"key":"topic_id","value":"26155191","description":"This is deprecated. Use post_id.","disabled":true},{"key":"","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 08:26:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7c92b7e3c91a0680-IAD"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"1748eeb7fa89762cc5b828239897d982\""},{"key":"Set-Cookie","value":"ahoy_visit=630c806d-7966-4ceb-a211-7bc1c0e37700; path=/; expires=Thu, 18 May 2023 08:56:58 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-apo-via","value":"origin,host"},{"key":"Content-Security-Policy","value":""},{"key":"X-Request-Id","value":"3001302e-9922-4fe1-b520-6ad58612e6d6"},{"key":"X-Runtime","value":"0.051339"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 19209776,\n        \"body\": {\n            \"id\": 26156734,\n            \"name\": \"body\",\n            \"body\": \"<div><!--block--><span data-trix-cursor-target=\\\"left\\\" data-trix-serialize=\\\"false\\\">\\ufeff</span><action-text-attachment sgid=\\\"BAh7CEkiCGdpZAY6BkVUSSIvZ2lkOi8vanVtcHN0YXJ0LWFwcC9Vc2VyLzM1MTEwMT9leHBpcmVzX2luBjsAVEkiDHB1cnBvc2UGOwBUSSIPYXR0YWNoYWJsZQY7AFRJIg9leHBpcmVzX2F0BjsAVDA=--2291ac3a0b7c8f40c4a3e3f8d5816048abd1b169\\\" content-type=\\\"mention\\\"></action-text-attachment><span data-trix-cursor-target=\\\"right\\\" data-trix-serialize=\\\"false\\\">\\ufeff</span> I could see that you commented - we'll take it from here!</div>\",\n            \"record_type\": \"Comment\",\n            \"record_id\": 19209776,\n            \"created_at\": \"2023-05-17T08:57:55.000Z\",\n            \"updated_at\": \"2023-05-17T08:57:55.000Z\"\n        },\n        \"user_id\": 351629,\n        \"user_name\": \"First Last\",\n        \"user_email\": \"member@circle.so\",\n        \"user_avatar_url\": \"https://app.circle.so/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBeDRJTWc9PSIsImV4cCI6bnVsbCwicHVyIjoiYmxvYl9pZCJ9fQ==--4221ed6ef196e6fc147da7f353371ca375b8771c/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9MWm05eWJXRjBTU0lJVUU1SEJqb0dSVlE2RkhKbGMybDZaVjkwYjE5c2FXMXBkRnNIYVFJc0FXa0NMQUU2Q25OaGRtVnlld1k2Q25OMGNtbHdWQT09IiwiZXhwIjpudWxsLCJwdXIiOiJ2YXJpYXRpb24ifX0=--67d61e1ece4c2627be0acf5d87aa36959ef3de56/IMG_2037.PNG\",\n        \"url\": \"https://app.circle.so/c/api-test-only/this-is-a-test-for-api#comment_wrapper_19209776\",\n        \"post_id\": 6480025,\n        \"post_name\": \"This is a test for API\",\n        \"post_slug\": \"this-is-a-test-for-api\",\n        \"space_id\": 693100,\n        \"space_slug\": \"api-test-only\",\n        \"community_id\": 11111,\n        \"parent_comment_id\": null,\n        \"flagged_for_approval_at\": null,\n        \"created_at\": \"2023-05-17T08:57:55.084Z\",\n        \"topic_id\": 6480025,\n        \"topic_name\": \"This is a test for API\",\n        \"likes_count\": 0,\n        \"user_posts_count\": 2,\n        \"user_topics_count\": 2,\n        \"user_likes_count\": 0,\n        \"user_comments_count\": 2\n    },\n    {\n        \"id\": 19209748,\n        \"body\": {\n            \"id\": 26156698,\n            \"name\": \"body\",\n            \"body\": \"<div><!--block--><span data-trix-cursor-target=\\\"left\\\" data-trix-serialize=\\\"false\\\">\\ufeff</span><action-text-attachment sgid=\\\"BAh7CEkiCGdpZAY6BkVUSSIvZ2lkOi8vanVtcHN0YXJ0LWFwcC9Vc2VyLzM1MTYyOT9leHBpcmVzX2luBjsAVEkiDHB1cnBvc2UGOwBUSSIPYXR0YWNoYWJsZQY7AFRJIg9leHBpcmVzX2F0BjsAVDA=--ed9a79f7f946daba2d8fcfd319f360710ce9681d\\\" content-type=\\\"mention\\\"></action-text-attachment><span data-trix-cursor-target=\\\"right\\\" data-trix-serialize=\\\"false\\\">\\ufeff</span> yes I did - could you see this comment?</div>\",\n            \"record_type\": \"Comment\",\n            \"record_id\": 19209748,\n            \"created_at\": \"2023-05-17T08:56:33.000Z\",\n            \"updated_at\": \"2023-05-17T08:56:33.000Z\"\n        },\n        \"user_id\": 351101,\n        \"user_name\": \"First Last\",\n        \"user_email\": \"member1@circle.co\",\n        \"user_avatar_url\": \"https://app.circle.so/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBNlVYWEE9PSIsImV4cCI6bnVsbCwicHVyIjoiYmxvYl9pZCJ9fQ==--53a0e45f41254f9d5d0414969df893595eab16b6/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9MWm05eWJXRjBTU0lJYW5CbkJqb0dSVlE2RkhKbGMybDZaVjkwYjE5c2FXMXBkRnNIYVFJc0FXa0NMQUU2Q25OaGRtVnlld1k2Q25OMGNtbHdWQT09IiwiZXhwIjpudWxsLCJwdXIiOiJ2YXJpYXRpb24ifX0=--67365f61f655fbc86c65a51f2e9992ab818c41cd/271951961_3121832371426899_8729833769040377312_n.jpg\",\n        \"url\": \"https://app.circle.so/c/api-test-only/this-is-a-test-for-api#comment_wrapper_19209748\",\n        \"post_id\": 6480025,\n        \"post_name\": \"This is a test for API\",\n        \"post_slug\": \"this-is-a-test-for-api\",\n        \"space_id\": 693100,\n        \"space_slug\": \"api-test-only\",\n        \"community_id\": 11111,\n        \"parent_comment_id\": null,\n        \"flagged_for_approval_at\": null,\n        \"created_at\": \"2023-05-17T08:56:33.756Z\",\n        \"topic_id\": 6480025,\n        \"topic_name\": \"This is a test for API\",\n        \"likes_count\": 0,\n        \"user_posts_count\": 234,\n        \"user_topics_count\": 234,\n        \"user_likes_count\": 4,\n        \"user_comments_count\": 5\n    },\n    {\n        \"id\": 19209674,\n        \"body\": {\n            \"id\": 26156601,\n            \"name\": \"body\",\n            \"body\": \"<div><!--block-->Did you comment on this?</div>\",\n            \"record_type\": \"Comment\",\n            \"record_id\": 19209674,\n            \"created_at\": \"2023-05-17T08:53:30.000Z\",\n            \"updated_at\": \"2023-05-17T08:53:30.000Z\"\n        },\n        \"user_id\": 351629,\n        \"user_name\": \"First Last\",\n        \"user_email\": \"member@circle.so\",\n        \"user_avatar_url\": \"https://app.circle.so/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBeDRJTWc9PSIsImV4cCI6bnVsbCwicHVyIjoiYmxvYl9pZCJ9fQ==--4221ed6ef196e6fc147da7f353371ca375b8771c/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9MWm05eWJXRjBTU0lJVUU1SEJqb0dSVlE2RkhKbGMybDZaVjkwYjE5c2FXMXBkRnNIYVFJc0FXa0NMQUU2Q25OaGRtVnlld1k2Q25OMGNtbHdWQT09IiwiZXhwIjpudWxsLCJwdXIiOiJ2YXJpYXRpb24ifX0=--67d61e1ece4c2627be0acf5d87aa36959ef3de56/IMG_2037.PNG\",\n        \"url\": \"https://app.circle.so/c/api-test-only/this-is-a-test-for-api#comment_wrapper_19209674\",\n        \"post_id\": 6480025,\n        \"post_name\": \"This is a test for API\",\n        \"post_slug\": \"this-is-a-test-for-api\",\n        \"space_id\": 693100,\n        \"space_slug\": \"api-test-only\",\n        \"community_id\": 11111,\n        \"parent_comment_id\": null,\n        \"flagged_for_approval_at\": null,\n        \"created_at\": \"2023-05-17T08:53:30.057Z\",\n        \"topic_id\": 6480025,\n        \"topic_name\": \"This is a test for API\",\n        \"likes_count\": 0,\n        \"user_posts_count\": 2,\n        \"user_topics_count\": 2,\n        \"user_likes_count\": 0,\n        \"user_comments_count\": 2\n    }\n]"}],"_postman_id":"2e741fe6-8f1b-4a5c-b2fd-014ef5f93658"},{"name":"Show","id":"01d00376-f394-44b2-8327-7eee4539ad85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":"{{host}}/api/v1/comments/:id?community_id=5","description":"<p>Retrieve a specific comment given its ID.</p>\n","urlObject":{"path":["api","v1","comments",":id"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"}],"variable":[{"type":"any","value":"199","key":"id"}]}},"response":[{"id":"04221808-9529-4e69-a115-20d3778b20fe","name":"Show","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":{"raw":"{{host}}/api/v1/comments/:id?community_id=319","host":["{{host}}"],"path":["api","v1","comments",":id"],"query":[{"key":"community_id","value":"319"}],"variable":[{"key":"id","value":"1437371"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Sep 2021 20:47:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"ETag","value":"W/\"47f5d4a3b4590851bd8601ba72813d80\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"ahoy_visit=1d4515d3-4cba-4702-bbef-b90649ebf5ab; domain=.circle.so; path=/; expires=Wed, 29 Sep 2021 20:52:11 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"b2d890f11dc7f57544b1871fe843d157"},{"key":"X-Runtime","value":"0.091766"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"696810b34e1957bb-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1437371,\n    \"body\": {\n        \"id\": 2063857,\n        \"name\": \"body\",\n        \"body\": \"<div><!--block-->sdfdsfsdfsdfsdfds</div>\",\n        \"record_type\": \"Comment\",\n        \"record_id\": 1437371,\n        \"created_at\": \"2021-04-13T20:20:59.000Z\",\n        \"updated_at\": \"2021-04-13T20:20:59.000Z\"\n    },\n    \"user_id\": 42240,\n    \"user_name\": \"Rakesh Khicher\",\n    \"user_email\": \"rakesh@saeloun.com\",\n    \"likes_count\": 0,\n    \"user_avatar_url\": \"https://app.circle.so/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBNzR5QlE9PSIsImV4cCI6bnVsbCwicHVyIjoiYmxvYl9pZCJ9fQ==--8585dcc27e82033fefb93409e115e9f8dd228d57/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCem9MWm05eWJXRjBTU0lJY0c1bkJqb0dSVlE2RkhKbGMybDZaVjkwYjE5c2FXMXBkRnNIYVFJc0FXa0NMQUU9IiwiZXhwIjpudWxsLCJwdXIiOiJ2YXJpYXRpb24ifX0=--303343140e2172dc8c24fca3ba2b0156e869f191/rakesh2.png\",\n    \"url\": \"https://my-testing.circle.so/c/general1/pinned-topic-check#comment_wrapper_1437371\",\n    \"user_posts_count\": 35,\n    \"user_topics_count\": 35,\n    \"user_likes_count\": 1,\n    \"user_comments_count\": 15,\n    \"post_id\": 58740,\n    \"post_name\": \"Pinned Topic Check\",\n    \"post_slug\": \"pinned-topic-check\",\n    \"space_id\": 1802,\n    \"space_slug\": \"general1\",\n    \"community_id\": 319,\n    \"parent_comment_id\": null,\n    \"flagged_for_approval_at\": null,\n    \"created_at\": \"2021-04-13T20:20:59.000Z\",\n    \"topic_id\": 58740,\n    \"topic_name\": \"Pinned Topic Check\"\n}"}],"_postman_id":"01d00376-f394-44b2-8327-7eee4539ad85"},{"name":"Create","id":"4cb2eea1-6832-4ffc-8614-078b88dee4e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":"{{host}}/api/v1/comments?community_id=5&space_id=1&post_id=14&body=Looks cool!&created_at=2021-05-25T13:49:19.212Z &updated_at=2021-05-25T13:49:19.212Z ","description":"<p>Create a new post in a space.</p>\n","urlObject":{"path":["api","v1","comments"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"},{"key":"space_id","value":"1"},{"description":{"content":"<p>optional</p>\n","type":"text/plain"},"key":"post_id","value":"14"},{"key":"body","value":"Looks cool!"},{"disabled":true,"description":{"content":"<p>optional email of the community member to post from - will default to admin if empty</p>\n","type":"text/plain"},"key":"user_email","value":"old@user.com"},{"disabled":true,"description":{"content":"<p>This is deprecated. Use post_id.</p>\n","type":"text/plain"},"key":"topic_id","value":"7"},{"disabled":true,"description":{"content":"<p>Default: false</p>\n","type":"text/plain"},"key":"skip_notifications","value":""},{"description":{"content":"<p>optional</p>\n","type":"text/plain"},"key":"created_at","value":"2021-05-25T13:49:19.212Z "},{"description":{"content":"<p>optional</p>\n","type":"text/plain"},"key":"updated_at","value":"2021-05-25T13:49:19.212Z "}],"variable":[]}},"response":[{"id":"723a06f6-2cb8-4110-acce-a8e91c63baab","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":{"raw":"https://app.circle.so/api/v1/comments?community_id=11111&space_id=6480263&post_id=6480025&body=Simply Amazing","protocol":"https","host":["app","circle","so"],"path":["api","v1","comments"],"query":[{"key":"community_id","value":"11111"},{"key":"space_id","value":"6480263"},{"key":"post_id","value":"6480025","description":"optional"},{"key":"body","value":"Simply Amazing"},{"description":"optional email of the community member to post from - will default to admin if empty","key":"user_email","value":"old@user.com","disabled":true},{"description":"This is deprecated. Use post_id.","key":"topic_id","value":"7","disabled":true},{"key":"skip_notifications","value":"","description":"Default: false","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 09:11:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"a0e731e1dab73656f4f25a93fbf9d903\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Security-Policy","value":""},{"key":"Set-Cookie","value":"ahoy_visit=630c806d-7966-4ceb-a211-7bc1c0e37700; path=/; expires=Thu, 18 May 2023 09:41:14 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"4807f5a6-1c2f-4157-86e8-b8bf7ee5b6b7"},{"key":"X-Runtime","value":"0.121181"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c92f8ba9aee05fd-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Comment created.\",\n    \"comment\": {\n        \"id\": 19251564,\n        \"body\": {\n            \"id\": 26214554,\n            \"name\": \"body\",\n            \"body\": \"Simply Amazing\",\n            \"record_type\": \"Comment\",\n            \"record_id\": 19251564,\n            \"created_at\": \"2023-05-18T09:11:14.000Z\",\n            \"updated_at\": \"2023-05-18T09:11:14.000Z\"\n        },\n        \"user_id\": 3111865,\n        \"user_name\": \"First Last\",\n        \"user_email\": \"member@circle.co\",\n        \"user_avatar_url\": \"https://secure.gravatar.com/avatar/e93c73a978c6e9d1ff35c5df93140295?default=404&secure=true&size=300\",\n        \"url\": \"https://app.circle.so/c/api-test-only/this-is-a-test-for-api#comment_wrapper_19251564\",\n        \"post_id\": 6480025,\n        \"post_name\": \"This is a test for API\",\n        \"post_slug\": \"this-is-a-test-for-api\",\n        \"space_id\": 693100,\n        \"space_slug\": \"api-test-only\",\n        \"community_id\": 11111,\n        \"parent_comment_id\": null,\n        \"flagged_for_approval_at\": null,\n        \"created_at\": \"2023-05-18T09:11:14.397Z\",\n        \"topic_id\": 6480025,\n        \"topic_name\": \"This is a test for API\",\n        \"likes_count\": 0,\n        \"user_posts_count\": 9,\n        \"user_topics_count\": 9,\n        \"user_likes_count\": 0,\n        \"user_comments_count\": 102\n    }\n}"}],"_postman_id":"4cb2eea1-6832-4ffc-8614-078b88dee4e2"},{"name":"Destroy","id":"3c79b0ca-47cc-48fa-99ce-ac7fe8e46162","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/comments/2?community_id=5","description":"<p>Delete a comment.</p>\n","urlObject":{"path":["api","v1","comments","2"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"}],"variable":[]}},"response":[{"id":"8f6eb1f1-f101-409b-8aac-78ec77199f1b","name":"Destroy","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":{"raw":"https://app.circle.so/api/v1/comments/19251564?community_id=11111","protocol":"https","host":["app","circle","so"],"path":["api","v1","comments","19251564"],"query":[{"key":"community_id","value":"11111"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 09:49:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"fe706ff1aeed3a6cba92d04a248ac108\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Security-Policy","value":""},{"key":"Set-Cookie","value":"ahoy_visit=ed190d0f-e4e3-410b-805e-592090cd1653; path=/; expires=Thu, 18 May 2023 10:19:56 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"f68ba3ae-fbcb-45ac-b7d9-d7ced7010252"},{"key":"X-Runtime","value":"0.103340"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c93316cef919c43-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"This comment has been removed from the post.\"\n}"}],"_postman_id":"3c79b0ca-47cc-48fa-99ce-ac7fe8e46162"}],"id":"42735bfd-805f-4d33-a1d4-2233faf2e625","description":"<p>The Comments API lets you retrieve, create, or delete comments in your community — on your own behalf or on behalf of other members.</p>\n","_postman_id":"42735bfd-805f-4d33-a1d4-2233faf2e625"},{"name":"Members","item":[{"name":"Index","id":"a1501d36-5e30-48f3-8934-c825256f31d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":"{{host}}/api/v1/community_members?sort=latest&per_page=2&page=1","description":"<p>Retrieve a set of members from your community. Uses per_page and page params to paginate results.</p>\n<p><strong>Response keys</strong></p>\n<ul>\n<li>sso_provider_user_id:<ul>\n<li><p>Only applicable to communities which using SSO to login.</p>\n</li>\n<li><p>It is the unique identifier or user id sent by the SSO provider as part of the user info response.</p>\n</li>\n<li><p>It can still be null if the member has never logged into circle yet.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["api","v1","community_members"],"host":["{{host}}"],"query":[{"description":{"content":"<p>other option: oldest, Default: latest</p>\n","type":"text/plain"},"key":"sort","value":"latest"},{"description":{"content":"<p>Default: 10, Max: 100</p>\n","type":"text/plain"},"key":"per_page","value":"2"},{"description":{"content":"<p>Default: 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>One of: active(default), inactive, all\nactive means members who have logged in atleast once and confirmed thier profile on circle.</p>\n","type":"text/plain"},"key":"status","value":"active"}],"variable":[]}},"response":[{"id":"fae8d4ae-11d9-44e7-8573-02ed614bd86c","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":{"raw":"https://app.circle.so/api/v1/community_members?sort=latest&per_page=2&page=1","protocol":"https","host":["app","circle","so"],"path":["api","v1","community_members"],"query":[{"key":"sort","value":"latest","description":"other option: oldest, Default: latest"},{"key":"per_page","value":"2","description":"Default: 10, Max: 100"},{"key":"page","value":"1","description":"Default: 1"},{"key":"status","value":"active","description":"One of: active(default), inactive, all\nactive means members who have logged in atleast once and confirmed thier profile on circle.","type":"default","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-bullet-console-text","value":"[\"user: puneetsutar\\nUSE eager loading detected\\n  CommunityMember =\\u003e [:avatar_attachment]\\n  Add to your query: .includes([:avatar_attachment])\\nCall stack\\n  /Users/puneetsutar/workspace/circle/app/helpers/user_helper.rb:7:in `generate_avatar_url'\\n  /Users/puneetsutar/workspace/circle/app/helpers/user_helper.rb:19:in `avatar_url_for'\\n  /Users/puneetsutar/workspace/circle/app/models/community_member.rb:190:in `as_json'\\n  /Users/puneetsutar/workspace/circle/app/controllers/api/v1/community_members_controller.rb:9:in `index'\\n\\n\",\"user: puneetsutar\\nAVOID eager loading detected\\n  User =\\u003e [:avatar_attachment]\\n  Remove from your query: .includes([:avatar_attachment])\\nCall stack\\n\\n\"]"},{"key":"ETag","value":"W/\"0d5f1b35cbdcf26e47074d1b89b042d9\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"ahoy_visit=bfbd208a-0068-46e8-9d0a-a1f59c3572fe; domain=.sso-test.com; path=/; expires=Sat, 12 Mar 2022 00:48:00 GMT; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; SameSite=None"},{"key":"X-Request-Id","value":"d6d2008b-4060-427f-b867-04a56eb221fe"},{"key":"X-Runtime","value":"1.633387"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[{\n    \"id\": 10117090,\n    \"first_name\": \"First\",\n    \"last_name\": \"Last\",\n    \"headline\": \"World Class Athlete\",\n    \"bio\": \"Runner\",\n    \"created_at\": \"2023-05-19T08:31:00.721Z\",\n    \"updated_at\": \"2023-05-19T08:58:00.347Z\",\n    \"community_id\": 11111,\n    \"last_seen_at\": \"2023-05-19T08:44:01.000Z\",\n    \"profile_url\": \"https://app.circle.so/u/195c6c33\",\n    \"public_uid\": \"195c6c33\",\n    \"profile_fields\": [\n        {\n            \"id\": 108379,\n            \"label\": \"Test field\",\n            \"field_type\": \"text\",\n            \"key\": \"test_field\",\n            \"placeholder\": \"\",\n            \"description\": \"\",\n            \"required\": false,\n            \"platform_field\": false,\n            \"created_at\": \"2022-10-19T17:11:56.373Z\",\n            \"updated_at\": \"2022-10-19T17:11:56.373Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089014,\n                \"text\": \"\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.756Z\",\n                \"updated_at\": \"2023-05-19T08:44:29.756Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308484,\n                    \"name\": \"edit_profile\",\n                    \"position\": 2,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-19T17:11:56.383Z\",\n                    \"updated_at\": \"2023-01-06T06:30:01.717Z\"\n                },\n                {\n                    \"id\": 308485,\n                    \"name\": \"profile_view\",\n                    \"position\": 2,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-19T17:11:56.385Z\",\n                    \"updated_at\": \"2022-11-02T16:12:14.490Z\"\n                },\n                {\n                    \"id\": 308483,\n                    \"name\": \"signup\",\n                    \"position\": 2,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-19T17:11:56.377Z\",\n                    \"updated_at\": \"2023-03-28T14:36:08.628Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108431,\n            \"label\": \"Bio\",\n            \"field_type\": \"textarea\",\n            \"key\": \"bio\",\n            \"placeholder\": \"Tell us a bit about yourself\",\n            \"description\": \"A short bio about yourself\",\n            \"required\": false,\n            \"platform_field\": true,\n            \"created_at\": \"2022-10-22T15:52:27.989Z\",\n            \"updated_at\": \"2022-10-22T15:52:27.989Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089017,\n                \"text\": null,\n                \"textarea\": \"Runner\",\n                \"created_at\": \"2023-05-19T08:44:29.796Z\",\n                \"updated_at\": \"2023-05-19T08:58:00.206Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308640,\n                    \"name\": \"edit_profile\",\n                    \"position\": 5,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:27.992Z\",\n                    \"updated_at\": \"2023-01-06T06:29:56.641Z\"\n                },\n                {\n                    \"id\": 308641,\n                    \"name\": \"profile_view\",\n                    \"position\": 1,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:27.994Z\",\n                    \"updated_at\": \"2022-10-22T15:52:27.994Z\"\n                },\n                {\n                    \"id\": 308639,\n                    \"name\": \"signup\",\n                    \"position\": 5,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:27.991Z\",\n                    \"updated_at\": \"2023-04-26T02:50:22.035Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108432,\n            \"label\": \"Location\",\n            \"field_type\": \"text\",\n            \"key\": \"location\",\n            \"placeholder\": \"Add your location\",\n            \"description\": \"Your location\",\n            \"required\": false,\n            \"platform_field\": true,\n            \"created_at\": \"2022-10-22T15:52:28.014Z\",\n            \"updated_at\": \"2022-10-22T15:52:28.014Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089013,\n                \"text\": \"New York\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.734Z\",\n                \"updated_at\": \"2023-05-19T08:58:00.236Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308643,\n                    \"name\": \"edit_profile\",\n                    \"position\": 1,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.017Z\",\n                    \"updated_at\": \"2023-01-06T06:30:01.712Z\"\n                },\n                {\n                    \"id\": 308644,\n                    \"name\": \"profile_view\",\n                    \"position\": 3,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.019Z\",\n                    \"updated_at\": \"2022-11-02T16:12:14.502Z\"\n                },\n                {\n                    \"id\": 308642,\n                    \"name\": \"signup\",\n                    \"position\": 1,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.016Z\",\n                    \"updated_at\": \"2023-03-28T14:36:08.617Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108433,\n            \"label\": \"Website\",\n            \"field_type\": \"link\",\n            \"key\": \"website\",\n            \"placeholder\": \"Add your website\",\n            \"description\": \"Your website URL\",\n            \"required\": false,\n            \"platform_field\": true,\n            \"created_at\": \"2022-10-22T15:52:28.041Z\",\n            \"updated_at\": \"2022-10-22T15:52:28.041Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089192,\n                \"text\": \"https://my-blog.com/website\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:58:00.250Z\",\n                \"updated_at\": \"2023-05-19T08:58:00.250Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308646,\n                    \"name\": \"edit_profile\",\n                    \"position\": 3,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.045Z\",\n                    \"updated_at\": \"2023-01-06T06:29:56.634Z\"\n                },\n                {\n                    \"id\": 308647,\n                    \"name\": \"profile_view\",\n                    \"position\": 9,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.046Z\",\n                    \"updated_at\": \"2022-11-28T17:31:12.680Z\"\n                },\n                {\n                    \"id\": 308645,\n                    \"name\": \"signup\",\n                    \"position\": 18,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.043Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.705Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108434,\n            \"label\": \"Twitter URL\",\n            \"field_type\": \"link\",\n            \"key\": \"twitter_url\",\n            \"placeholder\": \"Add your Twitter URL\",\n            \"description\": \"Your Twitter URL\",\n            \"required\": false,\n            \"platform_field\": true,\n            \"created_at\": \"2022-10-22T15:52:28.068Z\",\n            \"updated_at\": \"2022-10-22T15:52:28.068Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089021,\n                \"text\": \"https://twitter.com/username\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.825Z\",\n                \"updated_at\": \"2023-05-19T08:58:00.245Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308649,\n                    \"name\": \"edit_profile\",\n                    \"position\": 4,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.074Z\",\n                    \"updated_at\": \"2023-01-06T06:29:56.638Z\"\n                },\n                {\n                    \"id\": 308650,\n                    \"name\": \"profile_view\",\n                    \"position\": 4,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.075Z\",\n                    \"updated_at\": \"2022-10-22T15:52:28.075Z\"\n                },\n                {\n                    \"id\": 308648,\n                    \"name\": \"signup\",\n                    \"position\": 9,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.070Z\",\n                    \"updated_at\": \"2023-04-26T02:50:22.049Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108435,\n            \"label\": \"Facebook URL\",\n            \"field_type\": \"link\",\n            \"key\": \"facebook_url\",\n            \"placeholder\": \"Add your Facebook URL\",\n            \"description\": \"Your Facebook URL\",\n            \"required\": false,\n            \"platform_field\": true,\n            \"created_at\": \"2022-10-22T15:52:28.102Z\",\n            \"updated_at\": \"2022-10-22T15:52:28.102Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089015,\n                \"text\": \"https://facebook.com/username\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.758Z\",\n                \"updated_at\": \"2023-05-19T08:58:00.211Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308652,\n                    \"name\": \"edit_profile\",\n                    \"position\": 6,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.107Z\",\n                    \"updated_at\": \"2022-11-03T13:43:58.920Z\"\n                },\n                {\n                    \"id\": 308653,\n                    \"name\": \"profile_view\",\n                    \"position\": 5,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.108Z\",\n                    \"updated_at\": \"2022-10-22T15:52:28.108Z\"\n                },\n                {\n                    \"id\": 308651,\n                    \"name\": \"signup\",\n                    \"position\": 3,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.105Z\",\n                    \"updated_at\": \"2023-03-28T14:36:08.636Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108436,\n            \"label\": \"Instagram URL\",\n            \"field_type\": \"link\",\n            \"key\": \"instagram_url\",\n            \"placeholder\": \"Add your Instagram URL\",\n            \"description\": \"Your Instagram URL\",\n            \"required\": false,\n            \"platform_field\": true,\n            \"created_at\": \"2022-10-22T15:52:28.171Z\",\n            \"updated_at\": \"2022-10-22T15:52:28.171Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089023,\n                \"text\": \"https://instagram.com/username\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.848Z\",\n                \"updated_at\": \"2023-05-19T08:58:00.217Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308655,\n                    \"name\": \"edit_profile\",\n                    \"position\": 7,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.176Z\",\n                    \"updated_at\": \"2022-11-03T13:43:58.929Z\"\n                },\n                {\n                    \"id\": 308656,\n                    \"name\": \"profile_view\",\n                    \"position\": 6,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.177Z\",\n                    \"updated_at\": \"2022-10-22T15:52:28.177Z\"\n                },\n                {\n                    \"id\": 308654,\n                    \"name\": \"signup\",\n                    \"position\": 13,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.174Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.687Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108437,\n            \"label\": \"Linkedin URL\",\n            \"field_type\": \"link\",\n            \"key\": \"linkedin_url\",\n            \"placeholder\": \"Add your LinkedIn URL\",\n            \"description\": \"Your LinkedIn URL\",\n            \"required\": false,\n            \"platform_field\": true,\n            \"created_at\": \"2022-10-22T15:52:28.202Z\",\n            \"updated_at\": \"2022-10-22T15:52:28.202Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089016,\n                \"text\": \"https://linkedin.com/username\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.782Z\",\n                \"updated_at\": \"2023-05-19T08:58:00.226Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308658,\n                    \"name\": \"edit_profile\",\n                    \"position\": 8,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.206Z\",\n                    \"updated_at\": \"2022-11-03T13:43:58.935Z\"\n                },\n                {\n                    \"id\": 308659,\n                    \"name\": \"profile_view\",\n                    \"position\": 8,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.208Z\",\n                    \"updated_at\": \"2022-11-28T17:31:12.676Z\"\n                },\n                {\n                    \"id\": 308657,\n                    \"name\": \"signup\",\n                    \"position\": 4,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.204Z\",\n                    \"updated_at\": \"2023-03-28T14:36:08.646Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108438,\n            \"label\": \"Profession\",\n            \"field_type\": \"text\",\n            \"key\": \"profession\",\n            \"placeholder\": \"Add your profession\",\n            \"description\": \"Your profession\",\n            \"required\": false,\n            \"platform_field\": false,\n            \"created_at\": \"2022-10-22T15:52:28.230Z\",\n            \"updated_at\": \"2022-11-03T13:53:25.992Z\",\n            \"community_member_profile_field\": null,\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308661,\n                    \"name\": \"edit_profile\",\n                    \"position\": 16,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.234Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.482Z\"\n                },\n                {\n                    \"id\": 308662,\n                    \"name\": \"profile_view\",\n                    \"position\": 16,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.236Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.600Z\"\n                },\n                {\n                    \"id\": 308660,\n                    \"name\": \"signup\",\n                    \"position\": 15,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.233Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.694Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108439,\n            \"label\": \"Birthday\",\n            \"field_type\": \"text\",\n            \"key\": \"birthday\",\n            \"placeholder\": \"Add your birthday\",\n            \"description\": \"Your birthday\",\n            \"required\": false,\n            \"platform_field\": false,\n            \"created_at\": \"2022-10-22T15:52:28.262Z\",\n            \"updated_at\": \"2022-10-22T15:52:28.262Z\",\n            \"community_member_profile_field\": null,\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308664,\n                    \"name\": \"edit_profile\",\n                    \"position\": 17,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.265Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.486Z\"\n                },\n                {\n                    \"id\": 308665,\n                    \"name\": \"profile_view\",\n                    \"position\": 17,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.267Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.604Z\"\n                },\n                {\n                    \"id\": 308663,\n                    \"name\": \"signup\",\n                    \"position\": 16,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.264Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.698Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108440,\n            \"label\": \"Company\",\n            \"field_type\": \"text\",\n            \"key\": \"company\",\n            \"placeholder\": \"Add your company\",\n            \"description\": \"Your company\",\n            \"required\": false,\n            \"platform_field\": false,\n            \"created_at\": \"2022-10-22T15:52:28.303Z\",\n            \"updated_at\": \"2022-10-22T15:52:28.303Z\",\n            \"community_member_profile_field\": null,\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308667,\n                    \"name\": \"edit_profile\",\n                    \"position\": 18,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.309Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.490Z\"\n                },\n                {\n                    \"id\": 308668,\n                    \"name\": \"profile_view\",\n                    \"position\": 18,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.311Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.609Z\"\n                },\n                {\n                    \"id\": 308666,\n                    \"name\": \"signup\",\n                    \"position\": 17,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.305Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.701Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 703662,\n            \"label\": \"Favorite Color\",\n            \"field_type\": \"checkbox\",\n            \"key\": \"favorite_color\",\n            \"placeholder\": \"\",\n            \"description\": \"\",\n            \"required\": true,\n            \"platform_field\": false,\n            \"created_at\": \"2022-11-03T18:56:16.037Z\",\n            \"updated_at\": \"2022-11-03T18:56:16.037Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089018,\n                \"text\": null,\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.812Z\",\n                \"updated_at\": \"2023-05-19T08:44:29.812Z\",\n                \"community_member_choices\": [\n                    {\n                        \"id\": 136837,\n                        \"profile_field_choice\": {\n                            \"id\": 21,\n                            \"value\": \"Blue\"\n                        }\n                    }\n                ]\n            },\n            \"number_options\": null,\n            \"choices\": [\n                {\n                    \"id\": 21,\n                    \"value\": \"Blue\"\n                },\n                {\n                    \"id\": 22,\n                    \"value\": \"Red\"\n                },\n                {\n                    \"id\": 23,\n                    \"value\": \"Purple\"\n                }\n            ],\n            \"pages\": [\n                {\n                    \"id\": 2094332,\n                    \"name\": \"edit_profile\",\n                    \"position\": 14,\n                    \"visible\": true,\n                    \"created_at\": \"2022-11-03T18:56:16.048Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.474Z\"\n                },\n                {\n                    \"id\": 2094333,\n                    \"name\": \"profile_view\",\n                    \"position\": 7,\n                    \"visible\": true,\n                    \"created_at\": \"2022-11-03T18:56:16.053Z\",\n                    \"updated_at\": \"2022-11-28T17:31:12.672Z\"\n                },\n                {\n                    \"id\": 2094331,\n                    \"name\": \"signup\",\n                    \"position\": 6,\n                    \"visible\": true,\n                    \"created_at\": \"2022-11-03T18:56:16.042Z\",\n                    \"updated_at\": \"2023-04-26T02:50:22.039Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 703663,\n            \"label\": \"Pick a number\",\n            \"field_type\": \"number\",\n            \"key\": \"pick_a_number\",\n            \"placeholder\": \"\",\n            \"description\": \"\",\n            \"required\": true,\n            \"platform_field\": false,\n            \"created_at\": \"2022-11-03T18:57:06.481Z\",\n            \"updated_at\": \"2022-11-03T18:57:06.481Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089019,\n                \"text\": \"1\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.819Z\",\n                \"updated_at\": \"2023-05-19T08:44:29.819Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": {\n                \"id\": 13,\n                \"format\": \"number\",\n                \"decimal\": 0,\n                \"position\": \"right\",\n                \"text\": \"\"\n            },\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 2094335,\n                    \"name\": \"edit_profile\",\n                    \"position\": 9,\n                    \"visible\": true,\n                    \"created_at\": \"2022-11-03T18:57:06.514Z\",\n                    \"updated_at\": \"2022-11-03T19:18:01.332Z\"\n                },\n                {\n                    \"id\": 2094336,\n                    \"name\": \"profile_view\",\n                    \"position\": 10,\n                    \"visible\": true,\n                    \"created_at\": \"2022-11-03T18:57:06.524Z\",\n                    \"updated_at\": \"2022-11-03T18:57:06.524Z\"\n                },\n                {\n                    \"id\": 2094334,\n                    \"name\": \"signup\",\n                    \"position\": 7,\n                    \"visible\": true,\n                    \"created_at\": \"2022-11-03T18:57:06.492Z\",\n                    \"updated_at\": \"2023-04-26T02:50:22.042Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 769625,\n            \"label\": \"TEST FOR HARVARD\",\n            \"field_type\": \"select\",\n            \"key\": \"test_for_harvard\",\n            \"placeholder\": \"\",\n            \"description\": \"\",\n            \"required\": false,\n            \"platform_field\": false,\n            \"created_at\": \"2022-12-12T16:30:20.744Z\",\n            \"updated_at\": \"2022-12-12T16:30:20.744Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089022,\n                \"text\": null,\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.845Z\",\n                \"updated_at\": \"2023-05-19T08:44:29.845Z\",\n                \"community_member_choices\": [\n                    {\n                        \"id\": 136839,\n                        \"profile_field_choice\": {\n                            \"id\": 678,\n                            \"value\": \"f31\"\n                        }\n                    }\n                ]\n            },\n            \"number_options\": null,\n            \"choices\": [\n                {\n                    \"id\": 675,\n                    \"value\": \"43134\"\n                },\n                {\n                    \"id\": 676,\n                    \"value\": \"r431\"\n                },\n                {\n                    \"id\": 677,\n                    \"value\": \"f431\"\n                },\n                {\n                    \"id\": 678,\n                    \"value\": \"f31\"\n                }\n            ],\n            \"pages\": [\n                {\n                    \"id\": 2292221,\n                    \"name\": \"edit_profile\",\n                    \"position\": 11,\n                    \"visible\": true,\n                    \"created_at\": \"2022-12-12T16:30:20.929Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.464Z\"\n                },\n                {\n                    \"id\": 2292222,\n                    \"name\": \"profile_view\",\n                    \"position\": 15,\n                    \"visible\": false,\n                    \"created_at\": \"2022-12-12T16:30:20.991Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.595Z\"\n                },\n                {\n                    \"id\": 2292220,\n                    \"name\": \"signup\",\n                    \"position\": 10,\n                    \"visible\": true,\n                    \"created_at\": \"2022-12-12T16:30:20.873Z\",\n                    \"updated_at\": \"2023-04-26T03:18:23.795Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 791934,\n            \"label\": \"Education qualification\",\n            \"field_type\": \"select\",\n            \"key\": \"education_qualification\",\n            \"placeholder\": \"\",\n            \"description\": \"This field is to give information on your education qualifications, select an option from below that matches your degree\",\n            \"required\": true,\n            \"platform_field\": false,\n            \"created_at\": \"2023-01-06T06:28:53.883Z\",\n            \"updated_at\": \"2023-02-27T20:03:37.385Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089020,\n                \"text\": null,\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.821Z\",\n                \"updated_at\": \"2023-05-19T08:44:29.821Z\",\n                \"community_member_choices\": [\n                    {\n                        \"id\": 136838,\n                        \"profile_field_choice\": {\n                            \"id\": 770,\n                            \"value\": \"PG\"\n                        }\n                    }\n                ]\n            },\n            \"number_options\": null,\n            \"choices\": [\n                {\n                    \"id\": 768,\n                    \"value\": \"Bachelors\"\n                },\n                {\n                    \"id\": 769,\n                    \"value\": \"Masters\"\n                },\n                {\n                    \"id\": 770,\n                    \"value\": \"PG\"\n                },\n                {\n                    \"id\": 771,\n                    \"value\": \"Doctor\"\n                }\n            ],\n            \"pages\": [\n                {\n                    \"id\": 2359148,\n                    \"name\": \"edit_profile\",\n                    \"position\": 13,\n                    \"visible\": true,\n                    \"created_at\": \"2023-01-06T06:28:53.901Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.470Z\"\n                },\n                {\n                    \"id\": 2359149,\n                    \"name\": \"profile_view\",\n                    \"position\": 12,\n                    \"visible\": true,\n                    \"created_at\": \"2023-01-06T06:28:53.906Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.581Z\"\n                },\n                {\n                    \"id\": 2359147,\n                    \"name\": \"signup\",\n                    \"position\": 8,\n                    \"visible\": true,\n                    \"created_at\": \"2023-01-06T06:28:53.893Z\",\n                    \"updated_at\": \"2023-04-26T02:50:22.046Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 856028,\n            \"label\": \"Test Field 1\",\n            \"field_type\": \"textarea\",\n            \"key\": \"test_field_1\",\n            \"placeholder\": \"\",\n            \"description\": \"\",\n            \"required\": false,\n            \"platform_field\": false,\n            \"created_at\": \"2023-02-28T11:43:34.574Z\",\n            \"updated_at\": \"2023-02-28T11:43:34.574Z\",\n            \"community_member_profile_field\": null,\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 2551385,\n                    \"name\": \"edit_profile\",\n                    \"position\": 15,\n                    \"visible\": false,\n                    \"created_at\": \"2023-02-28T11:43:34.599Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.477Z\"\n                },\n                {\n                    \"id\": 2551386,\n                    \"name\": \"profile_view\",\n                    \"position\": 14,\n                    \"visible\": false,\n                    \"created_at\": \"2023-02-28T11:43:34.617Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.590Z\"\n                },\n                {\n                    \"id\": 2551384,\n                    \"name\": \"signup\",\n                    \"position\": 14,\n                    \"visible\": false,\n                    \"created_at\": \"2023-02-28T11:43:34.579Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.690Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 958776,\n            \"label\": \"Headline\",\n            \"field_type\": \"text\",\n            \"key\": \"headline\",\n            \"placeholder\": \"Designer etc\",\n            \"description\": \"\",\n            \"required\": false,\n            \"platform_field\": false,\n            \"created_at\": \"2023-05-18T08:47:12.418Z\",\n            \"updated_at\": \"2023-05-18T08:47:12.418Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089024,\n                \"text\": \"\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.860Z\",\n                \"updated_at\": \"2023-05-19T08:44:29.860Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 2859602,\n                    \"name\": \"edit_profile\",\n                    \"position\": 15,\n                    \"visible\": true,\n                    \"created_at\": \"2023-05-18T08:47:12.424Z\",\n                    \"updated_at\": \"2023-05-18T08:47:12.424Z\"\n                },\n                {\n                    \"id\": 2859603,\n                    \"name\": \"profile_view\",\n                    \"position\": 13,\n                    \"visible\": true,\n                    \"created_at\": \"2023-05-18T08:47:12.429Z\",\n                    \"updated_at\": \"2023-05-18T08:47:12.429Z\"\n                },\n                {\n                    \"id\": 2859601,\n                    \"name\": \"signup\",\n                    \"position\": 14,\n                    \"visible\": true,\n                    \"created_at\": \"2023-05-18T08:47:12.419Z\",\n                    \"updated_at\": \"2023-05-18T08:47:12.419Z\"\n                }\n            ]\n        }\n    ],\n    \"avatar_url\": \"https://secure.gravatar.com/avatar/8eeb3248d7291a3db6cea4d793a2c005?default=blank&secure=true&size=300\",\n    \"user_id\": 9151477,\n    \"name\": \"First Last\",\n    \"email\": \"member@circle.so\",\n    \"topics_count\": 0,\n    \"posts_count\": 0,\n    \"comments_count\": 0,\n    \"location\": \"New York\",\n    \"website_url\": \"https://my-blog.com/website\",\n    \"instagram_url\": \"https://instagram.com/username\",\n    \"twitter_url\": \"https://twitter.com/username\",\n    \"linkedin_url\": \"https://linkedin.com/username\",\n    \"facebook_url\": \"https://facebook.com/username\",\n    \"accepted_invitation\": \"2023-05-19 08:43:59 UTC\",\n    \"active\": true,\n    \"sso_provider_user_id\": null,\n    \"member_tags\": [\n        {\n            \"name\": \"eye\",\n            \"id\": 9001\n        }\n    ]\n}]"}],"_postman_id":"a1501d36-5e30-48f3-8934-c825256f31d7"},{"name":"Show","id":"234e7550-4a81-41a0-b9e4-5d1b4d9bd246","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/community_members/:id?community_id=5","description":"<p>Retrieve a specific member from your community, given an ID.</p>\n","urlObject":{"path":["api","v1","community_members",":id"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"}],"variable":[{"type":"any","value":"2639","key":"id"}]}},"response":[{"id":"075cfb6c-7aa1-4d0a-ab78-0565f9b89c5e","name":"Show","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.circle.so/api/v1/community_members/:id?community_id=1","protocol":"https","host":["app","circle","so"],"path":["api","v1","community_members",":id"],"query":[{"key":"community_id","value":"1"}],"variable":[{"key":"id","value":"2639"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 10117090,\n    \"first_name\": \"First\",\n    \"last_name\": \"Last\",\n    \"headline\": \"World Class Athlete\",\n    \"bio\": \"Runner\",\n    \"created_at\": \"2023-05-19T08:31:00.721Z\",\n    \"updated_at\": \"2023-05-19T08:58:00.347Z\",\n    \"community_id\": 11111,\n    \"last_seen_at\": \"2023-05-19T08:44:01.000Z\",\n    \"profile_url\": \"https://app.circle.so/u/195c6c33\",\n    \"public_uid\": \"195c6c33\",\n    \"profile_fields\": [\n        {\n            \"id\": 108379,\n            \"label\": \"Test field\",\n            \"field_type\": \"text\",\n            \"key\": \"test_field\",\n            \"placeholder\": \"\",\n            \"description\": \"\",\n            \"required\": false,\n            \"platform_field\": false,\n            \"created_at\": \"2022-10-19T17:11:56.373Z\",\n            \"updated_at\": \"2022-10-19T17:11:56.373Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089014,\n                \"text\": \"\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.756Z\",\n                \"updated_at\": \"2023-05-19T08:44:29.756Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308484,\n                    \"name\": \"edit_profile\",\n                    \"position\": 2,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-19T17:11:56.383Z\",\n                    \"updated_at\": \"2023-01-06T06:30:01.717Z\"\n                },\n                {\n                    \"id\": 308485,\n                    \"name\": \"profile_view\",\n                    \"position\": 2,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-19T17:11:56.385Z\",\n                    \"updated_at\": \"2022-11-02T16:12:14.490Z\"\n                },\n                {\n                    \"id\": 308483,\n                    \"name\": \"signup\",\n                    \"position\": 2,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-19T17:11:56.377Z\",\n                    \"updated_at\": \"2023-03-28T14:36:08.628Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108431,\n            \"label\": \"Bio\",\n            \"field_type\": \"textarea\",\n            \"key\": \"bio\",\n            \"placeholder\": \"Tell us a bit about yourself\",\n            \"description\": \"A short bio about yourself\",\n            \"required\": false,\n            \"platform_field\": true,\n            \"created_at\": \"2022-10-22T15:52:27.989Z\",\n            \"updated_at\": \"2022-10-22T15:52:27.989Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089017,\n                \"text\": null,\n                \"textarea\": \"Runner\",\n                \"created_at\": \"2023-05-19T08:44:29.796Z\",\n                \"updated_at\": \"2023-05-19T08:58:00.206Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308640,\n                    \"name\": \"edit_profile\",\n                    \"position\": 5,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:27.992Z\",\n                    \"updated_at\": \"2023-01-06T06:29:56.641Z\"\n                },\n                {\n                    \"id\": 308641,\n                    \"name\": \"profile_view\",\n                    \"position\": 1,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:27.994Z\",\n                    \"updated_at\": \"2022-10-22T15:52:27.994Z\"\n                },\n                {\n                    \"id\": 308639,\n                    \"name\": \"signup\",\n                    \"position\": 5,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:27.991Z\",\n                    \"updated_at\": \"2023-04-26T02:50:22.035Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108432,\n            \"label\": \"Location\",\n            \"field_type\": \"text\",\n            \"key\": \"location\",\n            \"placeholder\": \"Add your location\",\n            \"description\": \"Your location\",\n            \"required\": false,\n            \"platform_field\": true,\n            \"created_at\": \"2022-10-22T15:52:28.014Z\",\n            \"updated_at\": \"2022-10-22T15:52:28.014Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089013,\n                \"text\": \"New York\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.734Z\",\n                \"updated_at\": \"2023-05-19T08:58:00.236Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308643,\n                    \"name\": \"edit_profile\",\n                    \"position\": 1,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.017Z\",\n                    \"updated_at\": \"2023-01-06T06:30:01.712Z\"\n                },\n                {\n                    \"id\": 308644,\n                    \"name\": \"profile_view\",\n                    \"position\": 3,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.019Z\",\n                    \"updated_at\": \"2022-11-02T16:12:14.502Z\"\n                },\n                {\n                    \"id\": 308642,\n                    \"name\": \"signup\",\n                    \"position\": 1,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.016Z\",\n                    \"updated_at\": \"2023-03-28T14:36:08.617Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108433,\n            \"label\": \"Website\",\n            \"field_type\": \"link\",\n            \"key\": \"website\",\n            \"placeholder\": \"Add your website\",\n            \"description\": \"Your website URL\",\n            \"required\": false,\n            \"platform_field\": true,\n            \"created_at\": \"2022-10-22T15:52:28.041Z\",\n            \"updated_at\": \"2022-10-22T15:52:28.041Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089192,\n                \"text\": \"https://my-blog.com/website\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:58:00.250Z\",\n                \"updated_at\": \"2023-05-19T08:58:00.250Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308646,\n                    \"name\": \"edit_profile\",\n                    \"position\": 3,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.045Z\",\n                    \"updated_at\": \"2023-01-06T06:29:56.634Z\"\n                },\n                {\n                    \"id\": 308647,\n                    \"name\": \"profile_view\",\n                    \"position\": 9,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.046Z\",\n                    \"updated_at\": \"2022-11-28T17:31:12.680Z\"\n                },\n                {\n                    \"id\": 308645,\n                    \"name\": \"signup\",\n                    \"position\": 18,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.043Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.705Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108434,\n            \"label\": \"Twitter URL\",\n            \"field_type\": \"link\",\n            \"key\": \"twitter_url\",\n            \"placeholder\": \"Add your Twitter URL\",\n            \"description\": \"Your Twitter URL\",\n            \"required\": false,\n            \"platform_field\": true,\n            \"created_at\": \"2022-10-22T15:52:28.068Z\",\n            \"updated_at\": \"2022-10-22T15:52:28.068Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089021,\n                \"text\": \"https://twitter.com/username\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.825Z\",\n                \"updated_at\": \"2023-05-19T08:58:00.245Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308649,\n                    \"name\": \"edit_profile\",\n                    \"position\": 4,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.074Z\",\n                    \"updated_at\": \"2023-01-06T06:29:56.638Z\"\n                },\n                {\n                    \"id\": 308650,\n                    \"name\": \"profile_view\",\n                    \"position\": 4,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.075Z\",\n                    \"updated_at\": \"2022-10-22T15:52:28.075Z\"\n                },\n                {\n                    \"id\": 308648,\n                    \"name\": \"signup\",\n                    \"position\": 9,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.070Z\",\n                    \"updated_at\": \"2023-04-26T02:50:22.049Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108435,\n            \"label\": \"Facebook URL\",\n            \"field_type\": \"link\",\n            \"key\": \"facebook_url\",\n            \"placeholder\": \"Add your Facebook URL\",\n            \"description\": \"Your Facebook URL\",\n            \"required\": false,\n            \"platform_field\": true,\n            \"created_at\": \"2022-10-22T15:52:28.102Z\",\n            \"updated_at\": \"2022-10-22T15:52:28.102Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089015,\n                \"text\": \"https://facebook.com/username\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.758Z\",\n                \"updated_at\": \"2023-05-19T08:58:00.211Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308652,\n                    \"name\": \"edit_profile\",\n                    \"position\": 6,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.107Z\",\n                    \"updated_at\": \"2022-11-03T13:43:58.920Z\"\n                },\n                {\n                    \"id\": 308653,\n                    \"name\": \"profile_view\",\n                    \"position\": 5,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.108Z\",\n                    \"updated_at\": \"2022-10-22T15:52:28.108Z\"\n                },\n                {\n                    \"id\": 308651,\n                    \"name\": \"signup\",\n                    \"position\": 3,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.105Z\",\n                    \"updated_at\": \"2023-03-28T14:36:08.636Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108436,\n            \"label\": \"Instagram URL\",\n            \"field_type\": \"link\",\n            \"key\": \"instagram_url\",\n            \"placeholder\": \"Add your Instagram URL\",\n            \"description\": \"Your Instagram URL\",\n            \"required\": false,\n            \"platform_field\": true,\n            \"created_at\": \"2022-10-22T15:52:28.171Z\",\n            \"updated_at\": \"2022-10-22T15:52:28.171Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089023,\n                \"text\": \"https://instagram.com/username\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.848Z\",\n                \"updated_at\": \"2023-05-19T08:58:00.217Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308655,\n                    \"name\": \"edit_profile\",\n                    \"position\": 7,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.176Z\",\n                    \"updated_at\": \"2022-11-03T13:43:58.929Z\"\n                },\n                {\n                    \"id\": 308656,\n                    \"name\": \"profile_view\",\n                    \"position\": 6,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.177Z\",\n                    \"updated_at\": \"2022-10-22T15:52:28.177Z\"\n                },\n                {\n                    \"id\": 308654,\n                    \"name\": \"signup\",\n                    \"position\": 13,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.174Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.687Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108437,\n            \"label\": \"Linkedin URL\",\n            \"field_type\": \"link\",\n            \"key\": \"linkedin_url\",\n            \"placeholder\": \"Add your LinkedIn URL\",\n            \"description\": \"Your LinkedIn URL\",\n            \"required\": false,\n            \"platform_field\": true,\n            \"created_at\": \"2022-10-22T15:52:28.202Z\",\n            \"updated_at\": \"2022-10-22T15:52:28.202Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089016,\n                \"text\": \"https://linkedin.com/username\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.782Z\",\n                \"updated_at\": \"2023-05-19T08:58:00.226Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308658,\n                    \"name\": \"edit_profile\",\n                    \"position\": 8,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.206Z\",\n                    \"updated_at\": \"2022-11-03T13:43:58.935Z\"\n                },\n                {\n                    \"id\": 308659,\n                    \"name\": \"profile_view\",\n                    \"position\": 8,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.208Z\",\n                    \"updated_at\": \"2022-11-28T17:31:12.676Z\"\n                },\n                {\n                    \"id\": 308657,\n                    \"name\": \"signup\",\n                    \"position\": 4,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.204Z\",\n                    \"updated_at\": \"2023-03-28T14:36:08.646Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108438,\n            \"label\": \"Profession\",\n            \"field_type\": \"text\",\n            \"key\": \"profession\",\n            \"placeholder\": \"Add your profession\",\n            \"description\": \"Your profession\",\n            \"required\": false,\n            \"platform_field\": false,\n            \"created_at\": \"2022-10-22T15:52:28.230Z\",\n            \"updated_at\": \"2022-11-03T13:53:25.992Z\",\n            \"community_member_profile_field\": null,\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308661,\n                    \"name\": \"edit_profile\",\n                    \"position\": 16,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.234Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.482Z\"\n                },\n                {\n                    \"id\": 308662,\n                    \"name\": \"profile_view\",\n                    \"position\": 16,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.236Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.600Z\"\n                },\n                {\n                    \"id\": 308660,\n                    \"name\": \"signup\",\n                    \"position\": 15,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.233Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.694Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108439,\n            \"label\": \"Birthday\",\n            \"field_type\": \"text\",\n            \"key\": \"birthday\",\n            \"placeholder\": \"Add your birthday\",\n            \"description\": \"Your birthday\",\n            \"required\": false,\n            \"platform_field\": false,\n            \"created_at\": \"2022-10-22T15:52:28.262Z\",\n            \"updated_at\": \"2022-10-22T15:52:28.262Z\",\n            \"community_member_profile_field\": null,\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308664,\n                    \"name\": \"edit_profile\",\n                    \"position\": 17,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.265Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.486Z\"\n                },\n                {\n                    \"id\": 308665,\n                    \"name\": \"profile_view\",\n                    \"position\": 17,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.267Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.604Z\"\n                },\n                {\n                    \"id\": 308663,\n                    \"name\": \"signup\",\n                    \"position\": 16,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.264Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.698Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108440,\n            \"label\": \"Company\",\n            \"field_type\": \"text\",\n            \"key\": \"company\",\n            \"placeholder\": \"Add your company\",\n            \"description\": \"Your company\",\n            \"required\": false,\n            \"platform_field\": false,\n            \"created_at\": \"2022-10-22T15:52:28.303Z\",\n            \"updated_at\": \"2022-10-22T15:52:28.303Z\",\n            \"community_member_profile_field\": null,\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308667,\n                    \"name\": \"edit_profile\",\n                    \"position\": 18,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.309Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.490Z\"\n                },\n                {\n                    \"id\": 308668,\n                    \"name\": \"profile_view\",\n                    \"position\": 18,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.311Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.609Z\"\n                },\n                {\n                    \"id\": 308666,\n                    \"name\": \"signup\",\n                    \"position\": 17,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.305Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.701Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 703662,\n            \"label\": \"Favorite Color\",\n            \"field_type\": \"checkbox\",\n            \"key\": \"favorite_color\",\n            \"placeholder\": \"\",\n            \"description\": \"\",\n            \"required\": true,\n            \"platform_field\": false,\n            \"created_at\": \"2022-11-03T18:56:16.037Z\",\n            \"updated_at\": \"2022-11-03T18:56:16.037Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089018,\n                \"text\": null,\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.812Z\",\n                \"updated_at\": \"2023-05-19T08:44:29.812Z\",\n                \"community_member_choices\": [\n                    {\n                        \"id\": 136837,\n                        \"profile_field_choice\": {\n                            \"id\": 21,\n                            \"value\": \"Blue\"\n                        }\n                    }\n                ]\n            },\n            \"number_options\": null,\n            \"choices\": [\n                {\n                    \"id\": 21,\n                    \"value\": \"Blue\"\n                },\n                {\n                    \"id\": 22,\n                    \"value\": \"Red\"\n                },\n                {\n                    \"id\": 23,\n                    \"value\": \"Purple\"\n                }\n            ],\n            \"pages\": [\n                {\n                    \"id\": 2094332,\n                    \"name\": \"edit_profile\",\n                    \"position\": 14,\n                    \"visible\": true,\n                    \"created_at\": \"2022-11-03T18:56:16.048Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.474Z\"\n                },\n                {\n                    \"id\": 2094333,\n                    \"name\": \"profile_view\",\n                    \"position\": 7,\n                    \"visible\": true,\n                    \"created_at\": \"2022-11-03T18:56:16.053Z\",\n                    \"updated_at\": \"2022-11-28T17:31:12.672Z\"\n                },\n                {\n                    \"id\": 2094331,\n                    \"name\": \"signup\",\n                    \"position\": 6,\n                    \"visible\": true,\n                    \"created_at\": \"2022-11-03T18:56:16.042Z\",\n                    \"updated_at\": \"2023-04-26T02:50:22.039Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 703663,\n            \"label\": \"Pick a number\",\n            \"field_type\": \"number\",\n            \"key\": \"pick_a_number\",\n            \"placeholder\": \"\",\n            \"description\": \"\",\n            \"required\": true,\n            \"platform_field\": false,\n            \"created_at\": \"2022-11-03T18:57:06.481Z\",\n            \"updated_at\": \"2022-11-03T18:57:06.481Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089019,\n                \"text\": \"1\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.819Z\",\n                \"updated_at\": \"2023-05-19T08:44:29.819Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": {\n                \"id\": 13,\n                \"format\": \"number\",\n                \"decimal\": 0,\n                \"position\": \"right\",\n                \"text\": \"\"\n            },\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 2094335,\n                    \"name\": \"edit_profile\",\n                    \"position\": 9,\n                    \"visible\": true,\n                    \"created_at\": \"2022-11-03T18:57:06.514Z\",\n                    \"updated_at\": \"2022-11-03T19:18:01.332Z\"\n                },\n                {\n                    \"id\": 2094336,\n                    \"name\": \"profile_view\",\n                    \"position\": 10,\n                    \"visible\": true,\n                    \"created_at\": \"2022-11-03T18:57:06.524Z\",\n                    \"updated_at\": \"2022-11-03T18:57:06.524Z\"\n                },\n                {\n                    \"id\": 2094334,\n                    \"name\": \"signup\",\n                    \"position\": 7,\n                    \"visible\": true,\n                    \"created_at\": \"2022-11-03T18:57:06.492Z\",\n                    \"updated_at\": \"2023-04-26T02:50:22.042Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 769625,\n            \"label\": \"TEST FOR HARVARD\",\n            \"field_type\": \"select\",\n            \"key\": \"test_for_harvard\",\n            \"placeholder\": \"\",\n            \"description\": \"\",\n            \"required\": false,\n            \"platform_field\": false,\n            \"created_at\": \"2022-12-12T16:30:20.744Z\",\n            \"updated_at\": \"2022-12-12T16:30:20.744Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089022,\n                \"text\": null,\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.845Z\",\n                \"updated_at\": \"2023-05-19T08:44:29.845Z\",\n                \"community_member_choices\": [\n                    {\n                        \"id\": 136839,\n                        \"profile_field_choice\": {\n                            \"id\": 678,\n                            \"value\": \"f31\"\n                        }\n                    }\n                ]\n            },\n            \"number_options\": null,\n            \"choices\": [\n                {\n                    \"id\": 675,\n                    \"value\": \"43134\"\n                },\n                {\n                    \"id\": 676,\n                    \"value\": \"r431\"\n                },\n                {\n                    \"id\": 677,\n                    \"value\": \"f431\"\n                },\n                {\n                    \"id\": 678,\n                    \"value\": \"f31\"\n                }\n            ],\n            \"pages\": [\n                {\n                    \"id\": 2292221,\n                    \"name\": \"edit_profile\",\n                    \"position\": 11,\n                    \"visible\": true,\n                    \"created_at\": \"2022-12-12T16:30:20.929Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.464Z\"\n                },\n                {\n                    \"id\": 2292222,\n                    \"name\": \"profile_view\",\n                    \"position\": 15,\n                    \"visible\": false,\n                    \"created_at\": \"2022-12-12T16:30:20.991Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.595Z\"\n                },\n                {\n                    \"id\": 2292220,\n                    \"name\": \"signup\",\n                    \"position\": 10,\n                    \"visible\": true,\n                    \"created_at\": \"2022-12-12T16:30:20.873Z\",\n                    \"updated_at\": \"2023-04-26T03:18:23.795Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 791934,\n            \"label\": \"Education qualification\",\n            \"field_type\": \"select\",\n            \"key\": \"education_qualification\",\n            \"placeholder\": \"\",\n            \"description\": \"This field is to give information on your education qualifications, select an option from below that matches your degree\",\n            \"required\": true,\n            \"platform_field\": false,\n            \"created_at\": \"2023-01-06T06:28:53.883Z\",\n            \"updated_at\": \"2023-02-27T20:03:37.385Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089020,\n                \"text\": null,\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.821Z\",\n                \"updated_at\": \"2023-05-19T08:44:29.821Z\",\n                \"community_member_choices\": [\n                    {\n                        \"id\": 136838,\n                        \"profile_field_choice\": {\n                            \"id\": 770,\n                            \"value\": \"PG\"\n                        }\n                    }\n                ]\n            },\n            \"number_options\": null,\n            \"choices\": [\n                {\n                    \"id\": 768,\n                    \"value\": \"Bachelors\"\n                },\n                {\n                    \"id\": 769,\n                    \"value\": \"Masters\"\n                },\n                {\n                    \"id\": 770,\n                    \"value\": \"PG\"\n                },\n                {\n                    \"id\": 771,\n                    \"value\": \"Doctor\"\n                }\n            ],\n            \"pages\": [\n                {\n                    \"id\": 2359148,\n                    \"name\": \"edit_profile\",\n                    \"position\": 13,\n                    \"visible\": true,\n                    \"created_at\": \"2023-01-06T06:28:53.901Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.470Z\"\n                },\n                {\n                    \"id\": 2359149,\n                    \"name\": \"profile_view\",\n                    \"position\": 12,\n                    \"visible\": true,\n                    \"created_at\": \"2023-01-06T06:28:53.906Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.581Z\"\n                },\n                {\n                    \"id\": 2359147,\n                    \"name\": \"signup\",\n                    \"position\": 8,\n                    \"visible\": true,\n                    \"created_at\": \"2023-01-06T06:28:53.893Z\",\n                    \"updated_at\": \"2023-04-26T02:50:22.046Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 856028,\n            \"label\": \"Test Field 1\",\n            \"field_type\": \"textarea\",\n            \"key\": \"test_field_1\",\n            \"placeholder\": \"\",\n            \"description\": \"\",\n            \"required\": false,\n            \"platform_field\": false,\n            \"created_at\": \"2023-02-28T11:43:34.574Z\",\n            \"updated_at\": \"2023-02-28T11:43:34.574Z\",\n            \"community_member_profile_field\": null,\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 2551385,\n                    \"name\": \"edit_profile\",\n                    \"position\": 15,\n                    \"visible\": false,\n                    \"created_at\": \"2023-02-28T11:43:34.599Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.477Z\"\n                },\n                {\n                    \"id\": 2551386,\n                    \"name\": \"profile_view\",\n                    \"position\": 14,\n                    \"visible\": false,\n                    \"created_at\": \"2023-02-28T11:43:34.617Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.590Z\"\n                },\n                {\n                    \"id\": 2551384,\n                    \"name\": \"signup\",\n                    \"position\": 14,\n                    \"visible\": false,\n                    \"created_at\": \"2023-02-28T11:43:34.579Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.690Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 958776,\n            \"label\": \"Headline\",\n            \"field_type\": \"text\",\n            \"key\": \"headline\",\n            \"placeholder\": \"Designer etc\",\n            \"description\": \"\",\n            \"required\": false,\n            \"platform_field\": false,\n            \"created_at\": \"2023-05-18T08:47:12.418Z\",\n            \"updated_at\": \"2023-05-18T08:47:12.418Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089024,\n                \"text\": \"\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.860Z\",\n                \"updated_at\": \"2023-05-19T08:44:29.860Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 2859602,\n                    \"name\": \"edit_profile\",\n                    \"position\": 15,\n                    \"visible\": true,\n                    \"created_at\": \"2023-05-18T08:47:12.424Z\",\n                    \"updated_at\": \"2023-05-18T08:47:12.424Z\"\n                },\n                {\n                    \"id\": 2859603,\n                    \"name\": \"profile_view\",\n                    \"position\": 13,\n                    \"visible\": true,\n                    \"created_at\": \"2023-05-18T08:47:12.429Z\",\n                    \"updated_at\": \"2023-05-18T08:47:12.429Z\"\n                },\n                {\n                    \"id\": 2859601,\n                    \"name\": \"signup\",\n                    \"position\": 14,\n                    \"visible\": true,\n                    \"created_at\": \"2023-05-18T08:47:12.419Z\",\n                    \"updated_at\": \"2023-05-18T08:47:12.419Z\"\n                }\n            ]\n        }\n    ],\n    \"avatar_url\": \"https://secure.gravatar.com/avatar/8eeb3248d7291a3db6cea4d793a2c005?default=blank&secure=true&size=300\",\n    \"user_id\": 9151477,\n    \"name\": \"First Last\",\n    \"email\": \"member@circle.so\",\n    \"topics_count\": 0,\n    \"posts_count\": 0,\n    \"comments_count\": 0,\n    \"location\": \"New York\",\n    \"website_url\": \"https://my-blog.com/website\",\n    \"instagram_url\": \"https://instagram.com/username\",\n    \"twitter_url\": \"https://twitter.com/username\",\n    \"linkedin_url\": \"https://linkedin.com/username\",\n    \"facebook_url\": \"https://facebook.com/username\",\n    \"accepted_invitation\": \"2023-05-19 08:43:59 UTC\",\n    \"active\": true,\n    \"sso_provider_user_id\": null,\n    \"member_tags\": [\n        {\n            \"name\": \"eye\",\n            \"id\": 9001\n        }\n    ]\n}"}],"_postman_id":"234e7550-4a81-41a0-b9e4-5d1b4d9bd246"},{"name":"Search Member","id":"c2371db2-9827-4395-abd7-4f12dc4efc60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/community_members/search?community_id=5&email=rakesh@saeloun.com","urlObject":{"path":["api","v1","community_members","search"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"},{"key":"email","value":"rakesh@saeloun.com"}],"variable":[]}},"response":[{"id":"17af9a92-8e80-42ed-9c90-9cc6701fd8d0","name":"Search Member","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":{"raw":"https://app.circle.so/api/v1/community_members/search?community_id=11111&email=member@circle.so","protocol":"https","host":["app","circle","so"],"path":["api","v1","community_members","search"],"query":[{"key":"community_id","value":"11111"},{"key":"email","value":"member@circle.so"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 May 2023 09:29:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7c9b50df2a2b3985-IAD"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"166582fa48a1b93b07218062cca666c4\""},{"key":"Set-Cookie","value":"ahoy_visit=fe842c8a-838b-4dbf-9a7e-d14e8cf9d0e9; path=/; expires=Fri, 19 May 2023 09:59:30 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-apo-via","value":"origin,host"},{"key":"Content-Security-Policy","value":""},{"key":"X-Request-Id","value":"ba0a5f55-00ab-4e61-b02c-bffd871b0347"},{"key":"X-Runtime","value":"0.102062"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 10117090,\n    \"first_name\": \"First\",\n    \"last_name\": \"Last\",\n    \"headline\": \"World Class Athlete\",\n    \"bio\": \"Runner\",\n    \"created_at\": \"2023-05-19T08:31:00.721Z\",\n    \"updated_at\": \"2023-05-19T08:58:00.347Z\",\n    \"community_id\": 11111,\n    \"last_seen_at\": \"2023-05-19T08:44:01.000Z\",\n    \"profile_url\": \"https://app.circle.so/u/195c6c33\",\n    \"public_uid\": \"195c6c33\",\n    \"profile_fields\": [\n        {\n            \"id\": 108379,\n            \"label\": \"Test field\",\n            \"field_type\": \"text\",\n            \"key\": \"test_field\",\n            \"placeholder\": \"\",\n            \"description\": \"\",\n            \"required\": false,\n            \"platform_field\": false,\n            \"created_at\": \"2022-10-19T17:11:56.373Z\",\n            \"updated_at\": \"2022-10-19T17:11:56.373Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089014,\n                \"text\": \"\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.756Z\",\n                \"updated_at\": \"2023-05-19T08:44:29.756Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308484,\n                    \"name\": \"edit_profile\",\n                    \"position\": 2,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-19T17:11:56.383Z\",\n                    \"updated_at\": \"2023-01-06T06:30:01.717Z\"\n                },\n                {\n                    \"id\": 308485,\n                    \"name\": \"profile_view\",\n                    \"position\": 2,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-19T17:11:56.385Z\",\n                    \"updated_at\": \"2022-11-02T16:12:14.490Z\"\n                },\n                {\n                    \"id\": 308483,\n                    \"name\": \"signup\",\n                    \"position\": 2,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-19T17:11:56.377Z\",\n                    \"updated_at\": \"2023-03-28T14:36:08.628Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108431,\n            \"label\": \"Bio\",\n            \"field_type\": \"textarea\",\n            \"key\": \"bio\",\n            \"placeholder\": \"Tell us a bit about yourself\",\n            \"description\": \"A short bio about yourself\",\n            \"required\": false,\n            \"platform_field\": true,\n            \"created_at\": \"2022-10-22T15:52:27.989Z\",\n            \"updated_at\": \"2022-10-22T15:52:27.989Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089017,\n                \"text\": null,\n                \"textarea\": \"Runner\",\n                \"created_at\": \"2023-05-19T08:44:29.796Z\",\n                \"updated_at\": \"2023-05-19T08:58:00.206Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308640,\n                    \"name\": \"edit_profile\",\n                    \"position\": 5,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:27.992Z\",\n                    \"updated_at\": \"2023-01-06T06:29:56.641Z\"\n                },\n                {\n                    \"id\": 308641,\n                    \"name\": \"profile_view\",\n                    \"position\": 1,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:27.994Z\",\n                    \"updated_at\": \"2022-10-22T15:52:27.994Z\"\n                },\n                {\n                    \"id\": 308639,\n                    \"name\": \"signup\",\n                    \"position\": 5,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:27.991Z\",\n                    \"updated_at\": \"2023-04-26T02:50:22.035Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108432,\n            \"label\": \"Location\",\n            \"field_type\": \"text\",\n            \"key\": \"location\",\n            \"placeholder\": \"Add your location\",\n            \"description\": \"Your location\",\n            \"required\": false,\n            \"platform_field\": true,\n            \"created_at\": \"2022-10-22T15:52:28.014Z\",\n            \"updated_at\": \"2022-10-22T15:52:28.014Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089013,\n                \"text\": \"New York\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.734Z\",\n                \"updated_at\": \"2023-05-19T08:58:00.236Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308643,\n                    \"name\": \"edit_profile\",\n                    \"position\": 1,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.017Z\",\n                    \"updated_at\": \"2023-01-06T06:30:01.712Z\"\n                },\n                {\n                    \"id\": 308644,\n                    \"name\": \"profile_view\",\n                    \"position\": 3,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.019Z\",\n                    \"updated_at\": \"2022-11-02T16:12:14.502Z\"\n                },\n                {\n                    \"id\": 308642,\n                    \"name\": \"signup\",\n                    \"position\": 1,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.016Z\",\n                    \"updated_at\": \"2023-03-28T14:36:08.617Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108433,\n            \"label\": \"Website\",\n            \"field_type\": \"link\",\n            \"key\": \"website\",\n            \"placeholder\": \"Add your website\",\n            \"description\": \"Your website URL\",\n            \"required\": false,\n            \"platform_field\": true,\n            \"created_at\": \"2022-10-22T15:52:28.041Z\",\n            \"updated_at\": \"2022-10-22T15:52:28.041Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089192,\n                \"text\": \"https://my-blog.com/website\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:58:00.250Z\",\n                \"updated_at\": \"2023-05-19T08:58:00.250Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308646,\n                    \"name\": \"edit_profile\",\n                    \"position\": 3,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.045Z\",\n                    \"updated_at\": \"2023-01-06T06:29:56.634Z\"\n                },\n                {\n                    \"id\": 308647,\n                    \"name\": \"profile_view\",\n                    \"position\": 9,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.046Z\",\n                    \"updated_at\": \"2022-11-28T17:31:12.680Z\"\n                },\n                {\n                    \"id\": 308645,\n                    \"name\": \"signup\",\n                    \"position\": 18,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.043Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.705Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108434,\n            \"label\": \"Twitter URL\",\n            \"field_type\": \"link\",\n            \"key\": \"twitter_url\",\n            \"placeholder\": \"Add your Twitter URL\",\n            \"description\": \"Your Twitter URL\",\n            \"required\": false,\n            \"platform_field\": true,\n            \"created_at\": \"2022-10-22T15:52:28.068Z\",\n            \"updated_at\": \"2022-10-22T15:52:28.068Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089021,\n                \"text\": \"https://twitter.com/username\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.825Z\",\n                \"updated_at\": \"2023-05-19T08:58:00.245Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308649,\n                    \"name\": \"edit_profile\",\n                    \"position\": 4,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.074Z\",\n                    \"updated_at\": \"2023-01-06T06:29:56.638Z\"\n                },\n                {\n                    \"id\": 308650,\n                    \"name\": \"profile_view\",\n                    \"position\": 4,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.075Z\",\n                    \"updated_at\": \"2022-10-22T15:52:28.075Z\"\n                },\n                {\n                    \"id\": 308648,\n                    \"name\": \"signup\",\n                    \"position\": 9,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.070Z\",\n                    \"updated_at\": \"2023-04-26T02:50:22.049Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108435,\n            \"label\": \"Facebook URL\",\n            \"field_type\": \"link\",\n            \"key\": \"facebook_url\",\n            \"placeholder\": \"Add your Facebook URL\",\n            \"description\": \"Your Facebook URL\",\n            \"required\": false,\n            \"platform_field\": true,\n            \"created_at\": \"2022-10-22T15:52:28.102Z\",\n            \"updated_at\": \"2022-10-22T15:52:28.102Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089015,\n                \"text\": \"https://facebook.com/username\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.758Z\",\n                \"updated_at\": \"2023-05-19T08:58:00.211Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308652,\n                    \"name\": \"edit_profile\",\n                    \"position\": 6,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.107Z\",\n                    \"updated_at\": \"2022-11-03T13:43:58.920Z\"\n                },\n                {\n                    \"id\": 308653,\n                    \"name\": \"profile_view\",\n                    \"position\": 5,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.108Z\",\n                    \"updated_at\": \"2022-10-22T15:52:28.108Z\"\n                },\n                {\n                    \"id\": 308651,\n                    \"name\": \"signup\",\n                    \"position\": 3,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.105Z\",\n                    \"updated_at\": \"2023-03-28T14:36:08.636Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108436,\n            \"label\": \"Instagram URL\",\n            \"field_type\": \"link\",\n            \"key\": \"instagram_url\",\n            \"placeholder\": \"Add your Instagram URL\",\n            \"description\": \"Your Instagram URL\",\n            \"required\": false,\n            \"platform_field\": true,\n            \"created_at\": \"2022-10-22T15:52:28.171Z\",\n            \"updated_at\": \"2022-10-22T15:52:28.171Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089023,\n                \"text\": \"https://instagram.com/username\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.848Z\",\n                \"updated_at\": \"2023-05-19T08:58:00.217Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308655,\n                    \"name\": \"edit_profile\",\n                    \"position\": 7,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.176Z\",\n                    \"updated_at\": \"2022-11-03T13:43:58.929Z\"\n                },\n                {\n                    \"id\": 308656,\n                    \"name\": \"profile_view\",\n                    \"position\": 6,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.177Z\",\n                    \"updated_at\": \"2022-10-22T15:52:28.177Z\"\n                },\n                {\n                    \"id\": 308654,\n                    \"name\": \"signup\",\n                    \"position\": 13,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.174Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.687Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108437,\n            \"label\": \"Linkedin URL\",\n            \"field_type\": \"link\",\n            \"key\": \"linkedin_url\",\n            \"placeholder\": \"Add your LinkedIn URL\",\n            \"description\": \"Your LinkedIn URL\",\n            \"required\": false,\n            \"platform_field\": true,\n            \"created_at\": \"2022-10-22T15:52:28.202Z\",\n            \"updated_at\": \"2022-10-22T15:52:28.202Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089016,\n                \"text\": \"https://linkedin.com/username\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.782Z\",\n                \"updated_at\": \"2023-05-19T08:58:00.226Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308658,\n                    \"name\": \"edit_profile\",\n                    \"position\": 8,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.206Z\",\n                    \"updated_at\": \"2022-11-03T13:43:58.935Z\"\n                },\n                {\n                    \"id\": 308659,\n                    \"name\": \"profile_view\",\n                    \"position\": 8,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.208Z\",\n                    \"updated_at\": \"2022-11-28T17:31:12.676Z\"\n                },\n                {\n                    \"id\": 308657,\n                    \"name\": \"signup\",\n                    \"position\": 4,\n                    \"visible\": true,\n                    \"created_at\": \"2022-10-22T15:52:28.204Z\",\n                    \"updated_at\": \"2023-03-28T14:36:08.646Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108438,\n            \"label\": \"Profession\",\n            \"field_type\": \"text\",\n            \"key\": \"profession\",\n            \"placeholder\": \"Add your profession\",\n            \"description\": \"Your profession\",\n            \"required\": false,\n            \"platform_field\": false,\n            \"created_at\": \"2022-10-22T15:52:28.230Z\",\n            \"updated_at\": \"2022-11-03T13:53:25.992Z\",\n            \"community_member_profile_field\": null,\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308661,\n                    \"name\": \"edit_profile\",\n                    \"position\": 16,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.234Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.482Z\"\n                },\n                {\n                    \"id\": 308662,\n                    \"name\": \"profile_view\",\n                    \"position\": 16,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.236Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.600Z\"\n                },\n                {\n                    \"id\": 308660,\n                    \"name\": \"signup\",\n                    \"position\": 15,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.233Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.694Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108439,\n            \"label\": \"Birthday\",\n            \"field_type\": \"text\",\n            \"key\": \"birthday\",\n            \"placeholder\": \"Add your birthday\",\n            \"description\": \"Your birthday\",\n            \"required\": false,\n            \"platform_field\": false,\n            \"created_at\": \"2022-10-22T15:52:28.262Z\",\n            \"updated_at\": \"2022-10-22T15:52:28.262Z\",\n            \"community_member_profile_field\": null,\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308664,\n                    \"name\": \"edit_profile\",\n                    \"position\": 17,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.265Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.486Z\"\n                },\n                {\n                    \"id\": 308665,\n                    \"name\": \"profile_view\",\n                    \"position\": 17,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.267Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.604Z\"\n                },\n                {\n                    \"id\": 308663,\n                    \"name\": \"signup\",\n                    \"position\": 16,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.264Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.698Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 108440,\n            \"label\": \"Company\",\n            \"field_type\": \"text\",\n            \"key\": \"company\",\n            \"placeholder\": \"Add your company\",\n            \"description\": \"Your company\",\n            \"required\": false,\n            \"platform_field\": false,\n            \"created_at\": \"2022-10-22T15:52:28.303Z\",\n            \"updated_at\": \"2022-10-22T15:52:28.303Z\",\n            \"community_member_profile_field\": null,\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 308667,\n                    \"name\": \"edit_profile\",\n                    \"position\": 18,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.309Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.490Z\"\n                },\n                {\n                    \"id\": 308668,\n                    \"name\": \"profile_view\",\n                    \"position\": 18,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.311Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.609Z\"\n                },\n                {\n                    \"id\": 308666,\n                    \"name\": \"signup\",\n                    \"position\": 17,\n                    \"visible\": false,\n                    \"created_at\": \"2022-10-22T15:52:28.305Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.701Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 703662,\n            \"label\": \"Favorite Color\",\n            \"field_type\": \"checkbox\",\n            \"key\": \"favorite_color\",\n            \"placeholder\": \"\",\n            \"description\": \"\",\n            \"required\": true,\n            \"platform_field\": false,\n            \"created_at\": \"2022-11-03T18:56:16.037Z\",\n            \"updated_at\": \"2022-11-03T18:56:16.037Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089018,\n                \"text\": null,\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.812Z\",\n                \"updated_at\": \"2023-05-19T08:44:29.812Z\",\n                \"community_member_choices\": [\n                    {\n                        \"id\": 136837,\n                        \"profile_field_choice\": {\n                            \"id\": 21,\n                            \"value\": \"Blue\"\n                        }\n                    }\n                ]\n            },\n            \"number_options\": null,\n            \"choices\": [\n                {\n                    \"id\": 21,\n                    \"value\": \"Blue\"\n                },\n                {\n                    \"id\": 22,\n                    \"value\": \"Red\"\n                },\n                {\n                    \"id\": 23,\n                    \"value\": \"Purple\"\n                }\n            ],\n            \"pages\": [\n                {\n                    \"id\": 2094332,\n                    \"name\": \"edit_profile\",\n                    \"position\": 14,\n                    \"visible\": true,\n                    \"created_at\": \"2022-11-03T18:56:16.048Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.474Z\"\n                },\n                {\n                    \"id\": 2094333,\n                    \"name\": \"profile_view\",\n                    \"position\": 7,\n                    \"visible\": true,\n                    \"created_at\": \"2022-11-03T18:56:16.053Z\",\n                    \"updated_at\": \"2022-11-28T17:31:12.672Z\"\n                },\n                {\n                    \"id\": 2094331,\n                    \"name\": \"signup\",\n                    \"position\": 6,\n                    \"visible\": true,\n                    \"created_at\": \"2022-11-03T18:56:16.042Z\",\n                    \"updated_at\": \"2023-04-26T02:50:22.039Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 703663,\n            \"label\": \"Pick a number\",\n            \"field_type\": \"number\",\n            \"key\": \"pick_a_number\",\n            \"placeholder\": \"\",\n            \"description\": \"\",\n            \"required\": true,\n            \"platform_field\": false,\n            \"created_at\": \"2022-11-03T18:57:06.481Z\",\n            \"updated_at\": \"2022-11-03T18:57:06.481Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089019,\n                \"text\": \"1\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.819Z\",\n                \"updated_at\": \"2023-05-19T08:44:29.819Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": {\n                \"id\": 13,\n                \"format\": \"number\",\n                \"decimal\": 0,\n                \"position\": \"right\",\n                \"text\": \"\"\n            },\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 2094335,\n                    \"name\": \"edit_profile\",\n                    \"position\": 9,\n                    \"visible\": true,\n                    \"created_at\": \"2022-11-03T18:57:06.514Z\",\n                    \"updated_at\": \"2022-11-03T19:18:01.332Z\"\n                },\n                {\n                    \"id\": 2094336,\n                    \"name\": \"profile_view\",\n                    \"position\": 10,\n                    \"visible\": true,\n                    \"created_at\": \"2022-11-03T18:57:06.524Z\",\n                    \"updated_at\": \"2022-11-03T18:57:06.524Z\"\n                },\n                {\n                    \"id\": 2094334,\n                    \"name\": \"signup\",\n                    \"position\": 7,\n                    \"visible\": true,\n                    \"created_at\": \"2022-11-03T18:57:06.492Z\",\n                    \"updated_at\": \"2023-04-26T02:50:22.042Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 769625,\n            \"label\": \"TEST FOR HARVARD\",\n            \"field_type\": \"select\",\n            \"key\": \"test_for_harvard\",\n            \"placeholder\": \"\",\n            \"description\": \"\",\n            \"required\": false,\n            \"platform_field\": false,\n            \"created_at\": \"2022-12-12T16:30:20.744Z\",\n            \"updated_at\": \"2022-12-12T16:30:20.744Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089022,\n                \"text\": null,\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.845Z\",\n                \"updated_at\": \"2023-05-19T08:44:29.845Z\",\n                \"community_member_choices\": [\n                    {\n                        \"id\": 136839,\n                        \"profile_field_choice\": {\n                            \"id\": 678,\n                            \"value\": \"f31\"\n                        }\n                    }\n                ]\n            },\n            \"number_options\": null,\n            \"choices\": [\n                {\n                    \"id\": 675,\n                    \"value\": \"43134\"\n                },\n                {\n                    \"id\": 676,\n                    \"value\": \"r431\"\n                },\n                {\n                    \"id\": 677,\n                    \"value\": \"f431\"\n                },\n                {\n                    \"id\": 678,\n                    \"value\": \"f31\"\n                }\n            ],\n            \"pages\": [\n                {\n                    \"id\": 2292221,\n                    \"name\": \"edit_profile\",\n                    \"position\": 11,\n                    \"visible\": true,\n                    \"created_at\": \"2022-12-12T16:30:20.929Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.464Z\"\n                },\n                {\n                    \"id\": 2292222,\n                    \"name\": \"profile_view\",\n                    \"position\": 15,\n                    \"visible\": false,\n                    \"created_at\": \"2022-12-12T16:30:20.991Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.595Z\"\n                },\n                {\n                    \"id\": 2292220,\n                    \"name\": \"signup\",\n                    \"position\": 10,\n                    \"visible\": true,\n                    \"created_at\": \"2022-12-12T16:30:20.873Z\",\n                    \"updated_at\": \"2023-04-26T03:18:23.795Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 791934,\n            \"label\": \"Education qualification\",\n            \"field_type\": \"select\",\n            \"key\": \"education_qualification\",\n            \"placeholder\": \"\",\n            \"description\": \"This field is to give information on your education qualifications, select an option from below that matches your degree\",\n            \"required\": true,\n            \"platform_field\": false,\n            \"created_at\": \"2023-01-06T06:28:53.883Z\",\n            \"updated_at\": \"2023-02-27T20:03:37.385Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089020,\n                \"text\": null,\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.821Z\",\n                \"updated_at\": \"2023-05-19T08:44:29.821Z\",\n                \"community_member_choices\": [\n                    {\n                        \"id\": 136838,\n                        \"profile_field_choice\": {\n                            \"id\": 770,\n                            \"value\": \"PG\"\n                        }\n                    }\n                ]\n            },\n            \"number_options\": null,\n            \"choices\": [\n                {\n                    \"id\": 768,\n                    \"value\": \"Bachelors\"\n                },\n                {\n                    \"id\": 769,\n                    \"value\": \"Masters\"\n                },\n                {\n                    \"id\": 770,\n                    \"value\": \"PG\"\n                },\n                {\n                    \"id\": 771,\n                    \"value\": \"Doctor\"\n                }\n            ],\n            \"pages\": [\n                {\n                    \"id\": 2359148,\n                    \"name\": \"edit_profile\",\n                    \"position\": 13,\n                    \"visible\": true,\n                    \"created_at\": \"2023-01-06T06:28:53.901Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.470Z\"\n                },\n                {\n                    \"id\": 2359149,\n                    \"name\": \"profile_view\",\n                    \"position\": 12,\n                    \"visible\": true,\n                    \"created_at\": \"2023-01-06T06:28:53.906Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.581Z\"\n                },\n                {\n                    \"id\": 2359147,\n                    \"name\": \"signup\",\n                    \"position\": 8,\n                    \"visible\": true,\n                    \"created_at\": \"2023-01-06T06:28:53.893Z\",\n                    \"updated_at\": \"2023-04-26T02:50:22.046Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 856028,\n            \"label\": \"Test Field 1\",\n            \"field_type\": \"textarea\",\n            \"key\": \"test_field_1\",\n            \"placeholder\": \"\",\n            \"description\": \"\",\n            \"required\": false,\n            \"platform_field\": false,\n            \"created_at\": \"2023-02-28T11:43:34.574Z\",\n            \"updated_at\": \"2023-02-28T11:43:34.574Z\",\n            \"community_member_profile_field\": null,\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 2551385,\n                    \"name\": \"edit_profile\",\n                    \"position\": 15,\n                    \"visible\": false,\n                    \"created_at\": \"2023-02-28T11:43:34.599Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.477Z\"\n                },\n                {\n                    \"id\": 2551386,\n                    \"name\": \"profile_view\",\n                    \"position\": 14,\n                    \"visible\": false,\n                    \"created_at\": \"2023-02-28T11:43:34.617Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.590Z\"\n                },\n                {\n                    \"id\": 2551384,\n                    \"name\": \"signup\",\n                    \"position\": 14,\n                    \"visible\": false,\n                    \"created_at\": \"2023-02-28T11:43:34.579Z\",\n                    \"updated_at\": \"2023-05-03T10:33:35.690Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 958776,\n            \"label\": \"Headline\",\n            \"field_type\": \"text\",\n            \"key\": \"headline\",\n            \"placeholder\": \"Designer etc\",\n            \"description\": \"\",\n            \"required\": false,\n            \"platform_field\": false,\n            \"created_at\": \"2023-05-18T08:47:12.418Z\",\n            \"updated_at\": \"2023-05-18T08:47:12.418Z\",\n            \"community_member_profile_field\": {\n                \"id\": 8089024,\n                \"text\": \"\",\n                \"textarea\": null,\n                \"created_at\": \"2023-05-19T08:44:29.860Z\",\n                \"updated_at\": \"2023-05-19T08:44:29.860Z\",\n                \"community_member_choices\": []\n            },\n            \"number_options\": null,\n            \"choices\": [],\n            \"pages\": [\n                {\n                    \"id\": 2859602,\n                    \"name\": \"edit_profile\",\n                    \"position\": 15,\n                    \"visible\": true,\n                    \"created_at\": \"2023-05-18T08:47:12.424Z\",\n                    \"updated_at\": \"2023-05-18T08:47:12.424Z\"\n                },\n                {\n                    \"id\": 2859603,\n                    \"name\": \"profile_view\",\n                    \"position\": 13,\n                    \"visible\": true,\n                    \"created_at\": \"2023-05-18T08:47:12.429Z\",\n                    \"updated_at\": \"2023-05-18T08:47:12.429Z\"\n                },\n                {\n                    \"id\": 2859601,\n                    \"name\": \"signup\",\n                    \"position\": 14,\n                    \"visible\": true,\n                    \"created_at\": \"2023-05-18T08:47:12.419Z\",\n                    \"updated_at\": \"2023-05-18T08:47:12.419Z\"\n                }\n            ]\n        }\n    ],\n    \"avatar_url\": \"https://secure.gravatar.com/avatar/8eeb3248d7291a3db6cea4d793a2c005?default=blank&secure=true&size=300\",\n    \"user_id\": 9151477,\n    \"name\": \"First Last\",\n    \"email\": \"member@circle.so\",\n    \"topics_count\": 0,\n    \"posts_count\": 0,\n    \"comments_count\": 0,\n    \"location\": \"New York\",\n    \"website_url\": \"https://my-blog.com/website\",\n    \"instagram_url\": \"https://instagram.com/username\",\n    \"twitter_url\": \"https://twitter.com/username\",\n    \"linkedin_url\": \"https://linkedin.com/username\",\n    \"facebook_url\": \"https://facebook.com/username\",\n    \"accepted_invitation\": \"2023-05-19 08:43:59 UTC\",\n    \"active\": true,\n    \"sso_provider_user_id\": null,\n    \"member_tags\": [\n        {\n            \"name\": \"eye\",\n            \"id\": 9001\n        }\n    ]\n}"}],"_postman_id":"c2371db2-9827-4395-abd7-4f12dc4efc60"},{"name":"Invite Member","id":"17a16b90-33d7-4a8d-aeb4-03cc9abc126a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"foo.bar@example.com\",\n    \"password\": \"Password123-\",\n    \"name\": \"John1 Doe1\",\n    \"community_id\": \"123456\",\n    \"avatar\": \"http://imgur.com/4j34h3h3.jpg\",\n    \"headline\": \"World Class Athlete\",\n    \"bio\": \"Runner\",\n    \"location\": \"New York\",\n    \"website_url\": \"https://my-blog.com/website\",\n    \"twitter_url\": \"https://twitter.com/username\",\n    \"facebook_url\": \"https://facebook.com/username\",\n    \"instagram_url\": \"https://instagram.com/username\",\n    \"linkedin_url\": \"https://linkedin.com/username\",\n    \"space_ids\": [1, 2],\n    \"space_group_ids\": [1, 5],\n    \"member_tag_ids\": [10, 12],\n    \"skip_invitation\": false,\n    \"is_flagged\": true,\n    \"preferences\": {\n        \"messaging_enabled_by_admin\": false\n    },\n    \"community_member_profile_fields\": {\n        \"nickname\": \"MyNickname\",\n        \"your_business_description\": \"My bussiness is focused on enterprise customers...\",\n        \"favourite_colors\": [1, 2, 3], // ids of favourite colors (it could be fetched by https://api.circle.so/#dc911459-2a75-4406-bc50-dfbce24a5da3)\n        \"best_country_to_live\": 1 // id of the item in the dropdown (it could be fetched by https://api.circle.so/#dc911459-2a75-4406-bc50-dfbce24a5da3)\n    }\n}"},"url":"{{host}}/api/v1/community_members","description":"<p>Invite a new member to your community. Optionally, pass an array of IDs for spaces or space groups for them to be added to automatically along with the invite.</p>\n<p>Notes:</p>\n<ul>\n<li><p>You can either invite a member with a set password, or no password. If no password is specified, they'll receive an invitation email <em>unless</em> they have an account with Circle already.</p>\n</li>\n<li><p>If you pass the skip_invitation=true flag, they won't receive an email and won't have a password set - the invitation will need to be triggered manually via Circle Support, or in your Members area → Member dropdown → Resend invitation email.</p>\n</li>\n<li><p>Updating community member profile fields is available to Enterprise &amp; Business plan communities or communities with an add on.</p>\n</li>\n<li><p><code>community_member_profile_fields</code> is optional.</p>\n</li>\n<li><p>It's dynamic so that you can pass pairs of profile field keys and their values for a given member.</p>\n</li>\n<li><p>If the profile field type is \"Short Text\", \"Long Text\", \"Link\", or \"Number\", then the value is supplied as a string.</p>\n</li>\n<li><p>If the profile field type is \"Dropdown\", then the selected profile field choice ID (Integer/String) should be supplied.</p>\n</li>\n<li><p>If the profile field type is \"Checkbox,\" then the value should be supplied as an array. Warning: The behaviour for \"Checkbox\" fields is \"Replace all,\" which means that the community member will have checked only the options passed in the endpoint, and all previous ones will be removed.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","v1","community_members"],"host":["{{host}}"],"query":[{"disabled":true,"key":"email","value":"member@community.com"},{"disabled":true,"description":{"content":"<p>Optional (if set, a password should include at least 6 characters, 1 uppercase letter, 1 number, and 1 symbol (!, $, @, *, etc)).</p>\n","type":"text/plain"},"key":"password","value":""},{"disabled":true,"description":{"content":"<p>John Doe</p>\n","type":"text/plain"},"key":"name","value":"John Doe "},{"disabled":true,"key":"community_id","value":"5"},{"disabled":true,"description":{"content":"<p>(Optional) JSON body array of space IDs for the spaces they should be added to.</p>\n","type":"text/plain"},"key":"space_ids[]","value":"1"},{"disabled":true,"description":{"content":"<p>(Optional) JSON body array of space group IDs for the space groups they should be added to.</p>\n","type":"text/plain"},"key":"space_group_ids[]","value":"2"},{"disabled":true,"description":{"content":"<p>(Optional) JSON body array of member tag IDs for the member tags they should assigned with.</p>\n","type":"text/plain"},"key":"member_tag_ids[]","value":"5"},{"disabled":true,"description":{"content":"<p>Max length: 250 characters. This field can only be set if the member does not already have an account with Circle.</p>\n","type":"text/plain"},"key":"bio","value":"Runner"},{"disabled":true,"description":{"content":"<p>This field can only be set if the member does not already have an account with Circle.</p>\n","type":"text/plain"},"key":"headline","value":"World Class Athlete"},{"disabled":true,"description":{"content":"<p>This field can only be set if the member does not already have an account with Circle.</p>\n","type":"text/plain"},"key":"facebook_url","value":"https://facebook.com/username"},{"disabled":true,"description":{"content":"<p>This field can only be set if the member does not already have an account with Circle.</p>\n","type":"text/plain"},"key":"twitter_url","value":"https://twitter.com/username"},{"disabled":true,"description":{"content":"<p>This field can only be set if the member does not already have an account with Circle.</p>\n","type":"text/plain"},"key":"instagram_url","value":"https://instagram.com/username"},{"disabled":true,"description":{"content":"<p>This field can only be set if the member does not already have an account with Circle.</p>\n","type":"text/plain"},"key":"linkedin_url","value":"https://linkedin.com/in/username"},{"disabled":true,"description":{"content":"<p>This field can only be set if the member does not already have an account with Circle.</p>\n","type":"text/plain"},"key":"website_url","value":"https://my-blog.com/website"},{"disabled":true,"description":{"content":"<p>Avatar URL for their profile image. This field can only be set if the member does not already have an account with Circle.</p>\n","type":"text/plain"},"key":"avatar","value":"http://imgur.com/4j34h3h3.jpg"},{"disabled":true,"description":{"content":"<p>Always true if password is set, false if no password.</p>\n","type":"text/plain"},"key":"skip_invitation","value":"true"},{"disabled":true,"description":{"content":"<p>(Optional) City of the member</p>\n","type":"text/plain"},"key":"location","value":"New York"}],"variable":[]}},"response":[{"id":"95bf248f-a71e-406e-898c-9ec0472d4a76","name":"Invite Member","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"foo.bar@example.com\",\n    \"password\": \"Password123-\",\n    \"name\": \"John1 Doe1\",\n    \"community_id\": \"123456\",\n    \"avatar\": \"http://imgur.com/4j34h3h3.jpg\",\n    \"headline\": \"World Class Athlete\",\n    \"bio\": \"Runner\",\n    \"location\": \"New York\",\n    \"website_url\": \"https://my-blog.com/website\",\n    \"twitter_url\": \"https://twitter.com/username\",\n    \"facebook_url\": \"https://facebook.com/username\",\n    \"instagram_url\": \"https://instagram.com/username\",\n    \"linkedin_url\": \"https://linkedin.com/username\",\n    \"space_ids\": [1, 2],\n    \"space_group_ids\": [1, 5],\n    \"member_tag_ids\": [10, 12],\n    \"skip_invitation\": false,\n    \"is_flagged\": true,\n    \"preferences\": {\n        \"messaging_enabled_by_admin\": false\n    },\n    \"community_member_profile_fields\": {\n        \"nickname\": \"MyNickname\",\n        \"your_business_description\": \"My bussiness is focused on enterprise customers...\",\n        \"favourite_colors\": [1, 2, 3], // ids of favourite colors (it could be fetched by https://api.circle.so/#dc911459-2a75-4406-bc50-dfbce24a5da3)\n        \"best_country_to_live\": 1 // id of the item in the dropdown (it could be fetched by https://api.circle.so/#dc911459-2a75-4406-bc50-dfbce24a5da3)\n    }\n}"},"url":{"raw":"https://app.circle.so/api/v1/community_members?name=First Last&community_id=11111&headline=API Test Purposes&skip_invitation=false&email=member@circle.so","protocol":"https","host":["app","circle","so"],"path":["api","v1","community_members"],"query":[{"key":"password","value":"","description":"Optional (if set, a password should include a minimum of 8 characters, including 2 special characters) ","disabled":true},{"key":"name","value":"First Last","description":"John Doe"},{"key":"community_id","value":"11111"},{"key":"space_ids[]","value":"1","description":"(Optional) JSON body array of space IDs for the spaces they should be added to.","disabled":true},{"key":"space_group_ids[]","value":"2","description":"(Optional) JSON body array of space group IDs for the space groups they should be added to.","disabled":true},{"key":"member_tag_ids[]","value":"5","description":"(Optional) JSON body array of member tag IDs for the member tags they should assigned with.","disabled":true},{"key":"bio","value":"Runner","description":"Max length: 250 characters. This field can only be set if the member does not already have an account with Circle.","disabled":true},{"key":"headline","value":"API Test Purposes","description":"This field can only be set if the member does not already have an account with Circle."},{"key":"facebook_url","value":"https://facebook.com/username","description":"This field can only be set if the member does not already have an account with Circle.","disabled":true},{"key":"twitter_url","value":"https://twitter.com/username","description":"This field can only be set if the member does not already have an account with Circle.","disabled":true},{"key":"instagram_url","value":"https://instagram.com/username","description":"This field can only be set if the member does not already have an account with Circle.","disabled":true},{"key":"linkedin_url","value":"https://linkedin.com/in/username","description":"This field can only be set if the member does not already have an account with Circle.","disabled":true},{"key":"website_url","value":"https://my-blog.com/website","description":"This field can only be set if the member does not already have an account with Circle.","disabled":true},{"key":"avatar","value":"http://imgur.com/4j34h3h3.jpg","description":"Avatar URL for their profile image. This field can only be set if the member does not already have an account with Circle.","disabled":true},{"key":"skip_invitation","value":"false","description":"Always true if password is set, false if no password."},{"key":"location","value":"New York","description":"(Optional) City of the member","disabled":true},{"key":"email","value":"member@circle.so"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 May 2023 08:31:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"c4f097c6de697ec1b3ed4c4a49477011\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Security-Policy","value":""},{"key":"Set-Cookie","value":"ahoy_visit=20725466-7788-4d29-83dd-a56771bfb62a; path=/; expires=Fri, 19 May 2023 09:01:00 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"bc9c2db5-4cf3-435a-b16a-0026fc07e16c"},{"key":"X-Runtime","value":"0.401001"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c9afb2b7b0d82cc-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"This user has been invited to the community.\",\n    \"user\": {\n        \"id\": 9151477,\n        \"email\": \"member@circle.so\",\n        \"first_name\": \"First\",\n        \"last_name\": \"Last\",\n        \"bio\": null,\n        \"time_zone\": null,\n        \"accepted_terms_at\": \"2023-05-19T08:31:00.000Z\",\n        \"accepted_privacy_at\": \"2023-05-19T08:31:00.000Z\",\n        \"admin\": null,\n        \"prefs\": null,\n        \"created_at\": \"2023-05-19T08:31:00.000Z\",\n        \"updated_at\": \"2023-05-19T08:31:00.000Z\",\n        \"headline\": \"API Test Purposes\",\n        \"posts_count\": 0,\n        \"comments_count\": 0,\n        \"profile_info\": {},\n        \"public_uid\": \"195c6c33\",\n        \"affiliate_code\": null,\n        \"affiliate_ref\": null,\n        \"password_confirmed_at\": null,\n        \"password_confirmation_sent_at\": null,\n        \"password_set_at\": null,\n        \"checkout_sessions\": null,\n        \"is_flagged\": false,\n        \"utm_source\": null,\n        \"terms_of_service\": null,\n        \"attachable_sgid\": \"BAh7CEkiCGdpZAY6BkVUSSIwZ2lkOi8vanVtcHN0YXJ0LWFwcC9Vc2VyLzkxNTE0Nzc_ZXhwaXJlc19pbgY7AFRJIgxwdXJwb3NlBjsAVEkiD2F0dGFjaGFibGUGOwBUSSIPZXhwaXJlc19hdAY7AFQw--de1c1ec6a2629b31ff66c06058c0ab25a40ee126\",\n        \"community_member_id\": 10117090\n    },\n    \"community_member\": {\n        \"id\": 10117090,\n        \"first_name\": \"First\",\n        \"last_name\": \"Last\",\n        \"headline\": \"API Test Purposes\",\n        \"bio\": null,\n        \"created_at\": \"2023-05-19T08:31:00.721Z\",\n        \"updated_at\": \"2023-05-19T08:31:00.741Z\",\n        \"community_id\": 11111,\n        \"last_seen_at\": null,\n        \"profile_url\": \"https://app.circle.so/u/195c6c33\",\n        \"public_uid\": \"195c6c33\",\n        \"profile_fields\": [\n            {\n                \"id\": 108379,\n                \"label\": \"Test field\",\n                \"field_type\": \"text\",\n                \"key\": \"test_field\",\n                \"placeholder\": \"\",\n                \"description\": \"\",\n                \"required\": false,\n                \"platform_field\": false,\n                \"created_at\": \"2022-10-19T17:11:56.373Z\",\n                \"updated_at\": \"2022-10-19T17:11:56.373Z\",\n                \"community_member_profile_field\": null,\n                \"number_options\": null,\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 308484,\n                        \"name\": \"edit_profile\",\n                        \"position\": 2,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-19T17:11:56.383Z\",\n                        \"updated_at\": \"2023-01-06T06:30:01.717Z\"\n                    },\n                    {\n                        \"id\": 308485,\n                        \"name\": \"profile_view\",\n                        \"position\": 2,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-19T17:11:56.385Z\",\n                        \"updated_at\": \"2022-11-02T16:12:14.490Z\"\n                    },\n                    {\n                        \"id\": 308483,\n                        \"name\": \"signup\",\n                        \"position\": 2,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-19T17:11:56.377Z\",\n                        \"updated_at\": \"2023-03-28T14:36:08.628Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108431,\n                \"label\": \"Bio\",\n                \"field_type\": \"textarea\",\n                \"key\": \"bio\",\n                \"placeholder\": \"Tell us a bit about yourself\",\n                \"description\": \"A short bio about yourself\",\n                \"required\": false,\n                \"platform_field\": true,\n                \"created_at\": \"2022-10-22T15:52:27.989Z\",\n                \"updated_at\": \"2022-10-22T15:52:27.989Z\",\n                \"community_member_profile_field\": null,\n                \"number_options\": null,\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 308640,\n                        \"name\": \"edit_profile\",\n                        \"position\": 5,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:27.992Z\",\n                        \"updated_at\": \"2023-01-06T06:29:56.641Z\"\n                    },\n                    {\n                        \"id\": 308641,\n                        \"name\": \"profile_view\",\n                        \"position\": 1,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:27.994Z\",\n                        \"updated_at\": \"2022-10-22T15:52:27.994Z\"\n                    },\n                    {\n                        \"id\": 308639,\n                        \"name\": \"signup\",\n                        \"position\": 5,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:27.991Z\",\n                        \"updated_at\": \"2023-04-26T02:50:22.035Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108432,\n                \"label\": \"Location\",\n                \"field_type\": \"text\",\n                \"key\": \"location\",\n                \"placeholder\": \"Add your location\",\n                \"description\": \"Your location\",\n                \"required\": false,\n                \"platform_field\": true,\n                \"created_at\": \"2022-10-22T15:52:28.014Z\",\n                \"updated_at\": \"2022-10-22T15:52:28.014Z\",\n                \"community_member_profile_field\": null,\n                \"number_options\": null,\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 308643,\n                        \"name\": \"edit_profile\",\n                        \"position\": 1,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.017Z\",\n                        \"updated_at\": \"2023-01-06T06:30:01.712Z\"\n                    },\n                    {\n                        \"id\": 308644,\n                        \"name\": \"profile_view\",\n                        \"position\": 3,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.019Z\",\n                        \"updated_at\": \"2022-11-02T16:12:14.502Z\"\n                    },\n                    {\n                        \"id\": 308642,\n                        \"name\": \"signup\",\n                        \"position\": 1,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.016Z\",\n                        \"updated_at\": \"2023-03-28T14:36:08.617Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108433,\n                \"label\": \"Website\",\n                \"field_type\": \"link\",\n                \"key\": \"website\",\n                \"placeholder\": \"Add your website\",\n                \"description\": \"Your website URL\",\n                \"required\": false,\n                \"platform_field\": true,\n                \"created_at\": \"2022-10-22T15:52:28.041Z\",\n                \"updated_at\": \"2022-10-22T15:52:28.041Z\",\n                \"community_member_profile_field\": null,\n                \"number_options\": null,\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 308646,\n                        \"name\": \"edit_profile\",\n                        \"position\": 3,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.045Z\",\n                        \"updated_at\": \"2023-01-06T06:29:56.634Z\"\n                    },\n                    {\n                        \"id\": 308647,\n                        \"name\": \"profile_view\",\n                        \"position\": 9,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.046Z\",\n                        \"updated_at\": \"2022-11-28T17:31:12.680Z\"\n                    },\n                    {\n                        \"id\": 308645,\n                        \"name\": \"signup\",\n                        \"position\": 18,\n                        \"visible\": false,\n                        \"created_at\": \"2022-10-22T15:52:28.043Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.705Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108434,\n                \"label\": \"Twitter URL\",\n                \"field_type\": \"link\",\n                \"key\": \"twitter_url\",\n                \"placeholder\": \"Add your Twitter URL\",\n                \"description\": \"Your Twitter URL\",\n                \"required\": false,\n                \"platform_field\": true,\n                \"created_at\": \"2022-10-22T15:52:28.068Z\",\n                \"updated_at\": \"2022-10-22T15:52:28.068Z\",\n                \"community_member_profile_field\": null,\n                \"number_options\": null,\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 308649,\n                        \"name\": \"edit_profile\",\n                        \"position\": 4,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.074Z\",\n                        \"updated_at\": \"2023-01-06T06:29:56.638Z\"\n                    },\n                    {\n                        \"id\": 308650,\n                        \"name\": \"profile_view\",\n                        \"position\": 4,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.075Z\",\n                        \"updated_at\": \"2022-10-22T15:52:28.075Z\"\n                    },\n                    {\n                        \"id\": 308648,\n                        \"name\": \"signup\",\n                        \"position\": 9,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.070Z\",\n                        \"updated_at\": \"2023-04-26T02:50:22.049Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108435,\n                \"label\": \"Facebook URL\",\n                \"field_type\": \"link\",\n                \"key\": \"facebook_url\",\n                \"placeholder\": \"Add your Facebook URL\",\n                \"description\": \"Your Facebook URL\",\n                \"required\": false,\n                \"platform_field\": true,\n                \"created_at\": \"2022-10-22T15:52:28.102Z\",\n                \"updated_at\": \"2022-10-22T15:52:28.102Z\",\n                \"community_member_profile_field\": null,\n                \"number_options\": null,\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 308652,\n                        \"name\": \"edit_profile\",\n                        \"position\": 6,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.107Z\",\n                        \"updated_at\": \"2022-11-03T13:43:58.920Z\"\n                    },\n                    {\n                        \"id\": 308653,\n                        \"name\": \"profile_view\",\n                        \"position\": 5,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.108Z\",\n                        \"updated_at\": \"2022-10-22T15:52:28.108Z\"\n                    },\n                    {\n                        \"id\": 308651,\n                        \"name\": \"signup\",\n                        \"position\": 3,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.105Z\",\n                        \"updated_at\": \"2023-03-28T14:36:08.636Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108436,\n                \"label\": \"Instagram URL\",\n                \"field_type\": \"link\",\n                \"key\": \"instagram_url\",\n                \"placeholder\": \"Add your Instagram URL\",\n                \"description\": \"Your Instagram URL\",\n                \"required\": false,\n                \"platform_field\": true,\n                \"created_at\": \"2022-10-22T15:52:28.171Z\",\n                \"updated_at\": \"2022-10-22T15:52:28.171Z\",\n                \"community_member_profile_field\": null,\n                \"number_options\": null,\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 308655,\n                        \"name\": \"edit_profile\",\n                        \"position\": 7,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.176Z\",\n                        \"updated_at\": \"2022-11-03T13:43:58.929Z\"\n                    },\n                    {\n                        \"id\": 308656,\n                        \"name\": \"profile_view\",\n                        \"position\": 6,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.177Z\",\n                        \"updated_at\": \"2022-10-22T15:52:28.177Z\"\n                    },\n                    {\n                        \"id\": 308654,\n                        \"name\": \"signup\",\n                        \"position\": 13,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.174Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.687Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108437,\n                \"label\": \"Linkedin URL\",\n                \"field_type\": \"link\",\n                \"key\": \"linkedin_url\",\n                \"placeholder\": \"Add your LinkedIn URL\",\n                \"description\": \"Your LinkedIn URL\",\n                \"required\": false,\n                \"platform_field\": true,\n                \"created_at\": \"2022-10-22T15:52:28.202Z\",\n                \"updated_at\": \"2022-10-22T15:52:28.202Z\",\n                \"community_member_profile_field\": null,\n                \"number_options\": null,\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 308658,\n                        \"name\": \"edit_profile\",\n                        \"position\": 8,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.206Z\",\n                        \"updated_at\": \"2022-11-03T13:43:58.935Z\"\n                    },\n                    {\n                        \"id\": 308659,\n                        \"name\": \"profile_view\",\n                        \"position\": 8,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.208Z\",\n                        \"updated_at\": \"2022-11-28T17:31:12.676Z\"\n                    },\n                    {\n                        \"id\": 308657,\n                        \"name\": \"signup\",\n                        \"position\": 4,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.204Z\",\n                        \"updated_at\": \"2023-03-28T14:36:08.646Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108438,\n                \"label\": \"Profession\",\n                \"field_type\": \"text\",\n                \"key\": \"profession\",\n                \"placeholder\": \"Add your profession\",\n                \"description\": \"Your profession\",\n                \"required\": false,\n                \"platform_field\": false,\n                \"created_at\": \"2022-10-22T15:52:28.230Z\",\n                \"updated_at\": \"2022-11-03T13:53:25.992Z\",\n                \"community_member_profile_field\": null,\n                \"number_options\": null,\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 308661,\n                        \"name\": \"edit_profile\",\n                        \"position\": 16,\n                        \"visible\": false,\n                        \"created_at\": \"2022-10-22T15:52:28.234Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.482Z\"\n                    },\n                    {\n                        \"id\": 308662,\n                        \"name\": \"profile_view\",\n                        \"position\": 16,\n                        \"visible\": false,\n                        \"created_at\": \"2022-10-22T15:52:28.236Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.600Z\"\n                    },\n                    {\n                        \"id\": 308660,\n                        \"name\": \"signup\",\n                        \"position\": 15,\n                        \"visible\": false,\n                        \"created_at\": \"2022-10-22T15:52:28.233Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.694Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108439,\n                \"label\": \"Birthday\",\n                \"field_type\": \"text\",\n                \"key\": \"birthday\",\n                \"placeholder\": \"Add your birthday\",\n                \"description\": \"Your birthday\",\n                \"required\": false,\n                \"platform_field\": false,\n                \"created_at\": \"2022-10-22T15:52:28.262Z\",\n                \"updated_at\": \"2022-10-22T15:52:28.262Z\",\n                \"community_member_profile_field\": null,\n                \"number_options\": null,\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 308664,\n                        \"name\": \"edit_profile\",\n                        \"position\": 17,\n                        \"visible\": false,\n                        \"created_at\": \"2022-10-22T15:52:28.265Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.486Z\"\n                    },\n                    {\n                        \"id\": 308665,\n                        \"name\": \"profile_view\",\n                        \"position\": 17,\n                        \"visible\": false,\n                        \"created_at\": \"2022-10-22T15:52:28.267Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.604Z\"\n                    },\n                    {\n                        \"id\": 308663,\n                        \"name\": \"signup\",\n                        \"position\": 16,\n                        \"visible\": false,\n                        \"created_at\": \"2022-10-22T15:52:28.264Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.698Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108440,\n                \"label\": \"Company\",\n                \"field_type\": \"text\",\n                \"key\": \"company\",\n                \"placeholder\": \"Add your company\",\n                \"description\": \"Your company\",\n                \"required\": false,\n                \"platform_field\": false,\n                \"created_at\": \"2022-10-22T15:52:28.303Z\",\n                \"updated_at\": \"2022-10-22T15:52:28.303Z\",\n                \"community_member_profile_field\": null,\n                \"number_options\": null,\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 308667,\n                        \"name\": \"edit_profile\",\n                        \"position\": 18,\n                        \"visible\": false,\n                        \"created_at\": \"2022-10-22T15:52:28.309Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.490Z\"\n                    },\n                    {\n                        \"id\": 308668,\n                        \"name\": \"profile_view\",\n                        \"position\": 18,\n                        \"visible\": false,\n                        \"created_at\": \"2022-10-22T15:52:28.311Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.609Z\"\n                    },\n                    {\n                        \"id\": 308666,\n                        \"name\": \"signup\",\n                        \"position\": 17,\n                        \"visible\": false,\n                        \"created_at\": \"2022-10-22T15:52:28.305Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.701Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 703662,\n                \"label\": \"Favorite Color\",\n                \"field_type\": \"checkbox\",\n                \"key\": \"favorite_color\",\n                \"placeholder\": \"\",\n                \"description\": \"\",\n                \"required\": true,\n                \"platform_field\": false,\n                \"created_at\": \"2022-11-03T18:56:16.037Z\",\n                \"updated_at\": \"2022-11-03T18:56:16.037Z\",\n                \"community_member_profile_field\": null,\n                \"number_options\": null,\n                \"choices\": [\n                    {\n                        \"id\": 21,\n                        \"value\": \"Blue\"\n                    },\n                    {\n                        \"id\": 22,\n                        \"value\": \"Red\"\n                    },\n                    {\n                        \"id\": 23,\n                        \"value\": \"Purple\"\n                    }\n                ],\n                \"pages\": [\n                    {\n                        \"id\": 2094332,\n                        \"name\": \"edit_profile\",\n                        \"position\": 14,\n                        \"visible\": true,\n                        \"created_at\": \"2022-11-03T18:56:16.048Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.474Z\"\n                    },\n                    {\n                        \"id\": 2094333,\n                        \"name\": \"profile_view\",\n                        \"position\": 7,\n                        \"visible\": true,\n                        \"created_at\": \"2022-11-03T18:56:16.053Z\",\n                        \"updated_at\": \"2022-11-28T17:31:12.672Z\"\n                    },\n                    {\n                        \"id\": 2094331,\n                        \"name\": \"signup\",\n                        \"position\": 6,\n                        \"visible\": true,\n                        \"created_at\": \"2022-11-03T18:56:16.042Z\",\n                        \"updated_at\": \"2023-04-26T02:50:22.039Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 703663,\n                \"label\": \"Pick a number\",\n                \"field_type\": \"number\",\n                \"key\": \"pick_a_number\",\n                \"placeholder\": \"\",\n                \"description\": \"\",\n                \"required\": true,\n                \"platform_field\": false,\n                \"created_at\": \"2022-11-03T18:57:06.481Z\",\n                \"updated_at\": \"2022-11-03T18:57:06.481Z\",\n                \"community_member_profile_field\": null,\n                \"number_options\": {\n                    \"id\": 13,\n                    \"format\": \"number\",\n                    \"decimal\": 0,\n                    \"position\": \"right\",\n                    \"text\": \"\"\n                },\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 2094335,\n                        \"name\": \"edit_profile\",\n                        \"position\": 9,\n                        \"visible\": true,\n                        \"created_at\": \"2022-11-03T18:57:06.514Z\",\n                        \"updated_at\": \"2022-11-03T19:18:01.332Z\"\n                    },\n                    {\n                        \"id\": 2094336,\n                        \"name\": \"profile_view\",\n                        \"position\": 10,\n                        \"visible\": true,\n                        \"created_at\": \"2022-11-03T18:57:06.524Z\",\n                        \"updated_at\": \"2022-11-03T18:57:06.524Z\"\n                    },\n                    {\n                        \"id\": 2094334,\n                        \"name\": \"signup\",\n                        \"position\": 7,\n                        \"visible\": true,\n                        \"created_at\": \"2022-11-03T18:57:06.492Z\",\n                        \"updated_at\": \"2023-04-26T02:50:22.042Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 769625,\n                \"label\": \"TEST FOR HARVARD\",\n                \"field_type\": \"select\",\n                \"key\": \"test_for_harvard\",\n                \"placeholder\": \"\",\n                \"description\": \"\",\n                \"required\": false,\n                \"platform_field\": false,\n                \"created_at\": \"2022-12-12T16:30:20.744Z\",\n                \"updated_at\": \"2022-12-12T16:30:20.744Z\",\n                \"community_member_profile_field\": null,\n                \"number_options\": null,\n                \"choices\": [\n                    {\n                        \"id\": 675,\n                        \"value\": \"43134\"\n                    },\n                    {\n                        \"id\": 676,\n                        \"value\": \"r431\"\n                    },\n                    {\n                        \"id\": 677,\n                        \"value\": \"f431\"\n                    },\n                    {\n                        \"id\": 678,\n                        \"value\": \"f31\"\n                    }\n                ],\n                \"pages\": [\n                    {\n                        \"id\": 2292221,\n                        \"name\": \"edit_profile\",\n                        \"position\": 11,\n                        \"visible\": true,\n                        \"created_at\": \"2022-12-12T16:30:20.929Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.464Z\"\n                    },\n                    {\n                        \"id\": 2292222,\n                        \"name\": \"profile_view\",\n                        \"position\": 15,\n                        \"visible\": false,\n                        \"created_at\": \"2022-12-12T16:30:20.991Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.595Z\"\n                    },\n                    {\n                        \"id\": 2292220,\n                        \"name\": \"signup\",\n                        \"position\": 10,\n                        \"visible\": true,\n                        \"created_at\": \"2022-12-12T16:30:20.873Z\",\n                        \"updated_at\": \"2023-04-26T03:18:23.795Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 791934,\n                \"label\": \"Education qualification\",\n                \"field_type\": \"select\",\n                \"key\": \"education_qualification\",\n                \"placeholder\": \"\",\n                \"description\": \"This field is to give information on your education qualifications, select an option from below that matches your degree\",\n                \"required\": true,\n                \"platform_field\": false,\n                \"created_at\": \"2023-01-06T06:28:53.883Z\",\n                \"updated_at\": \"2023-02-27T20:03:37.385Z\",\n                \"community_member_profile_field\": null,\n                \"number_options\": null,\n                \"choices\": [\n                    {\n                        \"id\": 768,\n                        \"value\": \"Bachelors\"\n                    },\n                    {\n                        \"id\": 769,\n                        \"value\": \"Masters\"\n                    },\n                    {\n                        \"id\": 770,\n                        \"value\": \"PG\"\n                    },\n                    {\n                        \"id\": 771,\n                        \"value\": \"Doctor\"\n                    }\n                ],\n                \"pages\": [\n                    {\n                        \"id\": 2359148,\n                        \"name\": \"edit_profile\",\n                        \"position\": 13,\n                        \"visible\": true,\n                        \"created_at\": \"2023-01-06T06:28:53.901Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.470Z\"\n                    },\n                    {\n                        \"id\": 2359149,\n                        \"name\": \"profile_view\",\n                        \"position\": 12,\n                        \"visible\": true,\n                        \"created_at\": \"2023-01-06T06:28:53.906Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.581Z\"\n                    },\n                    {\n                        \"id\": 2359147,\n                        \"name\": \"signup\",\n                        \"position\": 8,\n                        \"visible\": true,\n                        \"created_at\": \"2023-01-06T06:28:53.893Z\",\n                        \"updated_at\": \"2023-04-26T02:50:22.046Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 856028,\n                \"label\": \"Test Field 1\",\n                \"field_type\": \"textarea\",\n                \"key\": \"test_field_1\",\n                \"placeholder\": \"\",\n                \"description\": \"\",\n                \"required\": false,\n                \"platform_field\": false,\n                \"created_at\": \"2023-02-28T11:43:34.574Z\",\n                \"updated_at\": \"2023-02-28T11:43:34.574Z\",\n                \"community_member_profile_field\": null,\n                \"number_options\": null,\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 2551385,\n                        \"name\": \"edit_profile\",\n                        \"position\": 15,\n                        \"visible\": false,\n                        \"created_at\": \"2023-02-28T11:43:34.599Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.477Z\"\n                    },\n                    {\n                        \"id\": 2551386,\n                        \"name\": \"profile_view\",\n                        \"position\": 14,\n                        \"visible\": false,\n                        \"created_at\": \"2023-02-28T11:43:34.617Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.590Z\"\n                    },\n                    {\n                        \"id\": 2551384,\n                        \"name\": \"signup\",\n                        \"position\": 14,\n                        \"visible\": false,\n                        \"created_at\": \"2023-02-28T11:43:34.579Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.690Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 958776,\n                \"label\": \"Headline\",\n                \"field_type\": \"text\",\n                \"key\": \"headline\",\n                \"placeholder\": \"Designer etc\",\n                \"description\": \"\",\n                \"required\": false,\n                \"platform_field\": false,\n                \"created_at\": \"2023-05-18T08:47:12.418Z\",\n                \"updated_at\": \"2023-05-18T08:47:12.418Z\",\n                \"community_member_profile_field\": null,\n                \"number_options\": null,\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 2859602,\n                        \"name\": \"edit_profile\",\n                        \"position\": 15,\n                        \"visible\": true,\n                        \"created_at\": \"2023-05-18T08:47:12.424Z\",\n                        \"updated_at\": \"2023-05-18T08:47:12.424Z\"\n                    },\n                    {\n                        \"id\": 2859603,\n                        \"name\": \"profile_view\",\n                        \"position\": 13,\n                        \"visible\": true,\n                        \"created_at\": \"2023-05-18T08:47:12.429Z\",\n                        \"updated_at\": \"2023-05-18T08:47:12.429Z\"\n                    },\n                    {\n                        \"id\": 2859601,\n                        \"name\": \"signup\",\n                        \"position\": 14,\n                        \"visible\": true,\n                        \"created_at\": \"2023-05-18T08:47:12.419Z\",\n                        \"updated_at\": \"2023-05-18T08:47:12.419Z\"\n                    }\n                ]\n            }\n        ],\n        \"avatar_url\": \"https://secure.gravatar.com/avatar/8eeb3248d7291a3db6cea4d793a2c005?default=blank&secure=true&size=300\",\n        \"user_id\": 9151477,\n        \"name\": \"First Last\",\n        \"email\": \"member@circle.so\",\n        \"topics_count\": 0,\n        \"posts_count\": 0,\n        \"comments_count\": 0,\n        \"location\": \"\",\n        \"website_url\": \"\",\n        \"instagram_url\": \"\",\n        \"twitter_url\": \"\",\n        \"linkedin_url\": \"\",\n        \"facebook_url\": \"\",\n        \"accepted_invitation\": \"\",\n        \"active\": false,\n        \"sso_provider_user_id\": null,\n        \"member_tags\": []\n    }\n}"}],"_postman_id":"17a16b90-33d7-4a8d-aeb4-03cc9abc126a"},{"name":"Update","id":"a451df5a-c863-4250-b87a-044e6339e91a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"John1 Doe1\",\n    \"bio\": \"Runner\",\n    \"headline\": \"World Class Athlete\",\n    \"facebook_url\": \"https://facebook.com/username\",\n    \"instagram_url\": \"https://instagram.com/username\",\n    \"twitter_url\": \"https://twitter.com/username\",\n    \"linkedin_url\": \"https://linkedin.com/username\",\n    \"website_url\": \"https://my-blog.com/website\",\n    \"avatar\": \"http://imgur.com/4j34h3h3.jpg\",\n    \"is_flagged\": true,\n    \"preferences\": {\n        \"messaging_enabled_by_admin\": false\n    },\n    \"location\": \"New York\",\n    \"community_member_profile_fields\": {\n        \"nickname\": \"MyNickname\",\n        \"your_business_description\": \"My bussiness is focused on enterprise customers...\",\n        \"favourite_colors\": [1, 2, 3], // ids of favourite colors (it could be fetched by https://api.circle.so/#dc911459-2a75-4406-bc50-dfbce24a5da3)\n        \"best_country_to_live\": 1 // id of the item in the dropdown (it could be fetched by https://api.circle.so/#dc911459-2a75-4406-bc50-dfbce24a5da3)\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/community_members/:id?community_id=318&space_ids=[1,4,2]&space_group_ids=[1,3]&skip_invitation=true","description":"<p>Update the existing member of your community.</p>\n<p>Notes:</p>\n<ul>\n<li>Updating community member profile fields is available to Enterprise &amp; Business plan communities or communities with an add on.</li>\n<li><code>community_member_profile_fields</code> is optional.</li>\n<li>It's dynamic so that you could pass pairs of profile field keys and their values for given member.</li>\n<li>If profile field type is \"Short Text\", \"Long Text\", \"Link\" or \"Number\" then value is supplied as string.</li>\n<li>If profile field type is \"Dropdown\" then integer value representing selected value should be supplied (strings are also valid).</li>\n<li>If profile field type is \"Checkbox\" then value should be supplied as an array. Warning: behaviour for \"Checkbox\" fields is \"Replace all\" which means that community member will have checked only options passed in the endpoint, and all previous ones will be removed.</li>\n</ul>\n","urlObject":{"path":["api","v1","community_members",":id"],"host":["{{host}}"],"query":[{"key":"community_id","value":"318"},{"description":{"content":"<p>Optional param</p>\n","type":"text/plain"},"key":"space_ids","value":"[1,4,2]"},{"description":{"content":"<p>Optional param</p>\n","type":"text/plain"},"key":"space_group_ids","value":"[1,3]"},{"description":{"content":"<p>Optional param</p>\n","type":"text/plain"},"key":"skip_invitation","value":"true"}],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"83ad4c85-9e27-4a5e-a278-b992fd24a153","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"John1 Doe1\",\n    \"bio\": \"Runner\",\n    \"headline\": \"World Class Athlete\",\n    \"facebook_url\": \"https://facebook.com/username\",\n    \"instagram_url\": \"https://instagram.com/username\",\n    \"twitter_url\": \"https://twitter.com/username\",\n    \"linkedin_url\": \"https://linkedin.com/username\",\n    \"website_url\": \"https://my-blog.com/website\",\n    \"avatar\": \"http://imgur.com/4j34h3h3.jpg\",\n    \"is_flagged\": true,\n    \"preferences\": {\n        \"messaging_enabled_by_admin\": false\n    },\n    \"location\": \"New York\",\n    \"community_member_profile_fields\": {\n        \"nickname\": \"MyNickname\",\n        \"your_business_description\": \"My bussiness is focused on enterprise customers...\",\n        \"favourite_colors\": [1, 2, 3], // ids of favourite colors (it could be fetched by https://api.circle.so/#dc911459-2a75-4406-bc50-dfbce24a5da3)\n        \"best_country_to_live\": 1 // id of the item in the dropdown (it could be fetched by https://api.circle.so/#dc911459-2a75-4406-bc50-dfbce24a5da3)\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.circle.so/api/v1/community_members/10117090?community_id=11111&space_group_ids=54575","protocol":"https","host":["app","circle","so"],"path":["api","v1","community_members","10117090"],"query":[{"key":"community_id","value":"11111"},{"key":"space_ids","value":"[1,4,2]","description":"Optional param","disabled":true},{"key":"space_group_ids","value":"54575","description":"Optional param"},{"key":"skip_invitation","value":"true","description":"Optional param","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 May 2023 08:58:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"0b196f597bfc10d028404337d445b397\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Security-Policy","value":""},{"key":"Set-Cookie","value":"ahoy_visit=20725466-7788-4d29-83dd-a56771bfb62a; path=/; expires=Fri, 19 May 2023 09:28:00 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"1e215e6f-a390-4d56-a50b-f62e71173cc0"},{"key":"X-Runtime","value":"0.676934"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c9b22b69a748268-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Community member is updated and has been added to following space groups: Raphy's Test spaces: Paywall, Test space for Paywall, Sample post space, Sample event space, Chat space, Event testing, Amanda <> Will , API-TEST-ONLY.\",\n    \"community_member\": {\n        \"id\": 10117090,\n        \"first_name\": \"First\",\n        \"last_name\": \"Last\",\n        \"headline\": \"World Class Athlete\",\n        \"bio\": \"Runner\",\n        \"created_at\": \"2023-05-19T08:31:00.721Z\",\n        \"updated_at\": \"2023-05-19T08:58:00.190Z\",\n        \"community_id\": 11111,\n        \"last_seen_at\": \"2023-05-19T08:44:01.000Z\",\n        \"profile_url\": \"hhttps://app.circle.so/u/195c6c33\",\n        \"public_uid\": \"195c6c33\",\n        \"profile_fields\": [\n            {\n                \"id\": 108379,\n                \"label\": \"Test field\",\n                \"field_type\": \"text\",\n                \"key\": \"test_field\",\n                \"placeholder\": \"\",\n                \"description\": \"\",\n                \"required\": false,\n                \"platform_field\": false,\n                \"created_at\": \"2022-10-19T17:11:56.373Z\",\n                \"updated_at\": \"2022-10-19T17:11:56.373Z\",\n                \"community_member_profile_field\": {\n                    \"id\": 8089014,\n                    \"text\": \"\",\n                    \"textarea\": null,\n                    \"created_at\": \"2023-05-19T08:44:29.756Z\",\n                    \"updated_at\": \"2023-05-19T08:44:29.756Z\",\n                    \"community_member_choices\": []\n                },\n                \"number_options\": null,\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 308484,\n                        \"name\": \"edit_profile\",\n                        \"position\": 2,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-19T17:11:56.383Z\",\n                        \"updated_at\": \"2023-01-06T06:30:01.717Z\"\n                    },\n                    {\n                        \"id\": 308485,\n                        \"name\": \"profile_view\",\n                        \"position\": 2,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-19T17:11:56.385Z\",\n                        \"updated_at\": \"2022-11-02T16:12:14.490Z\"\n                    },\n                    {\n                        \"id\": 308483,\n                        \"name\": \"signup\",\n                        \"position\": 2,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-19T17:11:56.377Z\",\n                        \"updated_at\": \"2023-03-28T14:36:08.628Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108431,\n                \"label\": \"Bio\",\n                \"field_type\": \"textarea\",\n                \"key\": \"bio\",\n                \"placeholder\": \"Tell us a bit about yourself\",\n                \"description\": \"A short bio about yourself\",\n                \"required\": false,\n                \"platform_field\": true,\n                \"created_at\": \"2022-10-22T15:52:27.989Z\",\n                \"updated_at\": \"2022-10-22T15:52:27.989Z\",\n                \"community_member_profile_field\": {\n                    \"id\": 8089017,\n                    \"text\": null,\n                    \"textarea\": \"Runner\",\n                    \"created_at\": \"2023-05-19T08:44:29.796Z\",\n                    \"updated_at\": \"2023-05-19T08:58:00.206Z\",\n                    \"community_member_choices\": []\n                },\n                \"number_options\": null,\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 308640,\n                        \"name\": \"edit_profile\",\n                        \"position\": 5,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:27.992Z\",\n                        \"updated_at\": \"2023-01-06T06:29:56.641Z\"\n                    },\n                    {\n                        \"id\": 308641,\n                        \"name\": \"profile_view\",\n                        \"position\": 1,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:27.994Z\",\n                        \"updated_at\": \"2022-10-22T15:52:27.994Z\"\n                    },\n                    {\n                        \"id\": 308639,\n                        \"name\": \"signup\",\n                        \"position\": 5,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:27.991Z\",\n                        \"updated_at\": \"2023-04-26T02:50:22.035Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108432,\n                \"label\": \"Location\",\n                \"field_type\": \"text\",\n                \"key\": \"location\",\n                \"placeholder\": \"Add your location\",\n                \"description\": \"Your location\",\n                \"required\": false,\n                \"platform_field\": true,\n                \"created_at\": \"2022-10-22T15:52:28.014Z\",\n                \"updated_at\": \"2022-10-22T15:52:28.014Z\",\n                \"community_member_profile_field\": {\n                    \"id\": 8089013,\n                    \"text\": \"New York\",\n                    \"textarea\": null,\n                    \"created_at\": \"2023-05-19T08:44:29.734Z\",\n                    \"updated_at\": \"2023-05-19T08:58:00.236Z\",\n                    \"community_member_choices\": []\n                },\n                \"number_options\": null,\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 308643,\n                        \"name\": \"edit_profile\",\n                        \"position\": 1,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.017Z\",\n                        \"updated_at\": \"2023-01-06T06:30:01.712Z\"\n                    },\n                    {\n                        \"id\": 308644,\n                        \"name\": \"profile_view\",\n                        \"position\": 3,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.019Z\",\n                        \"updated_at\": \"2022-11-02T16:12:14.502Z\"\n                    },\n                    {\n                        \"id\": 308642,\n                        \"name\": \"signup\",\n                        \"position\": 1,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.016Z\",\n                        \"updated_at\": \"2023-03-28T14:36:08.617Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108433,\n                \"label\": \"Website\",\n                \"field_type\": \"link\",\n                \"key\": \"website\",\n                \"placeholder\": \"Add your website\",\n                \"description\": \"Your website URL\",\n                \"required\": false,\n                \"platform_field\": true,\n                \"created_at\": \"2022-10-22T15:52:28.041Z\",\n                \"updated_at\": \"2022-10-22T15:52:28.041Z\",\n                \"community_member_profile_field\": {\n                    \"id\": 8089192,\n                    \"text\": \"https://my-blog.com/website\",\n                    \"textarea\": null,\n                    \"created_at\": \"2023-05-19T08:58:00.250Z\",\n                    \"updated_at\": \"2023-05-19T08:58:00.250Z\",\n                    \"community_member_choices\": []\n                },\n                \"number_options\": null,\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 308646,\n                        \"name\": \"edit_profile\",\n                        \"position\": 3,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.045Z\",\n                        \"updated_at\": \"2023-01-06T06:29:56.634Z\"\n                    },\n                    {\n                        \"id\": 308647,\n                        \"name\": \"profile_view\",\n                        \"position\": 9,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.046Z\",\n                        \"updated_at\": \"2022-11-28T17:31:12.680Z\"\n                    },\n                    {\n                        \"id\": 308645,\n                        \"name\": \"signup\",\n                        \"position\": 18,\n                        \"visible\": false,\n                        \"created_at\": \"2022-10-22T15:52:28.043Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.705Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108434,\n                \"label\": \"Twitter URL\",\n                \"field_type\": \"link\",\n                \"key\": \"twitter_url\",\n                \"placeholder\": \"Add your Twitter URL\",\n                \"description\": \"Your Twitter URL\",\n                \"required\": false,\n                \"platform_field\": true,\n                \"created_at\": \"2022-10-22T15:52:28.068Z\",\n                \"updated_at\": \"2022-10-22T15:52:28.068Z\",\n                \"community_member_profile_field\": {\n                    \"id\": 8089021,\n                    \"text\": \"https://twitter.com/username\",\n                    \"textarea\": null,\n                    \"created_at\": \"2023-05-19T08:44:29.825Z\",\n                    \"updated_at\": \"2023-05-19T08:58:00.245Z\",\n                    \"community_member_choices\": []\n                },\n                \"number_options\": null,\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 308649,\n                        \"name\": \"edit_profile\",\n                        \"position\": 4,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.074Z\",\n                        \"updated_at\": \"2023-01-06T06:29:56.638Z\"\n                    },\n                    {\n                        \"id\": 308650,\n                        \"name\": \"profile_view\",\n                        \"position\": 4,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.075Z\",\n                        \"updated_at\": \"2022-10-22T15:52:28.075Z\"\n                    },\n                    {\n                        \"id\": 308648,\n                        \"name\": \"signup\",\n                        \"position\": 9,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.070Z\",\n                        \"updated_at\": \"2023-04-26T02:50:22.049Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108435,\n                \"label\": \"Facebook URL\",\n                \"field_type\": \"link\",\n                \"key\": \"facebook_url\",\n                \"placeholder\": \"Add your Facebook URL\",\n                \"description\": \"Your Facebook URL\",\n                \"required\": false,\n                \"platform_field\": true,\n                \"created_at\": \"2022-10-22T15:52:28.102Z\",\n                \"updated_at\": \"2022-10-22T15:52:28.102Z\",\n                \"community_member_profile_field\": {\n                    \"id\": 8089015,\n                    \"text\": \"https://facebook.com/username\",\n                    \"textarea\": null,\n                    \"created_at\": \"2023-05-19T08:44:29.758Z\",\n                    \"updated_at\": \"2023-05-19T08:58:00.211Z\",\n                    \"community_member_choices\": []\n                },\n                \"number_options\": null,\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 308652,\n                        \"name\": \"edit_profile\",\n                        \"position\": 6,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.107Z\",\n                        \"updated_at\": \"2022-11-03T13:43:58.920Z\"\n                    },\n                    {\n                        \"id\": 308653,\n                        \"name\": \"profile_view\",\n                        \"position\": 5,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.108Z\",\n                        \"updated_at\": \"2022-10-22T15:52:28.108Z\"\n                    },\n                    {\n                        \"id\": 308651,\n                        \"name\": \"signup\",\n                        \"position\": 3,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.105Z\",\n                        \"updated_at\": \"2023-03-28T14:36:08.636Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108436,\n                \"label\": \"Instagram URL\",\n                \"field_type\": \"link\",\n                \"key\": \"instagram_url\",\n                \"placeholder\": \"Add your Instagram URL\",\n                \"description\": \"Your Instagram URL\",\n                \"required\": false,\n                \"platform_field\": true,\n                \"created_at\": \"2022-10-22T15:52:28.171Z\",\n                \"updated_at\": \"2022-10-22T15:52:28.171Z\",\n                \"community_member_profile_field\": {\n                    \"id\": 8089023,\n                    \"text\": \"https://instagram.com/username\",\n                    \"textarea\": null,\n                    \"created_at\": \"2023-05-19T08:44:29.848Z\",\n                    \"updated_at\": \"2023-05-19T08:58:00.217Z\",\n                    \"community_member_choices\": []\n                },\n                \"number_options\": null,\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 308655,\n                        \"name\": \"edit_profile\",\n                        \"position\": 7,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.176Z\",\n                        \"updated_at\": \"2022-11-03T13:43:58.929Z\"\n                    },\n                    {\n                        \"id\": 308656,\n                        \"name\": \"profile_view\",\n                        \"position\": 6,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.177Z\",\n                        \"updated_at\": \"2022-10-22T15:52:28.177Z\"\n                    },\n                    {\n                        \"id\": 308654,\n                        \"name\": \"signup\",\n                        \"position\": 13,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.174Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.687Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108437,\n                \"label\": \"Linkedin URL\",\n                \"field_type\": \"link\",\n                \"key\": \"linkedin_url\",\n                \"placeholder\": \"Add your LinkedIn URL\",\n                \"description\": \"Your LinkedIn URL\",\n                \"required\": false,\n                \"platform_field\": true,\n                \"created_at\": \"2022-10-22T15:52:28.202Z\",\n                \"updated_at\": \"2022-10-22T15:52:28.202Z\",\n                \"community_member_profile_field\": {\n                    \"id\": 8089016,\n                    \"text\": \"https://linkedin.com/username\",\n                    \"textarea\": null,\n                    \"created_at\": \"2023-05-19T08:44:29.782Z\",\n                    \"updated_at\": \"2023-05-19T08:58:00.226Z\",\n                    \"community_member_choices\": []\n                },\n                \"number_options\": null,\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 308658,\n                        \"name\": \"edit_profile\",\n                        \"position\": 8,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.206Z\",\n                        \"updated_at\": \"2022-11-03T13:43:58.935Z\"\n                    },\n                    {\n                        \"id\": 308659,\n                        \"name\": \"profile_view\",\n                        \"position\": 8,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.208Z\",\n                        \"updated_at\": \"2022-11-28T17:31:12.676Z\"\n                    },\n                    {\n                        \"id\": 308657,\n                        \"name\": \"signup\",\n                        \"position\": 4,\n                        \"visible\": true,\n                        \"created_at\": \"2022-10-22T15:52:28.204Z\",\n                        \"updated_at\": \"2023-03-28T14:36:08.646Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108438,\n                \"label\": \"Profession\",\n                \"field_type\": \"text\",\n                \"key\": \"profession\",\n                \"placeholder\": \"Add your profession\",\n                \"description\": \"Your profession\",\n                \"required\": false,\n                \"platform_field\": false,\n                \"created_at\": \"2022-10-22T15:52:28.230Z\",\n                \"updated_at\": \"2022-11-03T13:53:25.992Z\",\n                \"community_member_profile_field\": null,\n                \"number_options\": null,\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 308661,\n                        \"name\": \"edit_profile\",\n                        \"position\": 16,\n                        \"visible\": false,\n                        \"created_at\": \"2022-10-22T15:52:28.234Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.482Z\"\n                    },\n                    {\n                        \"id\": 308662,\n                        \"name\": \"profile_view\",\n                        \"position\": 16,\n                        \"visible\": false,\n                        \"created_at\": \"2022-10-22T15:52:28.236Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.600Z\"\n                    },\n                    {\n                        \"id\": 308660,\n                        \"name\": \"signup\",\n                        \"position\": 15,\n                        \"visible\": false,\n                        \"created_at\": \"2022-10-22T15:52:28.233Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.694Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108439,\n                \"label\": \"Birthday\",\n                \"field_type\": \"text\",\n                \"key\": \"birthday\",\n                \"placeholder\": \"Add your birthday\",\n                \"description\": \"Your birthday\",\n                \"required\": false,\n                \"platform_field\": false,\n                \"created_at\": \"2022-10-22T15:52:28.262Z\",\n                \"updated_at\": \"2022-10-22T15:52:28.262Z\",\n                \"community_member_profile_field\": null,\n                \"number_options\": null,\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 308664,\n                        \"name\": \"edit_profile\",\n                        \"position\": 17,\n                        \"visible\": false,\n                        \"created_at\": \"2022-10-22T15:52:28.265Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.486Z\"\n                    },\n                    {\n                        \"id\": 308665,\n                        \"name\": \"profile_view\",\n                        \"position\": 17,\n                        \"visible\": false,\n                        \"created_at\": \"2022-10-22T15:52:28.267Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.604Z\"\n                    },\n                    {\n                        \"id\": 308663,\n                        \"name\": \"signup\",\n                        \"position\": 16,\n                        \"visible\": false,\n                        \"created_at\": \"2022-10-22T15:52:28.264Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.698Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108440,\n                \"label\": \"Company\",\n                \"field_type\": \"text\",\n                \"key\": \"company\",\n                \"placeholder\": \"Add your company\",\n                \"description\": \"Your company\",\n                \"required\": false,\n                \"platform_field\": false,\n                \"created_at\": \"2022-10-22T15:52:28.303Z\",\n                \"updated_at\": \"2022-10-22T15:52:28.303Z\",\n                \"community_member_profile_field\": null,\n                \"number_options\": null,\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 308667,\n                        \"name\": \"edit_profile\",\n                        \"position\": 18,\n                        \"visible\": false,\n                        \"created_at\": \"2022-10-22T15:52:28.309Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.490Z\"\n                    },\n                    {\n                        \"id\": 308668,\n                        \"name\": \"profile_view\",\n                        \"position\": 18,\n                        \"visible\": false,\n                        \"created_at\": \"2022-10-22T15:52:28.311Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.609Z\"\n                    },\n                    {\n                        \"id\": 308666,\n                        \"name\": \"signup\",\n                        \"position\": 17,\n                        \"visible\": false,\n                        \"created_at\": \"2022-10-22T15:52:28.305Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.701Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 703662,\n                \"label\": \"Favorite Color\",\n                \"field_type\": \"checkbox\",\n                \"key\": \"favorite_color\",\n                \"placeholder\": \"\",\n                \"description\": \"\",\n                \"required\": true,\n                \"platform_field\": false,\n                \"created_at\": \"2022-11-03T18:56:16.037Z\",\n                \"updated_at\": \"2022-11-03T18:56:16.037Z\",\n                \"community_member_profile_field\": {\n                    \"id\": 8089018,\n                    \"text\": null,\n                    \"textarea\": null,\n                    \"created_at\": \"2023-05-19T08:44:29.812Z\",\n                    \"updated_at\": \"2023-05-19T08:44:29.812Z\",\n                    \"community_member_choices\": [\n                        {\n                            \"id\": 136837,\n                            \"profile_field_choice\": {\n                                \"id\": 21,\n                                \"value\": \"Blue\"\n                            }\n                        }\n                    ]\n                },\n                \"number_options\": null,\n                \"choices\": [\n                    {\n                        \"id\": 21,\n                        \"value\": \"Blue\"\n                    },\n                    {\n                        \"id\": 22,\n                        \"value\": \"Red\"\n                    },\n                    {\n                        \"id\": 23,\n                        \"value\": \"Purple\"\n                    }\n                ],\n                \"pages\": [\n                    {\n                        \"id\": 2094332,\n                        \"name\": \"edit_profile\",\n                        \"position\": 14,\n                        \"visible\": true,\n                        \"created_at\": \"2022-11-03T18:56:16.048Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.474Z\"\n                    },\n                    {\n                        \"id\": 2094333,\n                        \"name\": \"profile_view\",\n                        \"position\": 7,\n                        \"visible\": true,\n                        \"created_at\": \"2022-11-03T18:56:16.053Z\",\n                        \"updated_at\": \"2022-11-28T17:31:12.672Z\"\n                    },\n                    {\n                        \"id\": 2094331,\n                        \"name\": \"signup\",\n                        \"position\": 6,\n                        \"visible\": true,\n                        \"created_at\": \"2022-11-03T18:56:16.042Z\",\n                        \"updated_at\": \"2023-04-26T02:50:22.039Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 703663,\n                \"label\": \"Pick a number\",\n                \"field_type\": \"number\",\n                \"key\": \"pick_a_number\",\n                \"placeholder\": \"\",\n                \"description\": \"\",\n                \"required\": true,\n                \"platform_field\": false,\n                \"created_at\": \"2022-11-03T18:57:06.481Z\",\n                \"updated_at\": \"2022-11-03T18:57:06.481Z\",\n                \"community_member_profile_field\": {\n                    \"id\": 8089019,\n                    \"text\": \"1\",\n                    \"textarea\": null,\n                    \"created_at\": \"2023-05-19T08:44:29.819Z\",\n                    \"updated_at\": \"2023-05-19T08:44:29.819Z\",\n                    \"community_member_choices\": []\n                },\n                \"number_options\": {\n                    \"id\": 13,\n                    \"format\": \"number\",\n                    \"decimal\": 0,\n                    \"position\": \"right\",\n                    \"text\": \"\"\n                },\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 2094335,\n                        \"name\": \"edit_profile\",\n                        \"position\": 9,\n                        \"visible\": true,\n                        \"created_at\": \"2022-11-03T18:57:06.514Z\",\n                        \"updated_at\": \"2022-11-03T19:18:01.332Z\"\n                    },\n                    {\n                        \"id\": 2094336,\n                        \"name\": \"profile_view\",\n                        \"position\": 10,\n                        \"visible\": true,\n                        \"created_at\": \"2022-11-03T18:57:06.524Z\",\n                        \"updated_at\": \"2022-11-03T18:57:06.524Z\"\n                    },\n                    {\n                        \"id\": 2094334,\n                        \"name\": \"signup\",\n                        \"position\": 7,\n                        \"visible\": true,\n                        \"created_at\": \"2022-11-03T18:57:06.492Z\",\n                        \"updated_at\": \"2023-04-26T02:50:22.042Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 769625,\n                \"label\": \"TEST FOR HARVARD\",\n                \"field_type\": \"select\",\n                \"key\": \"test_for_harvard\",\n                \"placeholder\": \"\",\n                \"description\": \"\",\n                \"required\": false,\n                \"platform_field\": false,\n                \"created_at\": \"2022-12-12T16:30:20.744Z\",\n                \"updated_at\": \"2022-12-12T16:30:20.744Z\",\n                \"community_member_profile_field\": {\n                    \"id\": 8089022,\n                    \"text\": null,\n                    \"textarea\": null,\n                    \"created_at\": \"2023-05-19T08:44:29.845Z\",\n                    \"updated_at\": \"2023-05-19T08:44:29.845Z\",\n                    \"community_member_choices\": [\n                        {\n                            \"id\": 136839,\n                            \"profile_field_choice\": {\n                                \"id\": 678,\n                                \"value\": \"f31\"\n                            }\n                        }\n                    ]\n                },\n                \"number_options\": null,\n                \"choices\": [\n                    {\n                        \"id\": 675,\n                        \"value\": \"43134\"\n                    },\n                    {\n                        \"id\": 676,\n                        \"value\": \"r431\"\n                    },\n                    {\n                        \"id\": 677,\n                        \"value\": \"f431\"\n                    },\n                    {\n                        \"id\": 678,\n                        \"value\": \"f31\"\n                    }\n                ],\n                \"pages\": [\n                    {\n                        \"id\": 2292221,\n                        \"name\": \"edit_profile\",\n                        \"position\": 11,\n                        \"visible\": true,\n                        \"created_at\": \"2022-12-12T16:30:20.929Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.464Z\"\n                    },\n                    {\n                        \"id\": 2292222,\n                        \"name\": \"profile_view\",\n                        \"position\": 15,\n                        \"visible\": false,\n                        \"created_at\": \"2022-12-12T16:30:20.991Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.595Z\"\n                    },\n                    {\n                        \"id\": 2292220,\n                        \"name\": \"signup\",\n                        \"position\": 10,\n                        \"visible\": true,\n                        \"created_at\": \"2022-12-12T16:30:20.873Z\",\n                        \"updated_at\": \"2023-04-26T03:18:23.795Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 791934,\n                \"label\": \"Education qualification\",\n                \"field_type\": \"select\",\n                \"key\": \"education_qualification\",\n                \"placeholder\": \"\",\n                \"description\": \"This field is to give information on your education qualifications, select an option from below that matches your degree\",\n                \"required\": true,\n                \"platform_field\": false,\n                \"created_at\": \"2023-01-06T06:28:53.883Z\",\n                \"updated_at\": \"2023-02-27T20:03:37.385Z\",\n                \"community_member_profile_field\": {\n                    \"id\": 8089020,\n                    \"text\": null,\n                    \"textarea\": null,\n                    \"created_at\": \"2023-05-19T08:44:29.821Z\",\n                    \"updated_at\": \"2023-05-19T08:44:29.821Z\",\n                    \"community_member_choices\": [\n                        {\n                            \"id\": 136838,\n                            \"profile_field_choice\": {\n                                \"id\": 770,\n                                \"value\": \"PG\"\n                            }\n                        }\n                    ]\n                },\n                \"number_options\": null,\n                \"choices\": [\n                    {\n                        \"id\": 768,\n                        \"value\": \"Bachelors\"\n                    },\n                    {\n                        \"id\": 769,\n                        \"value\": \"Masters\"\n                    },\n                    {\n                        \"id\": 770,\n                        \"value\": \"PG\"\n                    },\n                    {\n                        \"id\": 771,\n                        \"value\": \"Doctor\"\n                    }\n                ],\n                \"pages\": [\n                    {\n                        \"id\": 2359148,\n                        \"name\": \"edit_profile\",\n                        \"position\": 13,\n                        \"visible\": true,\n                        \"created_at\": \"2023-01-06T06:28:53.901Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.470Z\"\n                    },\n                    {\n                        \"id\": 2359149,\n                        \"name\": \"profile_view\",\n                        \"position\": 12,\n                        \"visible\": true,\n                        \"created_at\": \"2023-01-06T06:28:53.906Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.581Z\"\n                    },\n                    {\n                        \"id\": 2359147,\n                        \"name\": \"signup\",\n                        \"position\": 8,\n                        \"visible\": true,\n                        \"created_at\": \"2023-01-06T06:28:53.893Z\",\n                        \"updated_at\": \"2023-04-26T02:50:22.046Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 856028,\n                \"label\": \"Test Field 1\",\n                \"field_type\": \"textarea\",\n                \"key\": \"test_field_1\",\n                \"placeholder\": \"\",\n                \"description\": \"\",\n                \"required\": false,\n                \"platform_field\": false,\n                \"created_at\": \"2023-02-28T11:43:34.574Z\",\n                \"updated_at\": \"2023-02-28T11:43:34.574Z\",\n                \"community_member_profile_field\": null,\n                \"number_options\": null,\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 2551385,\n                        \"name\": \"edit_profile\",\n                        \"position\": 15,\n                        \"visible\": false,\n                        \"created_at\": \"2023-02-28T11:43:34.599Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.477Z\"\n                    },\n                    {\n                        \"id\": 2551386,\n                        \"name\": \"profile_view\",\n                        \"position\": 14,\n                        \"visible\": false,\n                        \"created_at\": \"2023-02-28T11:43:34.617Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.590Z\"\n                    },\n                    {\n                        \"id\": 2551384,\n                        \"name\": \"signup\",\n                        \"position\": 14,\n                        \"visible\": false,\n                        \"created_at\": \"2023-02-28T11:43:34.579Z\",\n                        \"updated_at\": \"2023-05-03T10:33:35.690Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 958776,\n                \"label\": \"Headline\",\n                \"field_type\": \"text\",\n                \"key\": \"headline\",\n                \"placeholder\": \"Designer etc\",\n                \"description\": \"\",\n                \"required\": false,\n                \"platform_field\": false,\n                \"created_at\": \"2023-05-18T08:47:12.418Z\",\n                \"updated_at\": \"2023-05-18T08:47:12.418Z\",\n                \"community_member_profile_field\": {\n                    \"id\": 8089024,\n                    \"text\": \"\",\n                    \"textarea\": null,\n                    \"created_at\": \"2023-05-19T08:44:29.860Z\",\n                    \"updated_at\": \"2023-05-19T08:44:29.860Z\",\n                    \"community_member_choices\": []\n                },\n                \"number_options\": null,\n                \"choices\": [],\n                \"pages\": [\n                    {\n                        \"id\": 2859602,\n                        \"name\": \"edit_profile\",\n                        \"position\": 15,\n                        \"visible\": true,\n                        \"created_at\": \"2023-05-18T08:47:12.424Z\",\n                        \"updated_at\": \"2023-05-18T08:47:12.424Z\"\n                    },\n                    {\n                        \"id\": 2859603,\n                        \"name\": \"profile_view\",\n                        \"position\": 13,\n                        \"visible\": true,\n                        \"created_at\": \"2023-05-18T08:47:12.429Z\",\n                        \"updated_at\": \"2023-05-18T08:47:12.429Z\"\n                    },\n                    {\n                        \"id\": 2859601,\n                        \"name\": \"signup\",\n                        \"position\": 14,\n                        \"visible\": true,\n                        \"created_at\": \"2023-05-18T08:47:12.419Z\",\n                        \"updated_at\": \"2023-05-18T08:47:12.419Z\"\n                    }\n                ]\n            }\n        ],\n        \"avatar_url\": \"https://secure.gravatar.com/avatar/8eeb3248d7291a3db6cea4d793a2c005?default=blank&secure=true&size=300\",\n        \"user_id\": 9151477,\n        \"name\": \"First Last\",\n        \"email\": \"member@circle.so\",\n        \"topics_count\": 0,\n        \"posts_count\": 0,\n        \"comments_count\": 0,\n        \"location\": \"New York\",\n        \"website_url\": \"https://my-blog.com/website\",\n        \"instagram_url\": \"https://instagram.com/username\",\n        \"twitter_url\": \"https://twitter.com/username\",\n        \"linkedin_url\": \"https://linkedin.com/username\",\n        \"facebook_url\": \"https://facebook.com/username\",\n        \"accepted_invitation\": \"2023-05-19 08:43:59 UTC\",\n        \"active\": true,\n        \"sso_provider_user_id\": null,\n        \"member_tags\": [\n            {\n                \"name\": \"eye\",\n                \"id\": 9001\n            }\n        ]\n    }\n}"}],"_postman_id":"a451df5a-c863-4250-b87a-044e6339e91a"},{"name":"Remove Member from Community","id":"f8bb8004-9e8f-480f-a342-d5f01e7247b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":"{{host}}/api/v1/community_members?community_id=5&email=different@user.com","description":"<p>Note: unless your community has Single Sign-On enabled, this member will be removed from your community, but not from Circle. Your member(s) will need to contact <a href=\"mailto:support@circle.so\">support@circle.so</a> to get their centralized Circle account removed.</p>\n","urlObject":{"path":["api","v1","community_members"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"},{"key":"email","value":"different@user.com"}],"variable":[]}},"response":[{"id":"b3693f37-32ec-40ca-9379-40c0b3d973ff","name":"Remove Member from Community","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":{"raw":"https://app.circle.so/api/v1/community_members?community_id=5&email=member@circle.so","protocol":"https","host":["app","circle","so"],"path":["api","v1","community_members"],"query":[{"key":"community_id","value":"5"},{"key":"email","value":"member@circle.so"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:29:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"e7280bdab24d13760442e64e0520b415\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Security-Policy","value":""},{"key":"Set-Cookie","value":"ahoy_visit=cef70e4a-dbe6-45ab-a3eb-b33398130f10; path=/; expires=Mon, 22 May 2023 08:59:04 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"ef0785e8-372b-4a60-9e89-2403d01c05be"},{"key":"X-Runtime","value":"1.035401"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7cb3b078ebdc2412-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"This user has been removed from the community.\"\n}"}],"_postman_id":"f8bb8004-9e8f-480f-a342-d5f01e7247b0"}],"id":"b5d3063a-1b8d-4310-944c-60483515e8f5","description":"<p>The Members API lets you retrieve, invite, or remove members from your community.</p>\n","_postman_id":"b5d3063a-1b8d-4310-944c-60483515e8f5"},{"name":"Member Tag","item":[{"name":"Index","id":"2370b0a7-c0d3-44b2-bb61-a31cfad3db93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/member_tags?community_id=5","description":"<p>Retrieve all the member tags from your community.</p>\n","urlObject":{"path":["api","v1","member_tags"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"},{"disabled":true,"key":"","value":""},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"2030bcfb-540a-4733-90eb-4a835c8d9905","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":{"raw":"https://app.circle.so/api/v1/member_tags?community_id=","protocol":"https","host":["app","circle","so"],"path":["api","v1","member_tags"],"query":[{"key":"","value":"","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true},{"key":"community_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 11 May 2023 18:27:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7c5c79b559355b17-IAD"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"6803af46f58205de5dd5367c3dde9090\""},{"key":"Set-Cookie","value":"ahoy_visit=336c31ce-93ad-4b07-b8f3-a713f57ee001; path=/; expires=Thu, 11 May 2023 18:57:20 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-apo-via","value":"origin,host"},{"key":"Content-Security-Policy","value":""},{"key":"X-Request-Id","value":"9bd962ed-8397-4f2c-9666-55d19065ce10"},{"key":"X-Runtime","value":"0.065355"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 54710,\n        \"name\": \"Founder\",\n        \"emoji\": \"👑\",\n        \"color\": \"#506CF0\",\n        \"community_id\": 111111,\n        \"is_public\": true,\n        \"display_locations\": {\n            \"post_bio\": true,\n            \"member_cards\": true,\n            \"profile_page\": true,\n            \"member_directory\": true\n        },\n        \"display_format\": \"label\",\n        \"created_at\": \"2023-05-10T20:44:14.434Z\",\n        \"updated_at\": \"2023-05-10T20:44:14.434Z\",\n        \"tagged_members_count\": 2,\n        \"custom_emoji_url\": null,\n        \"custom_emoji_dark_url\": null\n\n    },\n    {\n        \"id\": 54711,\n        \"name\": \"Friends\",\n        \"emoji\": \"🤝\",\n        \"color\": \"#50F0BA\",\n        \"community_id\": 111111,\n        \"is_public\": true,\n        \"display_locations\": {\n            \"post_bio\": true,\n            \"member_cards\": true,\n            \"profile_page\": true,\n            \"member_directory\": true\n        },\n        \"display_format\": \"label\",\n        \"created_at\": \"2023-05-10T20:44:45.980Z\",\n        \"updated_at\": \"2023-05-10T20:44:45.980Z\",\n        \"tagged_members_count\": 0,\n        \"custom_emoji_url\": null,\n        \"custom_emoji_dark_url\": null\n    }\n]"},{"id":"bebd09bd-3a0f-4476-b627-da43fe727efe","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":{"raw":"{{host}}/api/v1/member_tags?community_id=5","host":["{{host}}"],"path":["api","v1","member_tags"],"query":[{"key":"community_id","value":"5"},{"key":"page","value":"2","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-bullet-console-text","value":"[\"user: felo\\nUSE eager loading detected\\n  MemberTag =\\u003e [:custom_emoji]\\n  Add to your query: .includes([:custom_emoji])\\nCall stack\\n  /Users/felo/circle/circle/app/serializers/api/v1/member_tag_serializer.rb:17:in `emoji'\\n  /Users/felo/circle/circle/app/controllers/api/v1/member_tags_controller.rb:12:in `index'\\n  /Users/felo/circle/circle/app/controllers/application_controller.rb:703:in `switch_locale'\\n  /Users/felo/circle/circle/lib/middlewares/omniauth_callback_redirect_middleware.rb:19:in `call'\\n\\n\",\"user: felo\\nAVOID eager loading detected\\n  MemberTag =\\u003e [:tagged_members]\\n  Remove from your query: .includes([:tagged_members])\\nCall stack\\n  /Users/felo/circle/circle/app/models/member_tag.rb:62:in `custom_emoji_data'\\n  /Users/felo/circle/circle/app/serializers/api/v1/member_tag_serializer.rb:30:in `custom_emoji_data'\\n  /Users/felo/circle/circle/app/serializers/api/v1/member_tag_serializer.rb:21:in `custom_emoji_url'\\n  /Users/felo/circle/circle/app/controllers/api/v1/member_tags_controller.rb:12:in `index'\\n  /Users/felo/circle/circle/app/controllers/application_controller.rb:703:in `switch_locale'\\n  /Users/felo/circle/circle/lib/middlewares/omniauth_callback_redirect_middleware.rb:19:in `call'\\n\\n\"]"},{"key":"ETag","value":"W/\"478d1a45fe6002011c3352d4eaed6ee5\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Security-Policy","value":"connect-src 'self' http: http://localhost:3035 ws://localhost:3035 ws://localhost:8080 http://*.circledev.net ws://*.circledev.net ws://*.circledev.net ws://*.circledev.net/ws ws://*.circledev.net:3035 ws://*.circledev.net:8080/cable ws://*.circledev.net:3035/ws wss://*.circledev.net:3035 wss://*.circledev.net:8080/cable wss://*.circledev.net:3035/ws ws://circle-eu.ngrok.io/cable wss://*.100ms.live wss://live-staging.circle.so"},{"key":"Set-Cookie","value":"ahoy_visit=d2b3d950-7fa3-4aba-b734-e64134bd17f0; path=/; expires=Mon, 01 Apr 2024 14:08:01 GMT; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; SameSite=None"},{"key":"X-Request-Id","value":"d5b7d15c-e4a1-46df-9281-1cef1c6a01ed"},{"key":"X-Runtime","value":"0.603895"},{"key":"Content-Length","value":"4054"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"color\": \"#ffffff\",\n        \"display_format\": \"label\",\n        \"name\": \"Hero & Pawa <a href=\\\"https://www.google.com\\\">Hole</a>\",\n        \"display_locations\": {\n            \"post_bio\": true,\n            \"profile_page\": true,\n            \"member_directory\": true\n        },\n        \"is_public\": true,\n        \"is_background_enabled\": false,\n        \"tagged_members_count\": 0,\n        \"id\": 24,\n        \"emoji\": null,\n        \"custom_emoji_url\": \"https://d3ivcuw0fdv82r.cloudfront.net/vfyqi4kvtndzyrquvk8m9jqhsypj\",\n        \"custom_emoji_dark_url\": null\n    },\n    {\n        \"color\": \"#FFFFFF\",\n        \"display_format\": \"label\",\n        \"name\": \"SomeTagNoIcon\",\n        \"display_locations\": {\n            \"post_bio\": true,\n            \"profile_page\": true,\n            \"member_directory\": true\n        },\n        \"is_public\": true,\n        \"is_background_enabled\": false,\n        \"tagged_members_count\": 1,\n        \"id\": 25,\n        \"emoji\": null,\n        \"custom_emoji_url\": \"https://d3ivcuw0fdv82r.cloudfront.net/vfyqi4kvtndzyrquvk8m9jqhsypj\",\n        \"custom_emoji_dark_url\": null\n    },\n    {\n        \"color\": \"#ffffff\",\n        \"display_format\": \"label\",\n        \"name\": \"Pombo\",\n        \"display_locations\": {\n            \"post_bio\": true,\n            \"profile_page\": true,\n            \"member_directory\": true\n        },\n        \"is_public\": true,\n        \"is_background_enabled\": false,\n        \"tagged_members_count\": null,\n        \"id\": 26,\n        \"emoji\": null,\n        \"custom_emoji_url\": \"https://d3ivcuw0fdv82r.cloudfront.net/vfyqi4kvtndzyrquvk8m9jqhsypj\",\n        \"custom_emoji_dark_url\": null\n    },\n    {\n        \"color\": \"#ffffff\",\n        \"display_format\": \"label\",\n        \"name\": \"TestIconRemoval\",\n        \"display_locations\": {\n            \"post_bio\": true,\n            \"profile_page\": true,\n            \"member_directory\": true\n        },\n        \"is_public\": true,\n        \"is_background_enabled\": false,\n        \"tagged_members_count\": 1,\n        \"id\": 27,\n        \"emoji\": \"🤩\",\n        \"custom_emoji_url\": \"https://d3ivcuw0fdv82r.cloudfront.net/vfyqi4kvtndzyrquvk8m9jqhsypj\",\n        \"custom_emoji_dark_url\": null\n    },\n    {\n        \"color\": \"#ffffff\",\n        \"display_format\": \"label\",\n        \"name\": \"Pipi\",\n        \"display_locations\": {\n            \"post_bio\": true,\n            \"profile_page\": true,\n            \"member_directory\": true\n        },\n        \"is_public\": true,\n        \"is_background_enabled\": false,\n        \"tagged_members_count\": 1,\n        \"id\": 28,\n        \"emoji\": \"😍\",\n        \"custom_emoji_url\": \"https://d3ivcuw0fdv82r.cloudfront.net/vfyqi4kvtndzyrquvk8m9jqhsypj\",\n        \"custom_emoji_dark_url\": null\n    },\n    {\n        \"color\": \"#ffffff\",\n        \"display_format\": \"label\",\n        \"name\": \"Pawa\",\n        \"display_locations\": {\n            \"post_bio\": true,\n            \"profile_page\": true,\n            \"member_directory\": true\n        },\n        \"is_public\": true,\n        \"is_background_enabled\": false,\n        \"tagged_members_count\": null,\n        \"id\": 29,\n        \"emoji\": \"😴\",\n        \"custom_emoji_url\": \"https://d3ivcuw0fdv82r.cloudfront.net/vfyqi4kvtndzyrquvk8m9jqhsypj\",\n        \"custom_emoji_dark_url\": null\n    },\n    {\n        \"color\": \"#ffffff\",\n        \"display_format\": \"icon\",\n        \"name\": \"MMun\",\n        \"display_locations\": {\n            \"post_bio\": true,\n            \"profile_page\": true,\n            \"member_directory\": true\n        },\n        \"is_public\": true,\n        \"is_background_enabled\": false,\n        \"tagged_members_count\": null,\n        \"id\": 30,\n        \"emoji\": \"😍\",\n        \"custom_emoji_url\": \"https://d3ivcuw0fdv82r.cloudfront.net/vfyqi4kvtndzyrquvk8m9jqhsypj\",\n        \"custom_emoji_dark_url\": null\n    },\n    {\n        \"color\": \"#ffffff\",\n        \"display_format\": \"label\",\n        \"name\": \"Nimi\",\n        \"display_locations\": {\n            \"post_bio\": true,\n            \"profile_page\": true,\n            \"member_directory\": true\n        },\n        \"is_public\": true,\n        \"is_background_enabled\": false,\n        \"tagged_members_count\": null,\n        \"id\": 31,\n        \"emoji\": null,\n        \"custom_emoji_url\": \"https://d3ivcuw0fdv82r.cloudfront.net/vfyqi4kvtndzyrquvk8m9jqhsypj\",\n        \"custom_emoji_dark_url\": null\n    },\n    {\n        \"color\": \"#ffffff\",\n        \"display_format\": \"label\",\n        \"name\": \"Last one\",\n        \"display_locations\": {\n            \"post_bio\": true,\n            \"profile_page\": true,\n            \"member_directory\": true\n        },\n        \"is_public\": true,\n        \"is_background_enabled\": false,\n        \"tagged_members_count\": 0,\n        \"id\": 32,\n        \"emoji\": null,\n        \"custom_emoji_url\": \"https://d3ivcuw0fdv82r.cloudfront.net/vfyqi4kvtndzyrquvk8m9jqhsypj\",\n        \"custom_emoji_dark_url\": null\n    },\n    {\n        \"color\": \"#ffffff\",\n        \"display_format\": \"label\",\n        \"name\": \"PomboZombo\",\n        \"display_locations\": {\n            \"post_bio\": true,\n            \"profile_page\": true,\n            \"member_directory\": true\n        },\n        \"is_public\": true,\n        \"is_background_enabled\": false,\n        \"tagged_members_count\": null,\n        \"id\": 33,\n        \"emoji\": null,\n        \"custom_emoji_url\": \"https://d3ivcuw0fdv82r.cloudfront.net/vfyqi4kvtndzyrquvk8m9jqhsypj\",\n        \"custom_emoji_dark_url\": null\n    },\n    {\n        \"color\": \"#506CF0\",\n        \"display_format\": \"label\",\n        \"name\": \"OldTagIcon\",\n        \"display_locations\": {\n            \"post_bio\": true,\n            \"profile_page\": true,\n            \"member_directory\": true\n        },\n        \"is_public\": true,\n        \"is_background_enabled\": true,\n        \"tagged_members_count\": 0,\n        \"id\": 34,\n        \"emoji\": \"😁\",\n        \"custom_emoji_url\": \"https://d3ivcuw0fdv82r.cloudfront.net/vfyqi4kvtndzyrquvk8m9jqhsypj\",\n        \"custom_emoji_dark_url\": null\n    }\n]"}],"_postman_id":"2370b0a7-c0d3-44b2-bb61-a31cfad3db93"},{"name":"Show","id":"845ce73a-f89a-4dcf-af08-ff82da4db92c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/member_tags/:id?community_id=5","description":"<p>Retrieve a specific member tag given the ID of a member tag.</p>\n","urlObject":{"path":["api","v1","member_tags",":id"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"}],"variable":[{"type":"any","value":"3","key":"id"}]}},"response":[{"id":"9fc75e6b-93da-4bf1-af54-3a68bc9f46ee","name":"Show","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":{"raw":"https://app.circle.so/api/v1/member_tags/:id?community_id=","protocol":"https","host":["app","circle","so"],"path":["api","v1","member_tags",":id"],"query":[{"key":"community_id","value":""}],"variable":[{"key":"id","value":"54710"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 11 May 2023 18:34:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7c5c8404484f061c-IAD"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"1f8f0c09e89cfc1ecb97dc6ac6762986\""},{"key":"Set-Cookie","value":"ahoy_visit=336c31ce-93ad-4b07-b8f3-a713f57ee001; path=/; expires=Thu, 11 May 2023 19:04:22 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-apo-via","value":"origin,host"},{"key":"Content-Security-Policy","value":""},{"key":"X-Request-Id","value":"f66bc0ee-2d91-4614-ae46-b5916dfdc8fd"},{"key":"X-Runtime","value":"0.039917"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 54710,\n    \"name\": \"Founder\",\n    \"emoji\": \"👑\",\n    \"color\": \"#506CF0\",\n    \"community_id\": 111111,\n    \"is_public\": true,\n    \"display_locations\": {\n        \"post_bio\": true,\n        \"member_cards\": true,\n        \"profile_page\": true,\n        \"member_directory\": true\n    },\n    \"display_format\": \"label\",\n    \"created_at\": \"2023-05-10T20:44:14.434Z\",\n    \"updated_at\": \"2023-05-10T20:44:14.434Z\",\n    \"tagged_members_count\": 2,\n    \"custom_emoji_url\": null,\n    \"custom_emoji_dark_url\": null\n}"}],"_postman_id":"845ce73a-f89a-4dcf-af08-ff82da4db92c"}],"id":"f98c803c-3ebf-455a-99aa-c5c805cf8055","description":"<p>The Member Tags API lets you retrieve the member tags in your community.</p>\n","_postman_id":"f98c803c-3ebf-455a-99aa-c5c805cf8055"},{"name":"Tagged Members","item":[{"name":"Index","id":"845be441-d0a3-4c8b-bd50-d8acdc1a095b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/tagged_members?sort=latest&per_page=2&page=1","description":"<p>Retrieve a list of all the tagged members in your community.</p>\n","urlObject":{"path":["api","v1","tagged_members"],"host":["{{host}}"],"query":[{"description":{"content":"<p>other option: oldest, Default: latest</p>\n","type":"text/plain"},"key":"sort","value":"latest"},{"description":{"content":"<p>Default: 100</p>\n","type":"text/plain"},"key":"per_page","value":"2"},{"description":{"content":"<p>Default: 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"586a05fe-7279-4f60-94b5-4a360df3d8ac","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":{"raw":"https://app.circle.so/api/v1/tagged_members?sort=latest&per_page=2&page=1","protocol":"https","host":["app","circle","so"],"path":["api","v1","tagged_members"],"query":[{"key":"sort","value":"latest","description":"other option: oldest, Default: latest"},{"key":"per_page","value":"2","description":"Default: 100"},{"key":"page","value":"1","description":"Default: 1"},{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 11 May 2023 18:41:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7c5c8ede080c7fb2-IAD"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"74c65598586e3fce658c200072d2ab63\""},{"key":"Set-Cookie","value":"ahoy_visit=336c31ce-93ad-4b07-b8f3-a713f57ee001; path=/; expires=Thu, 11 May 2023 19:11:47 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-apo-via","value":"origin,host"},{"key":"Content-Security-Policy","value":""},{"key":"X-Request-Id","value":"284a69a6-ae96-41e1-b27b-b225d0ab1e7a"},{"key":"X-Runtime","value":"0.063139"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 7781149,\n        \"member_tag_id\": 54710,\n        \"member_tag_name\": \"Founder\",\n        \"member_tag_emoji\": \"👑\",\n        \"user_id\": 000000,\n        \"user_email\": \"member1@circle.co\",\n        \"community_member_id\": 000000,\n        \"created_at\": \"2023-05-10T21:35:32.426Z\",\n        \"updated_at\": \"2023-05-10T21:35:32.426Z\"\n    },\n    {\n        \"id\": 7778852,\n        \"member_tag_id\": 54710,\n        \"member_tag_name\": \"Founder\",\n        \"member_tag_emoji\": \"👑\",\n        \"user_id\": 000000,\n        \"user_email\": \"member2@circle.co\",\n        \"community_member_id\": 000000,\n        \"created_at\": \"2023-05-10T20:44:14.457Z\",\n        \"updated_at\": \"2023-05-10T20:44:14.457Z\"\n    }\n]"}],"_postman_id":"845be441-d0a3-4c8b-bd50-d8acdc1a095b"},{"name":"Show","id":"b7bd25eb-6ad3-442b-824a-eb1c8c13ea9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":"{{host}}/api/v1/tagged_members/:id","description":"<p>Retrieve all the tagged member record given an ID.</p>\n","urlObject":{"path":["api","v1","tagged_members",":id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"3c6658c4-050a-40b3-8df9-08ec1648acfe","name":"Show","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":{"raw":"https://app.circle.so/api/v1/tagged_members/:id","protocol":"https","host":["app","circle","so"],"path":["api","v1","tagged_members",":id"],"variable":[{"key":"id","value":"7781149"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 11 May 2023 18:45:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7c5c94335f2a084c-IAD"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"1b874affe540b0ac5625563791c4fb39\""},{"key":"Set-Cookie","value":"ahoy_visit=336c31ce-93ad-4b07-b8f3-a713f57ee001; path=/; expires=Thu, 11 May 2023 19:15:25 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-apo-via","value":"origin,host"},{"key":"Content-Security-Policy","value":""},{"key":"X-Request-Id","value":"bbd95ba2-c480-4aa3-9c23-2822f6b77458"},{"key":"X-Runtime","value":"0.179810"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 7781149,\n    \"member_tag_id\": 54710,\n    \"member_tag_name\": \"Founder\",\n    \"member_tag_emoji\": \"👑\",\n    \"user_id\": 00000,\n    \"user_email\": \"member@circle.co\",\n    \"community_member_id\": 00000,\n    \"created_at\": \"2023-05-10T21:35:32.426Z\",\n    \"updated_at\": \"2023-05-10T21:35:32.426Z\"\n}"}],"_postman_id":"b7bd25eb-6ad3-442b-824a-eb1c8c13ea9e"},{"name":"Tag Member","id":"d9cf753e-9c61-4e11-b5ff-8bbb73e79239","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/tagged_members?user_email=permission@user.com&member_tag_id=43","description":"<p>Tag one or many community members with a given member tag.</p>\n","urlObject":{"path":["api","v1","tagged_members"],"host":["{{host}}"],"query":[{"description":{"content":"<p>The email of the member you'd like to tag.</p>\n","type":"text/plain"},"key":"user_email","value":"permission@user.com"},{"description":{"content":"<p>The ID of the member tag you'd like to tag the member with.</p>\n","type":"text/plain"},"key":"member_tag_id","value":"43"},{"disabled":true,"key":"user_email[]","value":"safari@user.com"},{"disabled":true,"key":"user_email[]","value":"safari1@user.com"},{"disabled":true,"key":"user_email[]","value":"enable@events.com"}],"variable":[]}},"response":[{"id":"560f456d-31fa-4eaa-b55f-9b1b767ef242","name":"Tag Member","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":{"raw":"https://app.circle.so/api/v1/tagged_members?user_email=member@circle.co&member_tag_id=54710","protocol":"https","host":["app","circle","so"],"path":["api","v1","tagged_members"],"query":[{"key":"user_email","value":"member@circle.co","description":"The email of the member you'd like to tag."},{"key":"member_tag_id","value":"54710","description":"The ID of the member tag you'd like to tag the member with."},{"key":"user_email[]","value":"safari@user.com","disabled":true},{"key":"user_email[]","value":"safari1@user.com","type":"text","disabled":true},{"key":"user_email[]","value":"enable@events.com","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 11 May 2023 19:01:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"c955e57777ec0d73639dca6748560d00\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Security-Policy","value":""},{"key":"Set-Cookie","value":"ahoy_visit=336c31ce-93ad-4b07-b8f3-a713f57ee001; path=/; expires=Thu, 11 May 2023 19:31:49 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"6d5e350c-5064-483f-a3d0-d61d7167e05e"},{"key":"X-Runtime","value":"0.055495"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c5cac3a5e9e07b6-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"d9cf753e-9c61-4e11-b5ff-8bbb73e79239"},{"name":"Untag Member","id":"9e56f8fd-85d6-49ba-89b3-3dd5e08acb9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/tagged_members?member_tag_id=3&email=permission@user.com&community_id=5","description":"<p>Destroy</p>\n","urlObject":{"path":["api","v1","tagged_members"],"host":["{{host}}"],"query":[{"description":{"content":"<p>The ID of the member tag you'd like to untag from the member</p>\n","type":"text/plain"},"key":"member_tag_id","value":"3"},{"description":{"content":"<p>The email of the member you'd like to untag.</p>\n","type":"text/plain"},"key":"email","value":"permission@user.com"},{"key":"community_id","value":"5"}],"variable":[]}},"response":[{"id":"0ef70f1c-d936-4e6b-a395-ff5c4a65a58c","name":"Untag Member","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":{"raw":"https://app.circle.so/api/v1/tagged_members?member_tag_id=54710&email=member@circle.co&community_id=11111","protocol":"https","host":["app","circle","so"],"path":["api","v1","tagged_members"],"query":[{"key":"member_tag_id","value":"54710","description":"The ID of the member tag you'd like to untag from the member"},{"key":"email","value":"member@circle.co","description":"The email of the member you'd like to untag."},{"key":"community_id","value":"11111"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 11 May 2023 19:11:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"016a4ccc9ff11abe2755219a3cdb33af\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Security-Policy","value":""},{"key":"Set-Cookie","value":"ahoy_visit=336c31ce-93ad-4b07-b8f3-a713f57ee001; path=/; expires=Thu, 11 May 2023 19:41:38 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"8cb000af-1dfc-4785-ae97-193e37ce469e"},{"key":"X-Runtime","value":"0.065236"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c5cba97ca5c05db-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Member tag has been removed from this user\"\n}"}],"_postman_id":"9e56f8fd-85d6-49ba-89b3-3dd5e08acb9d"}],"id":"4cb3b6f5-eb6b-4282-8c79-53193ae538cc","description":"<p>The Tagged Members API lets you tag or untag members with a specific member tag, or retrieve lists members that have been tagged with a member tag.</p>\n","_postman_id":"4cb3b6f5-eb6b-4282-8c79-53193ae538cc"},{"name":"Group Messages","item":[{"name":"Start Group Chat","id":"4b24eb99-1e13-4a6d-87d4-0b4d5edefdb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"user_emails\": [\"edwinbbu@gmail.com\", \"edwinbbu+rose@gmail.com\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/messages?community_id=5&message_body=Test message","description":"<p>Given a list of community member emails ids, this request will create a group chat for these members and send the message from message body.</p>\n","urlObject":{"path":["api","v1","messages"],"host":["{{host}}"],"query":[{"description":{"content":"<p>Community id</p>\n","type":"text/plain"},"key":"community_id","value":"5"},{"description":{"content":"<p>First message in newly created group chat</p>\n","type":"text/plain"},"key":"message_body","value":"Test message"}],"variable":[]}},"response":[{"id":"72eb70bd-4c07-4fce-9a2d-2710ecd516f6","name":"Start Group Chat","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"user_emails\": [\"member1@circle.co\", \"member2@circle.co\"]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.circle.so/api/v1/messages?community_id=&message_body=Hello everyone welcome to the course chat","protocol":"https","host":["app","circle","so"],"path":["api","v1","messages"],"query":[{"key":"community_id","value":"","description":"Community id"},{"key":"message_body","value":"Hello everyone welcome to the course chat","description":"First message in newly created group chat"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 May 2023 19:54:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"6dc94a5312e0f05f418248e323ea7889\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Security-Policy","value":""},{"key":"Set-Cookie","value":"ahoy_visit=0625e6a5-3aa4-48e1-8add-95f0fd1a34d4; path=/; expires=Fri, 12 May 2023 20:24:37 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"96361d22-bbf5-49c5-b473-f9574025da9f"},{"key":"X-Runtime","value":"0.134882"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c6536ee49c0200c-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Message sent\",\n    \"chat_room_message\": {\n        \"id\": 12952902,\n        \"updated_at\": \"2023-05-12T19:54:37.282Z\",\n        \"deleted_at\": null,\n        \"parent_message_id\": null,\n        \"created_at\": \"2023-05-12T19:54:37.273Z\",\n        \"chat_room_id\": 2122200,\n        \"chat_room_uuid\": \"b74b5a30-013d-4a8b-7514-51r4a5b55h3b\",\n        \"chat_room_participant_id\": 54933833,\n        \"body\": \"Test message\",\n        \"rich_text_body\": null,\n        \"sent_at\": \"2023-05-12T19:54:37.273Z\",\n        \"embedded\": false,\n        \"sender\": {\n            \"id\": 54933833,\n            \"name\": \"First Last\",\n            \"community_member_id\": 00000,\n            \"user_public_uid\": \"a20c2883\",\n            \"avatar_url\": \"https://secure.gravatar.com/avatar/971a73e753c5d11414300994ada66f85?default=404&secure=true&size=300\"\n        },\n        \"chat_thread_id\": null\n    }\n}"}],"_postman_id":"4b24eb99-1e13-4a6d-87d4-0b4d5edefdb3"}],"id":"769e44e4-9da5-47f0-8242-5daf71eaba73","_postman_id":"769e44e4-9da5-47f0-8242-5daf71eaba73","description":""},{"name":"Direct Messages","item":[{"name":"Send message","id":"5aa28a33-e14b-4c48-aea8-a93e1a24eaab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/messages?community_id=5&user_email=&message_body=","description":"<p>Send a message to a user</p>\n","urlObject":{"path":["api","v1","messages"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"},{"description":{"content":"<p>The email of the receiving community member.</p>\n","type":"text/plain"},"key":"user_email","value":""},{"description":{"content":"<p>The body of the direct message.</p>\n","type":"text/plain"},"key":"message_body","value":""}],"variable":[]}},"response":[{"id":"3fc54daf-46e2-4483-be91-e3210b70ada1","name":"Send message","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":{"raw":"https://app.circle.so/api/v1/messages?community_id=11111&user_email=member@circle.co&message_body=Hello and welcome to my Community","protocol":"https","host":["app","circle","so"],"path":["api","v1","messages"],"query":[{"key":"community_id","value":"11111"},{"key":"user_email","value":"member@circle.co","description":"The email of the receiving community member."},{"key":"message_body","value":"Hello and welcome to my Community","description":"The body of the direct message."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 11 May 2023 20:51:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"1b3942a34feef4e53e3c5b6b4c4463af\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Security-Policy","value":""},{"key":"Set-Cookie","value":"ahoy_visit=a97117d7-4587-45dd-8a14-f97221c4e24c; path=/; expires=Thu, 11 May 2023 21:21:50 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"acafa31d-0361-43d0-b4f3-cb97f8938ba9"},{"key":"X-Runtime","value":"0.082524"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c5d4d5e4850828a-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Message sent\",\n    \"chat_room_message\": {\n        \"id\": 12911178,\n        \"updated_at\": \"2023-05-11T20:51:50.178Z\",\n        \"deleted_at\": null,\n        \"parent_message_id\": null,\n        \"created_at\": \"2023-05-11T20:51:50.174Z\",\n        \"chat_room_id\": 2115586,\n        \"chat_room_uuid\": \"45ab2af5-3d64-4079-ad7e-87a889f094fa\",\n        \"chat_room_participant_id\": 54726113,\n        \"body\": \"Hello and welcome to my Community\",\n        \"rich_text_body\": null,\n        \"sent_at\": \"2023-05-11T20:51:50.174Z\",\n        \"embedded\": false,\n        \"sender\": {\n            \"id\": 00000,\n            \"name\": \"Community Admin\",\n            \"community_member_id\": 00000,\n            \"user_public_uid\": \"00000\",\n            \"avatar_url\": \"https://secure.gravatar.com/avatar/971a73e753c5d11414300994ada66f85?default=404&secure=true&size=300\"\n        },\n        \"chat_thread_id\": null\n    }\n}"}],"_postman_id":"5aa28a33-e14b-4c48-aea8-a93e1a24eaab"}],"id":"3927f6b8-f90c-44ee-9e19-378104db0936","description":"<p>The Direct Messages API lets you direct message a specific member.</p>\n","_postman_id":"3927f6b8-f90c-44ee-9e19-378104db0936"},{"name":"Member Subscriptions","item":[{"name":"Index","id":"9bd6a531-8ced-42fd-ab22-722d416075ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/community_member_subscriptions?community_id=5","description":"<p>Retrieve a set of community member subscriptions from a community. Uses per_page and page params to paginate results.</p>\n","urlObject":{"path":["api","v1","community_member_subscriptions"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>Options: active, past_due, canceled, trial.\nIf you want to filter by multiple statuses use  status[] instead of status. </p>\n","type":"text/plain"},"key":"status","value":"paid"},{"disabled":true,"description":{"content":"<p>Option: oldest, oldest_updated, latest_updated, Default: latest</p>\n","type":"text/plain"},"key":"sort","value":"latest"},{"disabled":true,"description":{"content":"<p>Default: 60, Max: 100</p>\n","type":"text/plain"},"key":"per_page","value":"1"},{"key":"community_id","value":"5"}],"variable":[]}},"response":[{"id":"a46423ef-f9d3-424d-bcad-f4b9cd29bd36","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":{"raw":"https://app.circle.so/api/v1/community_member_subscriptions?status=active&sort=latest&per_page=3&community_id=11111","protocol":"https","host":["app","circle","so"],"path":["api","v1","community_member_subscriptions"],"query":[{"key":"status","value":"active","description":"Options: active, past_due, canceled, trial.\nIf you want to filter by multiple statuses use  status[] instead of status. "},{"key":"sort","value":"latest","description":"Option: oldest, oldest_updated, latest_updated, Default: latest"},{"key":"per_page","value":"3","description":"Default: 60, Max: 100"},{"key":"community_id","value":"11111"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 11 May 2023 21:10:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7c5d68842bba0a95-IAD"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"163b114e04469e1a13870f83a4d927cf\""},{"key":"Set-Cookie","value":"ahoy_visit=15f9da0e-6a0f-4cc1-bba4-d94ece3c4b95; path=/; expires=Thu, 11 May 2023 21:40:22 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-apo-via","value":"origin,host"},{"key":"Content-Security-Policy","value":""},{"key":"X-Request-Id","value":"1538d69e-4200-4945-b0e4-d75ff382b03e"},{"key":"X-Runtime","value":"0.187838"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 266787,\n        \"user_id\": 00000,\n        \"community_id\": 11111,\n        \"community_member_id\": 00000,\n        \"processor_id\": \"sub_1a2b3456cDE7890122\",\n        \"status\": \"active\",\n        \"fee_percent\": \"0.5\",\n        \"ends_at\": null,\n        \"trial_ends_at\": null,\n        \"deleted_at\": null,\n        \"created_at\": \"2023-05-11T16:18:53.042Z\",\n        \"updated_at\": \"2023-05-11T16:18:53.042Z\",\n        \"renews_at\": \"2023-06-11T16:18:51.000Z\",\n        \"currency\": \"usd\",\n        \"community_member\": {\n            \"id\": 00000,\n            \"name\": \"Member One\",\n            \"email\": \"member1@circle.co\",\n            \"public_uid\": \"a38bb250\",\n            \"created_at\": \"2022-03-16T14:13:54.248Z\",\n            \"updated_at\": \"2023-04-18T14:32:52.809Z\",\n            \"deleted_at\": null\n        },\n        \"paywalls\": [\n            {\n                \"id\": 00000,\n                \"status\": \"active\",\n                \"display_name\": \"My Course\",\n                \"internal_name\": \"Course only\",\n                \"currency\": \"usd\",\n                \"price\": {\n                    \"amount_in_cents\": 1000,\n                    \"type\": \"subscription\",\n                    \"interval_count\": 1,\n                    \"interval\": \"monthly\",\n                    \"currency\": \"usd\"\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 169143,\n        \"user_id\": 00000,\n        \"community_id\": 11111,\n        \"community_member_id\": 00000,\n        \"processor_id\": \"sub_1a2b3456cDE78901234\",\n        \"status\": \"active\",\n        \"fee_percent\": \"0.5\",\n        \"ends_at\": null,\n        \"trial_ends_at\": \"2023-04-19T18:25:10.000Z\",\n        \"deleted_at\": null,\n        \"created_at\": \"2023-04-18T18:25:11.150Z\",\n        \"updated_at\": \"2023-04-19T18:26:51.348Z\",\n        \"renews_at\": \"2023-05-19T18:25:10.000Z\",\n        \"currency\": \"usd\",\n        \"community_member\": {\n            \"id\": 00000,\n            \"name\": \"Member Two\",\n            \"email\": \"member2@circle.co\",\n            \"public_uid\": \"97c573eb\",\n            \"created_at\": \"2023-04-18T18:25:09.921Z\",\n            \"updated_at\": \"2023-04-18T18:25:32.137Z\",\n            \"deleted_at\": null\n        },\n        \"paywalls\": [\n            {\n                \"id\": 00000,\n                \"status\": \"active\",\n                \"display_name\": \"Level A\",\n                \"internal_name\": \"Basic membership monthly\",\n                \"currency\": \"usd\",\n                \"price\": {\n                    \"amount_in_cents\": 1200,\n                    \"type\": \"subscription\",\n                    \"interval_count\": 1,\n                    \"interval\": \"monthly\",\n                    \"currency\": \"usd\"\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 156687,\n        \"user_id\": 00000,\n        \"community_id\": 11111,\n        \"community_member_id\": 00000,\n        \"processor_id\": \"sub_1a2b3456cDE7890122345t57\",\n        \"status\": \"active\",\n        \"fee_percent\": \"0.5\",\n        \"ends_at\": null,\n        \"trial_ends_at\": \"2023-04-18T19:36:34.000Z\",\n        \"deleted_at\": null,\n        \"created_at\": \"2023-03-27T19:36:35.441Z\",\n        \"updated_at\": \"2023-04-18T19:36:54.639Z\",\n        \"renews_at\": \"2024-04-18T19:36:34.000Z\",\n        \"currency\": \"usd\",\n        \"community_member\": {\n            \"id\": 00000,\n            \"name\": \"Member Three\",\n            \"email\": \"member3@circle.co\",\n            \"public_uid\": \"02fd30e4\",\n            \"created_at\": \"2023-03-27T19:36:33.952Z\",\n            \"updated_at\": \"2023-03-30T15:01:24.446Z\",\n            \"deleted_at\": null\n        },\n        \"paywalls\": [\n            {\n                \"id\": 00000,\n                \"status\": \"active\",\n                \"display_name\": \"Level A\",\n                \"internal_name\": \"Basic membership annual\",\n                \"currency\": \"usd\",\n                \"price\": {\n                    \"amount_in_cents\": 1200,\n                    \"type\": \"subscription\",\n                    \"interval_count\": 1,\n                    \"interval\": \"yearly\",\n                    \"currency\": \"usd\"\n                }\n            }\n        ]\n    }\n\n]"}],"_postman_id":"9bd6a531-8ced-42fd-ab22-722d416075ab"}],"id":"4e3275a2-bcb4-4e56-aeba-ed42e7e11666","description":"<p>The Community member subscriptions API lets you retrieve subscriptions created through Paywalls for a specific community</p>\n","_postman_id":"4e3275a2-bcb4-4e56-aeba-ed42e7e11666"},{"name":"Events","item":[{"name":"Create","id":"2c412dd7-e14c-4e41-be5e-001be93c8464","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"event\": {\n    \"name\": \"Onboarding\",\n    \"body\": \"New member onboarding\",\n    \"slug\": \"onboarding\",  // Custom slug\n    \"user_id\": 12, // Host user. By default,it will be the Admin user to which the token belongs\n    \"is_liking_disabled\": false,\n    \"is_comments_disabled\": false,\n    \"hide_meta_info\": false,\n    \"hide_from_featured_areas\": false,\n    \"event_setting_attributes\": {\n      \"starts_at\": \"2023-10-23T18:28:00.000Z\",\n      \"duration_in_seconds\": 900, // It should be in seconds. check web flow to check what durations you can provide.\n      \"location_type\": \"tbd\",    // Select from [\"virtual\", \"in_person\", \"tbd\"]\n      \"in_person_location\": \"In Person Location\", // This should be a json\n      \"rsvp_disabled\": false,\n      \"hide_location_from_non_attendees\": false,\n      \"virtual_location_url\": \"\",\n      \"hide_attendees\": false,\n      \"send_email_reminder\": false,\n      \"send_in_app_notification_reminder\": false,\n      \"enable_custom_thank_you_message\": false,\n      \"send_email_confirmation\": false,\n      \"send_in_app_notification_confirmation\": false,\n      \"confirmation_message_title\": \"\",\n      \"confirmation_message_description\": \"\",\n      \"confirmation_message_button_title\": \"\",\n      \"confirmation_message_button_link\": \"\"\n    },\n    \"meta_tag_attributes\": {\n      \"meta_title\":\"\",\n      \"meta_description\":\"\",\n      \"opengraph_title\":\"\",\n      \"opengraph_description\":\"\",\n      \"opengraph_image\":\"\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/events/?community_id=5&space_id=126","urlObject":{"path":["api","v1","events",""],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"},{"key":"space_id","value":"126"}],"variable":[]}},"response":[{"id":"bd11823a-bf81-4894-9e96-63ed2bde4220","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"event\": {\n    \"name\": \"Team check in\",\n    \"body\": \"\",\n    \"slug\": \"\", // Custom slug\n    \"user_id\": 12, // Host user. By default, it will be the Admin user to which the token belongs\n    \"is_liking_disabled\": false,\n    \"is_comments_disabled\": false,\n    \"hide_meta_info\": false,\n    \"hide_from_featured_areas\": false,\n    \"event_setting_attributes\": {\n      \"starts_at\": \"2023-10-23T18:28:00.000Z\",\n      \"duration_in_seconds\": 3600, // It should be in seconds. check web flow to check what durations you can provide.\n      \"location_type\": \"tbd\", // Select from [\"virtual\", \"in_person\", \"tbd\"]\n      \"in_person_location\": \"In Person Location\", // This should be a json\n      \"rsvp_disabled\": false,\n      \"hide_location_from_non_attendees\": false,\n      \"virtual_location_url\": \"\",\n      \"hide_attendees\": false,\n      \"send_email_reminder\": false,\n      \"send_in_app_notification_reminder\": false,\n      \"enable_custom_thank_you_message\": false,\n      \"send_email_confirmation\": false,\n      \"send_in_app_notification_confirmation\": false,\n      \"confirmation_message_title\": \"\",\n      \"confirmation_message_description\": \"\",\n      \"confirmation_message_button_title\": \"\",\n      \"confirmation_message_button_link\": \"\"\n    },\n    \"meta_tag_attributes\": {\n      \"meta_title\": \"\",\n      \"meta_description\": \"\",\n      \"opengraph_title\": \"\",\n      \"opengraph_description\": \"\",\n      \"opengraph_image\": \"\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.circle.so/api/v1/events/?community_id=11111&space_id=00000","protocol":"https","host":["app","circle","so"],"path":["api","v1","events",""],"query":[{"key":"community_id","value":"11111"},{"key":"space_id","value":"00000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 23 May 2023 18:32:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"fafc80f0e4281398bc421457b1b3b6fd\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Security-Policy","value":""},{"key":"Set-Cookie","value":"ahoy_visit=1eab5c3d-a237-453b-a06a-152fc250775d; path=/; expires=Tue, 23 May 2023 19:02:08 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"ebb51d9f-1de9-42c9-ac97-6286fe0cb521"},{"key":"X-Runtime","value":"0.156496"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7cbf613f08e081ac-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 6561487,\n    \"name\": \"Team check in\",\n    \"slug\": \"team-check-in-4d38ff\",\n    \"body\": {\n        \"id\": 26478975,\n        \"name\": \"\",\n        \"body\": \"\",\n        \"record_type\": \"Post\",\n        \"record_id\": 6561487,\n        \"created_at\": \"2023-05-23T18:32:08.000Z\",\n        \"updated_at\": \"2023-05-23T18:32:08.000Z\"\n    },\n    \"space_id\": 00000,\n    \"user_id\": 00000,\n    \"community_member_id\": 00000,\n    \"created_at\": \"2023-05-23T18:32:08.881Z\",\n    \"updated_at\": \"2023-05-23T18:32:08.890Z\",\n    \"hide_meta_info\": false,\n    \"starts_at\": \"2023-10-23T18:28:00.000Z\",\n    \"duration_in_seconds\": 3600,\n    \"rsvp_disabled\": false,\n    \"hide_attendees\": false,\n    \"virtual_location_url\": \"\",\n    \"hide_location_from_non_attendees\": false,\n    \"send_email_reminder\": false,\n    \"send_in_app_notification_reminder\": false,\n    \"enable_custom_thank_you_message\": false,\n    \"send_email_confirmation\": false,\n    \"send_in_app_notification_confirmation\": false,\n    \"confirmation_message_title\": \"\",\n    \"confirmation_message_button_title\": \"\",\n    \"confirmation_message_button_link\": \"\",\n    \"ends_at\": \"2023-10-23T19:28:00.000Z\",\n    \"confirmation_message_description\": \"\",\n    \"location_type\": \"tbd\",\n    \"in_person_location\": \"In Person Location\",\n    \"url\": \"https://app.circle.so/c/events/team-check-in-4d38ff\",\n    \"space_name\": \"Events\",\n    \"space_slug\": \"events\",\n    \"member_email\": \"member@circle.co\",\n    \"member_name\": \"Member One\",\n    \"comments_count\": 0,\n    \"likes_count\": 0,\n    \"community_id\": 11111,\n    \"member_avatar_url\": \"https://secure.gravatar.com/avatar/971a73e753c5d11414300994ada66f85?default=404&secure=true&size=300\",\n    \"zapier_display_title\": \"Team check in 23 Oct 2023 6:28PM UTC\"\n}"}],"_postman_id":"2c412dd7-e14c-4e41-be5e-001be93c8464"},{"name":"Update","id":"5f824b93-734a-43e9-954c-d61706b70889","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"event\": {\n    \"name\": \"Event\",\n    \"body\": \"Updated event time\",\n    \"slug\": \"event\",  // Custom slug\n    \"is_liking_disabled\": false,\n    \"is_comments_disabled\": false,\n    \"hide_meta_info\": false,\n    \"hide_from_featured_areas\": false,\n    \"user_id\":00000,  // User Id of user whom you want to make owner of this event.\n    \"space_id\":00000, // Space ID of space where you want to move this event.\n    \"event_setting_attributes\": {\n      \"starts_at\": \"2022-2-23T18:28:00.000Z\",\n      \"duration_in_seconds\": 900, // It should be in seconds. check web flow to check what durations you can provide.\n      \"location_type\": \"tbd\", // Select from [\"virtual\", \"in-person\", \"tbd\"]\n      \"in_person_location\": \"In Person Location\",\n      \"rsvp_disabled\": false,\n      \"hide_location_from_non_attendees\": false,\n      \"virtual_location_url\": \"https://your-event-location-url.com\",\n      \"hide_attendees\": false,\n      \"send_email_reminder\": false,\n      \"send_in_app_notification_reminder\": false,\n      \"enable_custom_thank_you_message\": false,\n      \"send_email_confirmation\": false,\n      \"send_in_app_notification_confirmation\": false,\n      \"confirmation_message_title\": \"\",\n      \"confirmation_message_description\": \"\",\n      \"confirmation_message_button_title\": \"\",\n      \"confirmation_message_button_link\": \"\"\n    },\n    \"meta_tag_attributes\": {\n      \"meta_title\": \"\",\n      \"meta_description\": \"\",\n      \"opengraph_title\": \"\",\n      \"opengraph_description\": \"\",\n      \"opengraph_image\": \"\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/events/:id?community_id=5&space_id=","urlObject":{"path":["api","v1","events",":id"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"},{"key":"space_id","value":""}],"variable":[{"type":"any","value":"236065","key":"id"}]}},"response":[{"id":"cb7669d4-ba66-4b8a-9802-383464232c24","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"event\": {\n    \"name\": \"Community Onboarding\",\n    \"body\": \"Community onboarding meeting for founding members\",\n    \"slug\": \"community-onboarding\",  // Custom slug\n    \"is_liking_disabled\": false,\n    \"is_comments_disabled\": false,\n    \"hide_meta_info\": false,\n    \"hide_from_featured_areas\": false,\n    \"user_id\": 4270545,  // User Id of user whom you want to make owner of this event.\n    \"space_id\": 690815, // Space ID of space where you want to move this event.\n    \"event_setting_attributes\": {\n      \"starts_at\": \"2023-10-23T18:28:00.000Z\",\n      \"duration_in_seconds\": 1200, // It should be in seconds. check web flow to check what durations you can provide.\n      \"location_type\": \"tbd\", // Select from [\"virtual\", \"in-person\", \"tbd\"]\n      \"in_person_location\": \"In Person Location\",\n      \"rsvp_disabled\": false,\n      \"hide_location_from_non_attendees\": false,\n      \"virtual_location_url\": \"https://your-event-location-url.com\",\n      \"hide_attendees\": false,\n      \"send_email_reminder\": false,\n      \"send_in_app_notification_reminder\": false,\n      \"enable_custom_thank_you_message\": false,\n      \"send_email_confirmation\": false,\n      \"send_in_app_notification_confirmation\": false,\n      \"confirmation_message_title\": \"\",\n      \"confirmation_message_description\": \"\",\n      \"confirmation_message_button_title\": \"\",\n      \"confirmation_message_button_link\": \"\"\n    },\n    \"meta_tag_attributes\": {\n      \"meta_title\": \"\",\n      \"meta_description\": \"\",\n      \"opengraph_title\": \"\",\n      \"opengraph_description\": \"\",\n      \"opengraph_image\": \"\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.circle.so/api/v1/events/:id?community_id=11111&space_id=690815","protocol":"https","host":["app","circle","so"],"path":["api","v1","events",":id"],"query":[{"key":"community_id","value":"11111"},{"key":"space_id","value":"690815"}],"variable":[{"key":"id","value":"6682774"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Jun 2023 19:27:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"2f39b2ef3083d57107eddc54ac9d3538\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Security-Policy","value":""},{"key":"Set-Cookie","value":"ahoy_visit=8b28ca15-115d-4b47-bb81-8a44de401b3e; path=/; expires=Thu, 01 Jun 2023 19:57:40 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"c42cefd1-b3db-4224-9c8d-f4b6d1ef9d7d"},{"key":"X-Runtime","value":"0.149332"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7d09daf6691d0850-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 6682774,\n    \"name\": \"Community Onboarding\",\n    \"slug\": \"community-onboarding\",\n    \"body\": {\n        \"record_id\": 6682774,\n        \"body\": \"Community onboarding meeting for founding members\",\n        \"id\": 26934729,\n        \"name\": \"body\",\n        \"record_type\": \"Post\",\n        \"created_at\": \"2023-06-01T19:20:40.000Z\",\n        \"updated_at\": \"2023-06-01T19:27:40.000Z\"\n    },\n    \"space_id\": 690815,\n    \"user_id\": 00000,\n    \"community_member_id\": 00000,\n    \"created_at\": \"2023-06-01T19:20:40.297Z\",\n    \"hide_meta_info\": false,\n    \"starts_at\": \"2023-10-23T18:28:00.000Z\",\n    \"duration_in_seconds\": 1200,\n    \"rsvp_disabled\": false,\n    \"hide_attendees\": false,\n    \"virtual_location_url\": \"https://your-event-location-url.com\",\n    \"hide_location_from_non_attendees\": false,\n    \"send_email_reminder\": false,\n    \"send_in_app_notification_reminder\": false,\n    \"enable_custom_thank_you_message\": false,\n    \"send_email_confirmation\": false,\n    \"send_in_app_notification_confirmation\": false,\n    \"confirmation_message_title\": \"\",\n    \"confirmation_message_button_title\": \"\",\n    \"confirmation_message_button_link\": \"\",\n    \"ends_at\": \"2023-10-23T18:48:00.000Z\",\n    \"confirmation_message_description\": \"\",\n    \"location_type\": \"tbd\",\n    \"in_person_location\": \"In Person Location\",\n    \"updated_at\": \"2023-06-01T19:27:40.644Z\",\n    \"url\": \"https://app.circle.so/c/events/community-onboarding\",\n    \"space_name\": \"Events\",\n    \"space_slug\": \"events\",\n    \"member_email\": \"member@circle.co\",\n    \"member_name\": \"Community Admin\",\n    \"comments_count\": 0,\n    \"likes_count\": 0,\n    \"community_id\": 11111,\n    \"member_avatar_url\": \"https://secure.gravatar.com/avatar/971a73e753c5d11414300994ada66f85?default=404&secure=true&size=300\",\n    \"zapier_display_title\": \"Community Onboarding 23 Oct 2023 6:28PM UTC\"\n}"}],"_postman_id":"5f824b93-734a-43e9-954c-d61706b70889"},{"name":"Index","id":"1ed3a26a-9651-4610-a710-0f991b2c18c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"communinty_id\": 5,\n    \"per_page\": 20,\n    \"page\": 1\n}\n","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/events","urlObject":{"path":["api","v1","events"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"9462d4cc-b5ac-447a-8b46-f23a2dd5442d","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"communinty_id\": 11111,\n    \"per_page\": 20,\n    \"page\": 1\n}\n","options":{"raw":{"language":"json"}}},"url":"https://app.circle.so/api/v1/events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 May 2023 19:29:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7c9ebf4109519c66-IAD"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"e589bbcf1046db1936b98756b29255e3\""},{"key":"Set-Cookie","value":"ahoy_visit=9cc87f27-eeeb-496e-b776-4165ab921df0; path=/; expires=Fri, 19 May 2023 19:59:09 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-apo-via","value":"origin,host"},{"key":"Content-Security-Policy","value":""},{"key":"X-Request-Id","value":"cc3e30f6-f9e6-4ec5-a75b-c7fae62b9474"},{"key":"X-Runtime","value":"0.101214"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 6516736,\n        \"name\": \"Toronto convention\",\n        \"slug\": \"toronto-convention\",\n        \"body\": {\n            \"id\": 26299672,\n            \"name\": \"body\",\n            \"body\": null,\n            \"record_type\": \"Post\",\n            \"record_id\": 6516736,\n            \"created_at\": \"2023-05-19T19:27:40.000Z\",\n            \"updated_at\": \"2023-05-19T19:27:40.000Z\"\n        },\n        \"space_id\": 00000,\n        \"user_id\": 00000,\n        \"community_member_id\": 00000,\n        \"created_at\": \"2023-05-19T19:27:44.268Z\",\n        \"updated_at\": \"2023-05-19T19:27:44.280Z\",\n        \"hide_meta_info\": null,\n        \"starts_at\": \"2023-09-03T13:30:00.000Z\",\n        \"duration_in_seconds\": 9000,\n        \"rsvp_disabled\": false,\n        \"hide_attendees\": false,\n        \"virtual_location_url\": null,\n        \"hide_location_from_non_attendees\": true,\n        \"send_email_reminder\": true,\n        \"send_in_app_notification_reminder\": true,\n        \"enable_custom_thank_you_message\": false,\n        \"send_email_confirmation\": true,\n        \"send_in_app_notification_confirmation\": true,\n        \"confirmation_message_title\": null,\n        \"confirmation_message_button_title\": null,\n        \"confirmation_message_button_link\": null,\n        \"ends_at\": \"2023-09-03T16:00:00.000Z\",\n        \"confirmation_message_description\": null,\n        \"location_type\": \"in_person\",\n        \"in_person_location\": \"{\\\"formatted_address\\\":\\\"123 Queen St W, Toronto, ON M5H 3M9, Canada\\\",\\\"geometry\\\":{\\\"location\\\":{\\\"lat\\\":43.6511644,\\\"lng\\\":-79.3841716}},\\\"name\\\":\\\"123 Queen St W\\\",\\\"place_id\\\":\\\"ChIJoZ8Hus00K4gRfgPGjqVFR5w\\\",\\\"url\\\":\\\"https://maps.google.com/?q=123+Queen+St+W,+Toronto,+ON+M5H+3M9,+Canada&ftid=0x882b34cdba079fa1:0x9c4745a58ec6037e\\\",\\\"html_attributions\\\":[]}\",\n        \"url\": \"https://app.circle.so/c/events/toronto-convention\",\n        \"space_name\": \"Community Events\",\n        \"space_slug\": \"community-events\",\n        \"member_email\": \"member5@circle.co\",\n        \"member_name\": \"Member Five\",\n        \"comments_count\": 0,\n        \"likes_count\": 0,\n        \"community_id\": 11111,\n        \"member_avatar_url\": \"https://secure.gravatar.com/avatar/e3c3f12e5e34b91fc8866796c21d80d9?default=404&secure=true&size=300\",\n        \"zapier_display_title\": \"Toronto convention  3 Sep 2023 1:30PM UTC\"\n    },\n    {\n        \"id\": 6516720,\n        \"name\": \"Team check in\",\n        \"slug\": \"team-check-in\",\n        \"body\": {\n            \"id\": 26299576,\n            \"name\": \"body\",\n            \"body\": null,\n            \"record_type\": \"Post\",\n            \"record_id\": 6516720,\n            \"created_at\": \"2023-05-19T19:26:00.000Z\",\n            \"updated_at\": \"2023-05-19T19:26:00.000Z\"\n        },\n        \"space_id\": 00000,\n        \"user_id\": 00000,\n        \"community_member_id\": 00000,\n        \"created_at\": \"2023-05-19T19:26:08.683Z\",\n        \"updated_at\": \"2023-05-19T19:26:08.695Z\",\n        \"hide_meta_info\": null,\n        \"starts_at\": \"2023-07-19T13:00:00.000Z\",\n        \"duration_in_seconds\": 3600,\n        \"rsvp_disabled\": false,\n        \"hide_attendees\": false,\n        \"virtual_location_url\": null,\n        \"hide_location_from_non_attendees\": false,\n        \"send_email_reminder\": true,\n        \"send_in_app_notification_reminder\": true,\n        \"enable_custom_thank_you_message\": false,\n        \"send_email_confirmation\": true,\n        \"send_in_app_notification_confirmation\": true,\n        \"confirmation_message_title\": null,\n        \"confirmation_message_button_title\": null,\n        \"confirmation_message_button_link\": null,\n        \"ends_at\": \"2023-07-19T14:00:00.000Z\",\n        \"confirmation_message_description\": null,\n        \"location_type\": \"live_room\",\n        \"in_person_location\": null,\n        \"url\": \"https://app.circle.so/c/events/team-check-in\",\n        \"space_name\": \"Community Events\",\n        \"space_slug\": \"community-events\",\n        \"member_email\": \"member@circle.co\",\n        \"member_name\": \"Member One\",\n        \"comments_count\": 0,\n        \"likes_count\": 0,\n        \"community_id\": 11111,\n        \"member_avatar_url\": \"https://secure.gravatar.com/avatar/971a73e753c5d11414300994ada66f85?default=404&secure=true&size=300\",\n        \"zapier_display_title\": \"Team check in 19 Jul 2023 1:00PM UTC\"\n    },\n    {\n        \"id\": 6486499,\n        \"name\": \"Special Guest Speaker: James C\",\n        \"slug\": \"guest-speaker\",\n        \"body\": {\n            \"id\": 26178627,\n            \"name\": \"body\",\n            \"body\": null,\n            \"record_type\": \"Post\",\n            \"record_id\": 6486499,\n            \"created_at\": \"2023-05-17T16:29:14.000Z\",\n            \"updated_at\": \"2023-05-17T16:29:14.000Z\"\n        },\n        \"space_id\": 00000,\n        \"user_id\": 00000,\n        \"community_member_id\": 00000,\n        \"created_at\": \"2023-05-17T16:29:59.891Z\",\n        \"updated_at\": \"2023-05-17T16:29:59.903Z\",\n        \"hide_meta_info\": null,\n        \"starts_at\": \"2023-05-17T16:30:00.000Z\",\n        \"duration_in_seconds\": 3600,\n        \"rsvp_disabled\": false,\n        \"hide_attendees\": false,\n        \"virtual_location_url\": null,\n        \"hide_location_from_non_attendees\": false,\n        \"send_email_reminder\": true,\n        \"send_in_app_notification_reminder\": true,\n        \"enable_custom_thank_you_message\": false,\n        \"send_email_confirmation\": true,\n        \"send_in_app_notification_confirmation\": true,\n        \"confirmation_message_title\": null,\n        \"confirmation_message_button_title\": null,\n        \"confirmation_message_button_link\": null,\n        \"ends_at\": \"2023-05-17T17:30:00.000Z\",\n        \"confirmation_message_description\": null,\n        \"location_type\": \"live_room\",\n        \"in_person_location\": null,\n        \"url\": \"https://app.circle.so/c/events/speaker-test\",\n        \"space_name\": \"Public Events\",\n        \"space_slug\": \"public-events\",\n        \"member_email\": \"member@circle.co\",\n        \"member_name\": \"Member One\",\n        \"comments_count\": 0,\n        \"likes_count\": 0,\n        \"community_id\": 11111,\n        \"member_avatar_url\": \"https://secure.gravatar.com/avatar/971a73e753c5d11414300994ada66f85?default=404&secure=true&size=300\",\n        \"zapier_display_title\": \"Speaker test 17 May 2023 4:30PM UTC\"\n    }\n]"}],"_postman_id":"1ed3a26a-9651-4610-a710-0f991b2c18c7"},{"name":"Delete","id":"63781168-684f-4431-987e-9303a665c064","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"DELETE","header":[],"url":"{{host}}/api/v1/events/:id?community_id=5&space_id=372223","urlObject":{"path":["api","v1","events",":id"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"},{"key":"space_id","value":"372223"}],"variable":[{"id":"369b4425-4124-4e87-b2bc-610308f5ff32","type":"any","value":"3382736","key":"id"}]}},"response":[{"id":"9ac43e01-0548-46d4-a0b3-9faf0aedc519","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.circle.so/api/v1/events/:id?community_id=11111&space_id=00000","protocol":"https","host":["app","circle","so"],"path":["api","v1","events",":id"],"query":[{"key":"community_id","value":"11111"},{"key":"space_id","value":"00000"}],"variable":[{"key":"id","value":"6460875"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 May 2023 21:28:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"dab9965425e978321b19c8364bded6ee\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Security-Policy","value":""},{"key":"Set-Cookie","value":"ahoy_visit=b980d095-34ed-4715-b0c1-f039a6c59759; path=/; expires=Mon, 15 May 2023 21:58:06 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"a384f494-a723-41a7-94d5-48f5acdfaa3e"},{"key":"X-Runtime","value":"0.108456"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c7e77fe6de00619-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Event deleted.\"\n}"}],"_postman_id":"63781168-684f-4431-987e-9303a665c064"}],"id":"86a7c23d-c298-42d3-bea5-9d77b0886992","event":[{"listen":"prerequest","script":{"id":"e2c5a891-44e4-41a6-ac09-f9cf5b95a55c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"78f46c50-53e6-4105-9372-8b91872d81bd","type":"text/javascript","exec":[""]}}],"_postman_id":"86a7c23d-c298-42d3-bea5-9d77b0886992","description":""},{"name":"Event Attendees","item":[{"name":"RSVP Member","id":"d84c3b71-77d2-469c-9828-63c0da602337","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"communinty_id\": 5,\n    \"event_id\":,\n    \"member_email\":\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/event_attendees","urlObject":{"path":["api","v1","event_attendees"],"host":["{{host}}"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"5230af93-7a8d-4ce7-8b43-2ae468875d9b","name":"RSVP Member","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"communinty_id\": 11111,\n    \"event_id\": 1865956,\n    \"member_email\": \"member@circle.co\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.circle.so/api/v1/event_attendees","protocol":"https","host":["app","circle","so"],"path":["api","v1","event_attendees"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Jan 2022 22:24:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"ETag","value":"W/\"7883f5b6f16f7664fe6d3247b7c73c25\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"ahoy_visit=61ec28d4-61c7-41f5-abf7-58ddb76e6554; domain=.circle.so; path=/; expires=Fri, 07 Jan 2022 22:29:38 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"0346bf72952448b2ebd4b854f58f705e"},{"key":"X-Runtime","value":"0.051901"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6ca098f27c0d5c94-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"RSVP'd to the event.\"\n}"}],"_postman_id":"d84c3b71-77d2-469c-9828-63c0da602337"},{"name":"Index","id":"250acd87-2ca6-43cb-98d7-26330b1f035e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"communinty_id\": 5,\n    \"event_id\": 00000,\n    \"per_page\": 20,\n    \"page\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/event_attendees","urlObject":{"path":["api","v1","event_attendees"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"272c129c-315d-42e6-8f51-a06e31e19ccc","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"communinty_id\": 11111,\n    \"event_id\": 00000,\n    \"per_page\": 20,\n    \"page\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://app.circle.so/api/v1/event_attendees"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Jan 2022 22:23:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"ETag","value":"W/\"d116d72a405dfac041d919e2a0742261\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"ahoy_visit=61ec28d4-61c7-41f5-abf7-58ddb76e6554; domain=.circle.so; path=/; expires=Fri, 07 Jan 2022 22:28:29 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"683afbf7cdd86c374e8d391c6582e61c"},{"key":"X-Runtime","value":"0.051385"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6ca0973f2e56821a-IAD"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 00000,\n        \"event_id\": 00000,\n        \"community_member_id\": 00000,\n        \"member_name\": \"Member One\",\n        \"member_email\": \"member@circle.so\",\n        \"headline\": \"Community builder\",\n        \"member_avatar_url\": \"https://app.circle.so/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBNzR5QlE9PSIsImV4cCI6bnVsbCwicHVyIjoiYmxvYl9pZCJ9fQ==--8585dcc27e82033fefb93409e115e9f8dd228d57/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCem9MWm05eWJXRjBTU0lJY0c1bkJqb0dSVlE2RkhKbGMybDZaVjkwYjE5c2FXMXBkRnNIYVFJc0FXa0NMQUU9IiwiZXhwIjpudWxsLCJwdXIiOiJ2YXJpYXRpb24ifX0=--303343140e2172dc8c24fca3ba2b0156e869f191/member.png\",\n        \"rsvp_date\": \"2023-02-05T19:56:13.392Z\"\n    }\n]"}],"_postman_id":"250acd87-2ca6-43cb-98d7-26330b1f035e"},{"name":"Un-RSVP Member","id":"5eb3d85e-a0d0-48cf-bae4-05f9ec697119","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"communinty_id\": 5,\n    \"event_id\": {{event_id}},\n    \"member_email\": \"{{member_email}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/event_attendees","urlObject":{"path":["api","v1","event_attendees"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5bea6d9c-4e6a-4d36-a447-a9549775477a","name":"Un-RSVP Member","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"communinty_id\": 11111,\n    \"event_id\": 00000,\n    \"member_email\": \"member@circle.so\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.circle.so/api/v1/event_attendees"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Jan 2022 22:24:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"ETag","value":"W/\"c409f677ebdc224f21bef4b54465ec31\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"ahoy_visit=61ec28d4-61c7-41f5-abf7-58ddb76e6554; domain=.circle.so; path=/; expires=Fri, 07 Jan 2022 22:29:46 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"723ce453a95898949bed9b654c8d2157"},{"key":"X-Runtime","value":"0.048816"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6ca09921ceec824a-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Un-RSVP successful from the event\"\n}"}],"_postman_id":"5eb3d85e-a0d0-48cf-bae4-05f9ec697119"}],"id":"cfa3bb9c-f317-4de6-87f4-1e88225cd116","event":[{"listen":"prerequest","script":{"id":"c5e99681-89f0-488a-96e4-f0d70a8e5878","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e3affa4f-6f0c-4b50-8f3f-66813d40e8e8","type":"text/javascript","exec":[""]}}],"_postman_id":"cfa3bb9c-f317-4de6-87f4-1e88225cd116","description":""},{"name":"Member Charges","item":[{"name":"Index","id":"993f3cb7-5217-4cd9-9489-6c1e5895a14c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/community_member_charges?community_id=5","description":"<p>Retrieve a set of community member charges from a community. Uses per_page and page params to paginate results.</p>\n","urlObject":{"path":["api","v1","community_member_charges"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"},{"disabled":true,"description":{"content":"<p>Options: paid, refunded.\nIf you want to filter by multiple statuses use  status[] instead of status. </p>\n","type":"text/plain"},"key":"status","value":"paid"},{"disabled":true,"description":{"content":"<p>Option: oldest, Default: latest</p>\n","type":"text/plain"},"key":"sort","value":"latest"},{"disabled":true,"description":{"content":"<p>Default: 60, Max: 100</p>\n","type":"text/plain"},"key":"per_page","value":"60"}],"variable":[]}},"response":[{"id":"62132a11-c72c-4a3f-b7cb-85a420bd4c29","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":{"raw":"https://app.circle.so/api/v1/community_member_charges?community_id=5","protocol":"https","host":["app","circle","so"],"path":["api","v1","community_member_charges"],"query":[{"key":"status","value":"paid","description":"Options: paid, refunded.\nIf you want to filter by multiple statuses use  status[] instead of status. ","disabled":true},{"key":"sort","value":"latest","description":"Option: oldest, Default: latest","type":"text","disabled":true},{"key":"per_page","value":"60","description":"Default: 60, Max: 100","type":"text","disabled":true},{"key":"community_id","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Jan 2022 20:45:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"ETag","value":"W/\"26c66dcadf1238c060a1aa1d48ad2b31\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"ahoy_visit=9c9e988a-a626-4029-a73b-df940690b0c3; domain=.circle.so; path=/; expires=Fri, 21 Jan 2022 20:50:21 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"fb30e28c7cce0ab81948216b55476bd7"},{"key":"X-Runtime","value":"0.034427"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6d1362be4add48f9-MDE"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 00000,\n        \"user_id\": 00000,\n        \"community_id\": 11111,\n        \"community_member_id\": 00000,\n        \"processor_id\": \"sub_1a2b3456cDE7890122\",\n        \"status\": \"paid\",\n        \"amount\": 120,\n        \"fee_amount\": 1,\n        \"amount_refunded\": 0,\n        \"deleted_at\": null,\n        \"created_at\": \"2021-12-29T19:57:30.105Z\",\n        \"updated_at\": \"2021-12-29T20:02:02.443Z\",\n        \"community_member_subscription_id\": 00000,\n        \"currency\": \"usd\",\n        \"community_member\": {\n            \"id\": 00000,\n            \"name\": \"Member One\",\n            \"email\": \"member@circle.co\",\n            \"public_uid\": \"123fe0e1\",\n            \"created_at\": \"2021-12-29T19:57:34.622Z\",\n            \"updated_at\": \"2021-12-29T19:58:11.019Z\",\n            \"deleted_at\": null\n        },\n        \"paywalls\": [\n            {\n                \"id\": 00000,\n                \"status\": \"active\",\n                \"display_name\": \"Level A\",\n                \"internal_name\": \"Basic membership annual\",\n                \"currency\": \"usd\",\n                \"price\": {\n                    \"amount_in_cents\": 12000,\n                    \"type\": \"subscription\",\n                    \"interval_count\": 1,\n                    \"interval\": \"yearly\",\n                    \"currency\": \"usd\"\n                }\n            }\n        ]\n    }\n]"}],"_postman_id":"993f3cb7-5217-4cd9-9489-6c1e5895a14c"}],"id":"9fe721f4-0e6c-4917-b230-311be5948fc1","description":"<p>The Community member charges API lets you retrieve charges created through Paywalls for a specific community</p>\n","_postman_id":"9fe721f4-0e6c-4917-b230-311be5948fc1"},{"name":"Post Likes","item":[{"name":"Index","id":"f8ba061b-4707-4326-961e-196a4b29a669","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/posts/{{post_id}}/likes","description":"<p>Retrieve all the user likes for a given post.</p>\n","urlObject":{"path":["api","v1","posts","{{post_id}}","likes"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"86adb39f-47ce-48e7-ab53-c96cc6bb5c9b","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"https://app.circle.so/api/v1/posts/00000/likes"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"page\": 1,\n    \"per_page\": 10,\n    \"has_next_page\": false,\n    \"count\": 2,\n    \"page_count\": 2,\n    \"records\": [\n        {\n            \"id\": 00000,\n            \"user_id\": 00000,\n            \"public_uid\": \"a82e3938\",\n            \"first_name\": \"Member\",\n            \"last_name\": \"One\",\n            \"name\": \"Member One\",\n            \"headline\": \"Community educator\",\n            \"admin\": false,\n            \"user_attachable_sgid\": \"BAh7CEkiCGdpZAY6BkVUSSIqZ2lkOi8vanVtcHN0YXJ0LWFwcC9Vc2VyLzY_ZXhwaXJlc19pbggxwdXJwb3NlBjsAVEkiD2F0dGFjaGFibGUGOwBUSSIPZXhwaXJlc19hdAY7AFQw--77a66970902ae68209ba20e749b569f3d3cee302\",\n            \"avatar_url\": \"https://secure.gravatar.com/avatar/68798b556442142a01495bff24b5e850c?default=blank&secure=true&size=300\"\n        },\n        {\n            \"id\": 00000,\n            \"user_id\": 00000,\n            \"public_uid\": \"40a4da7d\",\n            \"first_name\": \"Member\",\n            \"last_name\": \"Two\",\n            \"name\": \"Member Two\",\n            \"headline\": \"Legacy Administration Liaison\",\n            \"admin\": true,\n            \"user_attachable_sgid\": \"BAh7CEkiCGdpZAY6BkVUSSIqZ2lkOi8vanVtcHN0YXJ0LWFwcC95465515XhwaXJlc19pbgY7AFRJIgxwdXJwb3NlBjsAVEkiD2F0dGFjaGFibGUGOwBUSSIPZXhwaXJlc19hdAY7AFQw--4d1bed584868dc70512e0a3976e1e84c6daf46f9\",\n            \"avatar_url\": \"https://secure.gravatar.com/avatar/2c34e4a00bf664d54d5cdc303f3005d07?default=blank&secure=true&size=300\"\n        }\n    ],\n    \"meta\": {}\n}"}],"_postman_id":"f8ba061b-4707-4326-961e-196a4b29a669"},{"name":"Create","id":"39aad9cb-082b-4da0-b396-b232c1050bdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{host}}/api/v1/posts/{{post_id}}/likes?user_email=member@circle.co","description":"<p>The API create a like on the post for the provided <code>user_email</code> user. If <code>user_email</code> parameter is not passed then it creates a post like for the admin user.</p>\n","urlObject":{"path":["api","v1","posts","{{post_id}}","likes"],"host":["{{host}}"],"query":[{"key":"user_email","value":"member@circle.co"}],"variable":[]}},"response":[{"id":"991ba418-132c-465f-b6e0-7c473e0fce53","name":"Create","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://app.circle.so/api/v1/posts/00000/likes?user_email=member@circle.co","protocol":"https","host":["app","circle","so"],"path":["api","v1","posts","00000","likes"],"query":[{"key":"user_email","value":"member@circle.co"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Post has been liked\"\n}"}],"_postman_id":"39aad9cb-082b-4da0-b396-b232c1050bdf"},{"name":"Destroy","id":"d4b5b307-b3b6-4c5e-8b43-58c1c489dffb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/api/v1/posts/{{post_id}}/likes?user_email=member@circle.so","description":"<p>The API deletes a like on the post for the provided <code>user_email</code> user. If <code>user_email</code> parameter is not passed then it deletes a post like for the admin user.</p>\n","urlObject":{"path":["api","v1","posts","{{post_id}}","likes"],"host":["{{host}}"],"query":[{"key":"user_email","value":"member@circle.so"}],"variable":[]}},"response":[{"id":"c0eca1fe-cb6d-4b50-b681-97ad9f8ca1a8","name":"Destroy","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.circle.so/api/v1/posts/00000/likes?user_email=member@circle.so","protocol":"https","host":["app","circle","so"],"path":["api","v1","posts","00000","likes"],"query":[{"key":"user_email","value":"member@circle.so"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Post has been unliked\"\n}"}],"_postman_id":"d4b5b307-b3b6-4c5e-8b43-58c1c489dffb"}],"id":"6f3d4110-abae-4858-b793-6684303b4579","description":"<p>APIs for post like, unlike and getting list of likes.</p>\n","_postman_id":"6f3d4110-abae-4858-b793-6684303b4579"},{"name":"Comment Likes","item":[{"name":"Index","id":"4f9dd566-0806-4b5e-9be3-3adfb44bf89b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/comments/{{comment_id}}/likes","description":"<p>Retrieve all the user likes for a given comment.</p>\n","urlObject":{"path":["api","v1","comments","{{comment_id}}","likes"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5d656e72-ee10-44a6-b605-af3c53fddd0d","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"https://app.circle.so/api/v1/comments/00000/likes"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"page\": 1,\n    \"per_page\": 10,\n    \"has_next_page\": false,\n    \"count\": 2,\n    \"page_count\": 2,\n    \"records\": [\n        {\n            \"id\": 00000,\n            \"user_id\": 00000,\n            \"public_uid\": \"a82e3938\",\n            \"first_name\": \"Member\",\n            \"last_name\": \"One\",\n            \"name\": \"Member Two\",\n            \"headline\": \"Direct Assistant\",\n            \"admin\": false,\n            \"user_attachable_sgid\": \"BAh7CEkiCGdpZAY6BkVUSSIqZ2lkOi8vanVtcHN0YXJ0LWFwcC9Vc2VyLzY_ZXhwaFRJIgxwdXJwb3NlBjsAVEkiD2F0dGFjaGFibGUGOwBUSSIPZXhwaXJlc19hdAY7AFQw--77a66970902ae68209ba20e749b569f3d3cee302\",\n            \"avatar_url\": \"https://secure.gravatar.com/avatar/68798b4a1fdb52a01495bff24b5e850c?default=blank&secure=true&size=300\"\n        },\n        {\n            \"id\": 00000,\n            \"user_id\": 00000,\n            \"public_uid\": \"40a4da7d\",\n            \"first_name\": \"Member\",\n            \"last_name\": \"Two\",\n            \"name\": \"Member Two\",\n            \"headline\": \"Legacy Administration Liaison\",\n            \"admin\": true,\n            \"user_attachable_sgid\": \"BAh7CEkiCGdpZAY6BkVUSSIqZ2lkOi8vanVtcHN0YXJ0LWFwcC9VcwaXJlc19pbgY7AFRJIgxwdXJwb3NlBjsAVEkiD2F0dGFjaGFibGUGOwBUSSIPZXhwaXJlc19hdAY7AFQw--4d1bed584868dc70512e0a3976e1e84c6daf46f9\",\n            \"avatar_url\": \"https://secure.gravatar.com/avatar/2c34e4a00bf4bf035fcdc303f3005d07?default=blank&secure=true&size=300\"\n        }\n    ],\n    \"meta\": {}\n}"}],"_postman_id":"4f9dd566-0806-4b5e-9be3-3adfb44bf89b"},{"name":"Create","id":"5493b258-fd79-4aa7-81fe-d2e92e911a62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{host}}/api/v1/comments/{{comment_id}}/likes?user_email=member@circle.so","description":"<p>The API create a like on the comment for the provided <code>user_email</code> user. If <code>user_email</code> parameter is not passed then it creates a comment like for the admin user.</p>\n","urlObject":{"path":["api","v1","comments","{{comment_id}}","likes"],"host":["{{host}}"],"query":[{"key":"user_email","value":"member@circle.so"}],"variable":[]}},"response":[{"id":"9d636335-db27-4996-9cfd-0ff5ea0f45ca","name":"Create","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://app.circle.so/api/v1/comments/00000/likes?user_email=member@circle.so","protocol":"https","host":["app","circle","so"],"path":["api","v1","comments","00000","likes"],"query":[{"key":"user_email","value":"member@circle.so"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Comment has been liked\"\n}"}],"_postman_id":"5493b258-fd79-4aa7-81fe-d2e92e911a62"},{"name":"Destroy","id":"4bbd96a0-35ee-4221-93f6-5ca5d5558791","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/api/v1/comments/{{comment_id}}/likes?user_email=member@circle.so","description":"<p>The API deletes a like on the comment for the provided <code>user_email</code> user. If <code>user_email</code> parameter is not passed then it deletes a comment like for the admin user.</p>\n","urlObject":{"path":["api","v1","comments","{{comment_id}}","likes"],"host":["{{host}}"],"query":[{"key":"user_email","value":"member@circle.so"}],"variable":[]}},"response":[{"id":"f305c42f-95b4-48b7-853b-d9aaed06c041","name":"Destroy","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://app.circle.so/api/v1/comments/00000/likes?user_email=member@circle.so","protocol":"http","host":["app","circle","so"],"path":["api","v1","comments","00000","likes"],"query":[{"key":"user_email","value":"member@circle.so"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Comment has been unliked\"\n}"}],"_postman_id":"4bbd96a0-35ee-4221-93f6-5ca5d5558791"}],"id":"d6cfe203-81d6-47a1-958b-26bc1a823a69","description":"<p>APIs for comment like, unlike and getting list of likes.</p>\n","_postman_id":"d6cfe203-81d6-47a1-958b-26bc1a823a69"},{"name":"Comunity Member Spaces","item":[{"name":"Index","id":"a87543ea-5b63-41ff-9676-7d28714a4c67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/community_member_spaces?user_email=member@circle.so","urlObject":{"path":["api","v1","community_member_spaces"],"host":["{{host}}"],"query":[{"key":"user_email","value":"member@circle.so"}],"variable":[]}},"response":[{"id":"e25b645d-872b-404e-a7f0-26c4f552770a","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":{"raw":"https://app.circle.so/api/v1/community_member_spaces?user_email=member@circle.so","protocol":"https","host":["app","circle","so"],"path":["api","v1","community_member_spaces"],"query":[{"key":"user_email","value":"member@circle.so"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 May 2023 20:44:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7c7e37b3e95c3b24-IAD"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"88b9f7d9615f6eadc5e7a6a8736b64a6\""},{"key":"Set-Cookie","value":"ahoy_visit=b980d095-34ed-4715-b0c1-f039a6c59759; path=/; expires=Mon, 15 May 2023 21:14:12 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-apo-via","value":"origin,host"},{"key":"Content-Security-Policy","value":""},{"key":"X-Request-Id","value":"f4abea25-05fd-4a75-bd5d-bd133bbd99af"},{"key":"X-Runtime","value":"0.147452"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 1,\n    \"per_page\": 30,\n    \"has_next_page\": false,\n    \"count\": 3,\n    \"page_count\": 3,\n    \"records\": [\n        {\n            \"id\": 00000,\n            \"name\": \"1:1 Sessions\",\n            \"slug\": \"1-1-sessions\",\n            \"emoji\": null,\n            \"space_group_id\": 00000,\n            \"space_group_name\": \"Information\",\n            \"url\": \"https://app.circle.so/c/1-1-sessions\",\n            \"community_id\": 11111,\n            \"is_private\": false,\n            \"hide_post_settings\": true,\n            \"display_view\": \"posts\",\n            \"post_ids\": [\n                00000\n            ],\n            \"is_post_disabled\": true,\n            \"space_type\": \"event\",\n            \"hide_topic_settings\": true,\n            \"is_topic_disabled\": true,\n            \"topic_ids\": [\n                00000\n            ]\n        },\n        {\n            \"id\": 00000,\n            \"name\": \"Private Posts\",\n            \"slug\": \"private-posts\",\n            \"emoji\": null,\n            \"space_group_id\": 00000,\n            \"space_group_name\": \"Information\",\n            \"url\": \"https://app.circle.so/c/private-posts\",\n            \"community_id\": 11111,\n            \"is_private\": true,\n            \"hide_post_settings\": false,\n            \"display_view\": \"posts\",\n            \"post_ids\": [\n                00000\n            ],\n            \"is_post_disabled\": false,\n            \"space_type\": \"basic\",\n            \"hide_topic_settings\": false,\n            \"is_topic_disabled\": false,\n            \"topic_ids\": [\n                00000\n            ]\n        },\n        {\n            \"id\": 00000,\n            \"name\": \"Public posts\",\n            \"slug\": \"public-posts\",\n            \"emoji\": null,\n            \"space_group_id\": 00000,\n            \"space_group_name\": \"Information\",\n            \"url\": \"https://app.circle.so/c/public-posts\",\n            \"community_id\": 11111,\n            \"is_private\": false,\n            \"hide_post_settings\": false,\n            \"display_view\": \"posts\",\n            \"post_ids\": [\n                00000\n            ],\n            \"is_post_disabled\": true,\n            \"space_type\": \"basic\",\n            \"hide_topic_settings\": false,\n            \"is_topic_disabled\": true,\n            \"topic_ids\": [\n                00000\n            ]\n        }\n    ],\n    \"meta\": {}\n}"}],"_postman_id":"a87543ea-5b63-41ff-9676-7d28714a4c67"}],"id":"2633d8b8-328e-42ec-9702-9f586fa5982c","description":"<p>Gives a list of spaces the user is member of</p>\n","_postman_id":"2633d8b8-328e-42ec-9702-9f586fa5982c"},{"name":"Profile Fields","item":[{"name":"Get profile fields","id":"dc911459-2a75-4406-bc50-dfbce24a5da3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/page_profile_fields?page_name=edit_profile","description":"<p>Notes:</p>\n<ul>\n<li>Fetching community profile fields is available to Enterprise communities or communities with an add on.</li>\n</ul>\n","urlObject":{"path":["api","v1","page_profile_fields"],"host":["{{host}}"],"query":[{"description":{"content":"<p>Required param (could be edit_profile, signup, profile_view)</p>\n","type":"text/plain"},"key":"page_name","value":"edit_profile"}],"variable":[]}},"response":[{"id":"0de74ea5-2952-4ba9-9500-07bc71eb4817","name":"Get profile fields","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":{"raw":"{{host}}/api/v1/page_profile_fields?page_name=edit_profile","host":["{{host}}"],"path":["api","v1","page_profile_fields"],"query":[{"key":"page_name","value":"edit_profile","description":"Required param (could be edit_profile, signup, profile_view)"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 703707,\n        \"label\": \"Preferred programming language\",\n        \"field_type\": \"select\",\n        \"key\": \"preferred_programming_language\",\n        \"placeholder\": \"\",\n        \"description\": \"Choose your preferred programming language\",\n        \"required\": false,\n        \"allow_null\": false,\n        \"platform_field\": false,\n        \"number_options\": null,\n        \"choices\": [\n            {\n                \"id\": 133,\n                \"value\": \"Ruby\"\n            },\n            {\n                \"id\": 134,\n                \"value\": \"Javascript\"\n            },\n            {\n                \"id\": 135,\n                \"value\": \"Python\"\n            }\n        ]\n    },\n    {\n        \"id\": 108349,\n        \"label\": \"Bio\",\n        \"field_type\": \"textarea\",\n        \"key\": \"bio\",\n        \"placeholder\": \"Tell us a bit about yourself\",\n        \"description\": \"A short bio about yourself\",\n        \"required\": false,\n        \"allow_null\": false,\n        \"platform_field\": true,\n        \"number_options\": null,\n        \"choices\": []\n    },\n    {\n        \"id\": 108350,\n        \"label\": \"Location\",\n        \"field_type\": \"text\",\n        \"key\": \"location\",\n        \"placeholder\": \"Add your location\",\n        \"description\": \"Your location\",\n        \"required\": false,\n        \"allow_null\": false,\n        \"platform_field\": true,\n        \"number_options\": null,\n        \"choices\": []\n    },\n    {\n        \"id\": 108351,\n        \"label\": \"Website\",\n        \"field_type\": \"link\",\n        \"key\": \"website\",\n        \"placeholder\": \"Add your website\",\n        \"description\": \"Your website URL\",\n        \"required\": false,\n        \"allow_null\": false,\n        \"platform_field\": true,\n        \"number_options\": null,\n        \"choices\": []\n    },\n    {\n        \"id\": 108352,\n        \"label\": \"Twitter URL\",\n        \"field_type\": \"link\",\n        \"key\": \"twitter_url\",\n        \"placeholder\": \"Add your Twitter URL\",\n        \"description\": \"Your Twitter URL\",\n        \"required\": false,\n        \"allow_null\": false,\n        \"platform_field\": true,\n        \"number_options\": null,\n        \"choices\": []\n    },\n    {\n        \"id\": 108354,\n        \"label\": \"Instagram URL\",\n        \"field_type\": \"link\",\n        \"key\": \"instagram_url\",\n        \"placeholder\": \"Add your Instagram URL\",\n        \"description\": \"Your Instagram URL\",\n        \"required\": false,\n        \"allow_null\": false,\n        \"platform_field\": true,\n        \"number_options\": null,\n        \"choices\": []\n    },\n    {\n        \"id\": 108353,\n        \"label\": \"Facebook URL\",\n        \"field_type\": \"link\",\n        \"key\": \"facebook_url\",\n        \"placeholder\": \"Add your Facebook URL\",\n        \"description\": \"Your Facebook URL\",\n        \"required\": false,\n        \"allow_null\": false,\n        \"platform_field\": true,\n        \"number_options\": null,\n        \"choices\": []\n    },\n    {\n        \"id\": 108355,\n        \"label\": \"Linkedin URL\",\n        \"field_type\": \"link\",\n        \"key\": \"linkedin_url\",\n        \"placeholder\": \"Add your LinkedIn URL\",\n        \"description\": \"Your LinkedIn URL\",\n        \"required\": false,\n        \"allow_null\": false,\n        \"platform_field\": true,\n        \"number_options\": null,\n        \"choices\": []\n    },\n    {\n        \"id\": 797625,\n        \"label\": \"Age\",\n        \"field_type\": \"number\",\n        \"key\": \"age\",\n        \"placeholder\": \"\",\n        \"description\": \"Age\",\n        \"required\": false,\n        \"allow_null\": false,\n        \"platform_field\": false,\n        \"number_options\": {\n            \"id\": 46,\n            \"format\": \"number\",\n            \"decimal\": 0,\n            \"position\": \"right\",\n            \"text\": \"\"\n        },\n        \"choices\": []\n    },\n    {\n        \"id\": 108356,\n        \"label\": \"Profession\",\n        \"field_type\": \"text\",\n        \"key\": \"profession\",\n        \"placeholder\": \"Add your profession\",\n        \"description\": \"Your profession\",\n        \"required\": false,\n        \"allow_null\": false,\n        \"platform_field\": false,\n        \"number_options\": null,\n        \"choices\": []\n    },\n    {\n        \"id\": 108357,\n        \"label\": \"Birthday\",\n        \"field_type\": \"text\",\n        \"key\": \"birthday\",\n        \"placeholder\": \"Add your birthday\",\n        \"description\": \"Your birthday\",\n        \"required\": false,\n        \"allow_null\": false,\n        \"platform_field\": false,\n        \"number_options\": null,\n        \"choices\": []\n    },\n    {\n        \"id\": 108358,\n        \"label\": \"Company\",\n        \"field_type\": \"text\",\n        \"key\": \"company\",\n        \"placeholder\": \"Add your company\",\n        \"description\": \"Your company\",\n        \"required\": false,\n        \"allow_null\": false,\n        \"platform_field\": false,\n        \"number_options\": null,\n        \"choices\": []\n    }\n]"}],"_postman_id":"dc911459-2a75-4406-bc50-dfbce24a5da3"}],"id":"186f09f3-1190-467d-9e7e-2edab0637b6d","_postman_id":"186f09f3-1190-467d-9e7e-2edab0637b6d","description":""},{"name":"Course Sections","item":[{"name":"Index","id":"933d79d3-7bef-4fa4-bbb9-dd644af21106","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":"{{host}}/api/v1/course_sections?community_id=5","description":"<p>Retrieve a list of course sections in your community.</p>\n","urlObject":{"path":["api","v1","course_sections"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"},{"disabled":true,"key":"space_id","value":"1"},{"disabled":true,"description":{"content":"<p>Default: 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Default: 60</p>\n","type":"text/plain"},"key":"per_page","value":"10"}],"variable":[]}},"response":[{"id":"932489e0-4104-4e99-bc50-39e23f360c22","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":{"raw":"https://app.circle.so/api/v1/course_sections?community_id=11111&space_id=700930&per_page=10","protocol":"https","host":["app","circle","so"],"path":["api","v1","course_sections"],"query":[{"key":"community_id","value":"11111"},{"key":"space_id","value":"700930"},{"key":"page","value":"1","description":"Default: 1","disabled":true},{"key":"per_page","value":"10","description":"Default: 60"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Jun 2023 20:02:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7d0a0dac9991204b-IAD"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"b1e16e7b2ab2740456b5df013ddad750\""},{"key":"Set-Cookie","value":"ahoy_visit=d96f0f9b-0bb3-454a-afb2-e5f7cb007542; path=/; expires=Thu, 01 Jun 2023 20:32:17 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"cf-apo-via","value":"origin,host"},{"key":"Content-Security-Policy","value":""},{"key":"X-Request-Id","value":"f4a9c551-49f8-4240-9257-e22b0d7f23f8"},{"key":"X-Runtime","value":"0.042137"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 1,\n    \"per_page\": 10,\n    \"has_next_page\": false,\n    \"count\": 4,\n    \"page_count\": 4,\n    \"records\": [\n        {\n            \"id\": 71817,\n            \"space_id\": 700930,\n            \"name\": \"Section 4\",\n            \"created_at\": \"2023-06-01T20:01:16.962Z\",\n            \"updated_at\": \"2023-06-01T20:01:16.962Z\"\n        },\n        {\n            \"id\": 71816,\n            \"space_id\": 700930,\n            \"name\": \"Section 3\",\n            \"created_at\": \"2023-06-01T20:01:11.775Z\",\n            \"updated_at\": \"2023-06-01T20:01:11.775Z\"\n        },\n        {\n            \"id\": 71815,\n            \"space_id\": 700930,\n            \"name\": \"Section 2\",\n            \"created_at\": \"2023-06-01T20:01:06.817Z\",\n            \"updated_at\": \"2023-06-01T20:01:06.817Z\"\n        },\n        {\n            \"id\": 71814,\n            \"space_id\": 700930,\n            \"name\": \"Section 1\",\n            \"created_at\": \"2023-06-01T20:00:50.662Z\",\n            \"updated_at\": \"2023-06-01T20:00:50.662Z\"\n        }\n    ]\n}"}],"_postman_id":"933d79d3-7bef-4fa4-bbb9-dd644af21106"},{"name":"Show","id":"09e9cbd7-82dd-4790-b8f5-0ae4da3f4153","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/course_sections/:id?community_id=5","description":"<p>Retrieve a course section given its ID.</p>\n","urlObject":{"path":["api","v1","course_sections",":id"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"}],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"2396dbfe-9d94-4d51-ae12-a1a58f3e0c04","name":"Show","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":{"raw":"https://app.circle.so/api/v1/course_sections/:id?community_id=11111","protocol":"https","host":["app","circle","so"],"path":["api","v1","course_sections",":id"],"query":[{"key":"community_id","value":"11111"}],"variable":[{"key":"id","value":"71814"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Jun 2023 20:07:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7d0a154acde52052-IAD"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"c95ef56dd838f0237a46737d334e53d6\""},{"key":"Set-Cookie","value":"ahoy_visit=d96f0f9b-0bb3-454a-afb2-e5f7cb007542; path=/; expires=Thu, 01 Jun 2023 20:37:29 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"cf-apo-via","value":"origin,host"},{"key":"Content-Security-Policy","value":""},{"key":"X-Request-Id","value":"259e87ea-dd6e-4783-992d-a94017a796d5"},{"key":"X-Runtime","value":"0.071323"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 71814,\n    \"space_id\": 700930,\n    \"name\": \"Section 1\",\n    \"created_at\": \"2023-06-01T20:00:50.662Z\",\n    \"updated_at\": \"2023-06-01T20:00:50.662Z\"\n}"}],"_postman_id":"09e9cbd7-82dd-4790-b8f5-0ae4da3f4153"},{"name":"Create","id":"15ff747d-c877-4847-815e-6935deadcecd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":"{{host}}/api/v1/course_sections?community_id=5","description":"<p>Create a new course section.</p>\n","urlObject":{"path":["api","v1","course_sections"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"},{"disabled":true,"key":"space_id","value":"1"},{"disabled":true,"description":{"content":"<p>Maximum 100 characters.</p>\n","type":"text/plain"},"key":"name","value":"Section"}],"variable":[]}},"response":[{"id":"74137c93-385c-4a02-9eb9-3a1c5e48a9ea","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"space_id\":700930,\n\t\"name\": \"Section 1\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.circle.so/api/v1/course_sections?community_id=11111&space_id=700930&name=Section 1","protocol":"https","host":["app","circle","so"],"path":["api","v1","course_sections"],"query":[{"key":"community_id","value":"11111"},{"key":"space_id","value":"700930"},{"key":"name","value":"Section 1","description":"Maximum 100 characters."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\":71814,\n    \"space_id\":2493,\n    \"name\": \"Section 1\",\n    \"created_at\": \"2023-01-01T00:00:00.000Z\",\n    \"updated_at\": \"2023-01-01T00:00:00.000Z\"\n}"}],"_postman_id":"15ff747d-c877-4847-815e-6935deadcecd"},{"name":"Update","id":"04e0a809-4591-43cf-b10d-cdb153d615ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/course_sections/:id?community_id=5","description":"<p>Update an existing course section.</p>\n","urlObject":{"path":["api","v1","course_sections",":id"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"},{"disabled":true,"description":{"content":"<p>Maximum 100 characters.</p>\n","type":"text/plain"},"key":"name","value":"Section"}],"variable":[{"id":"204f5385-a71e-4e98-ab9e-473f6f41dcf6","type":"any","value":"1","key":"id"}]}},"response":[{"id":"2cf1b9e9-0ea5-4627-9d3d-0b64e0dab402","name":"Update","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":{"raw":"https://app.circle.so/api/v1/course_sections/:id?community_id=11111&name=Section 1 - Getting Started","protocol":"https","host":["app","circle","so"],"path":["api","v1","course_sections",":id"],"query":[{"key":"community_id","value":"11111"},{"key":"name","value":"Section 1 - Getting Started","description":"Maximum 100 characters."}],"variable":[{"key":"id","value":"71814"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Jun 2023 20:14:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"6b203acb3afd131930c224983a4b320f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Security-Policy","value":""},{"key":"Set-Cookie","value":"ahoy_visit=d96f0f9b-0bb3-454a-afb2-e5f7cb007542; path=/; expires=Thu, 01 Jun 2023 20:44:00 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"750d32e8-b82c-46dd-a473-5d3cb7d83141"},{"key":"X-Runtime","value":"0.068155"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7d0a1ed31d7e062e-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 71814,\n    \"space_id\": 700930,\n    \"name\": \"Section 1 - Getting Started\",\n    \"created_at\": \"2023-06-01T20:00:50.662Z\",\n    \"updated_at\": \"2023-06-01T20:14:00.234Z\"\n}"}],"_postman_id":"04e0a809-4591-43cf-b10d-cdb153d615ab"},{"name":"Destroy","event":[{"listen":"test","script":{"id":"71eb6036-54b8-481f-8b5e-ce12ca5c2c99","exec":[""],"type":"text/javascript"}}],"id":"ab504b96-a592-4632-9a41-4f2c03a33afe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{host}}/api/v1/course_sections/:id?community_id=5","description":"<p>Delete a course section.</p>\n","urlObject":{"path":["api","v1","course_sections",":id"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"}],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"b3d87b04-c0ac-46d6-ab77-a31a1aa9413c","name":"Destroy","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://app.circle.so/api/v1/course_sections/:id?community_id=111111","protocol":"https","host":["app","circle","so"],"path":["api","v1","course_sections",":id"],"query":[{"key":"community_id","value":"111111"}],"variable":[{"key":"id","value":"68890"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 23 May 2023 21:42:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Security-Policy","value":""},{"key":"Set-Cookie","value":"ahoy_visit=0c23be7f-711f-4993-95be-9fd7b0000d5c; path=/; expires=Tue, 23 May 2023 22:12:31 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"1db5effe-8f41-4cd9-9a39-9efa54dc7ef1"},{"key":"X-Runtime","value":"0.444360"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7cc0781c893d0587-IAD"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ab504b96-a592-4632-9a41-4f2c03a33afe"}],"id":"9d8f4397-3dfc-4fa1-af0e-163f9398a466","description":"<p>The Course Sections API lets you retrieve, create, update and delete course sections.</p>\n","_postman_id":"9d8f4397-3dfc-4fa1-af0e-163f9398a466"},{"name":"Course Lessons","item":[{"name":"Index","id":"c24eeea0-e489-4461-9882-5eb0293a0afb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/course_lessons?community_id=5","description":"<p>Retrieve a list of course lessons in your community.</p>\n","urlObject":{"path":["api","v1","course_lessons"],"host":["{{host}}"],"query":[{"disabled":true,"key":"space_id","value":"1"},{"disabled":true,"key":"section_id","value":"1"},{"disabled":true,"description":{"content":"<p>Options: published, draft</p>\n","type":"text/plain"},"key":"status","value":"published"},{"disabled":true,"description":{"content":"<p>Default: 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Default: 60</p>\n","type":"text/plain"},"key":"per_page","value":"10"},{"key":"community_id","value":"5"}],"variable":[]}},"response":[{"id":"a62b658d-972a-457a-aed0-3a4b8d001a92","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":{"raw":"https://app.circle.so/api/v1/course_lessons?community_id=11111&space_id=700930&section_id=71814&status=published&page=1&per_page=10","protocol":"https","host":["app","circle","so"],"path":["api","v1","course_lessons"],"query":[{"key":"community_id","value":"11111"},{"key":"space_id","value":"700930"},{"key":"section_id","value":"71814"},{"key":"status","value":"published","description":"Options: published, draft"},{"key":"page","value":"1","description":"Default: 1"},{"key":"per_page","value":"10","description":"Default: 60"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Jun 2023 20:33:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7d0a3ac61e8a2d17-IAD"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"097bbc8c9753ddecc5468491084b5743\""},{"key":"Set-Cookie","value":"ahoy_visit=d96f0f9b-0bb3-454a-afb2-e5f7cb007542; path=/; expires=Thu, 01 Jun 2023 21:03:05 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"cf-apo-via","value":"origin,host"},{"key":"Content-Security-Policy","value":""},{"key":"X-Request-Id","value":"01c4ae9c-a216-4ae2-b83c-c8dc6cfe7936"},{"key":"X-Runtime","value":"0.031784"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 1,\n    \"per_page\": 10,\n    \"has_next_page\": false,\n    \"count\": 3,\n    \"page_count\": 3,\n    \"records\": [\n        {\n            \"id\": 233933,\n            \"name\": \"Lesson 3\",\n            \"status\": \"published\",\n            \"created_at\": \"2023-06-01T20:28:25.277Z\",\n            \"updated_at\": \"2023-06-01T20:28:25.280Z\",\n            \"section_id\": 71814,\n            \"is_comments_enabled\": true,\n            \"is_featured_media_enabled\": false,\n            \"is_featured_media_download_enabled\": false,\n            \"body_html\": \"<div><p>Lesson Content</p></div>\",\n            \"space_id\": 700930\n        },\n        {\n            \"id\": 233932,\n            \"name\": \"Lesson 2\",\n            \"status\": \"published\",\n            \"created_at\": \"2023-06-01T20:28:15.909Z\",\n            \"updated_at\": \"2023-06-01T20:28:15.912Z\",\n            \"section_id\": 71814,\n            \"is_comments_enabled\": true,\n            \"is_featured_media_enabled\": false,\n            \"is_featured_media_download_enabled\": false,\n            \"body_html\": \"<div><p>Lesson Content</p></div>\",\n            \"space_id\": 700930\n        },\n        {\n            \"id\": 233930,\n            \"name\": \"Introduction to research\",\n            \"status\": \"published\",\n            \"created_at\": \"2023-06-01T20:27:09.535Z\",\n            \"updated_at\": \"2023-06-01T20:27:09.538Z\",\n            \"section_id\": 71814,\n            \"is_comments_enabled\": true,\n            \"is_featured_media_enabled\": false,\n            \"is_featured_media_download_enabled\": false,\n            \"body_html\": \"<div><p>I'm glad you're here!</p></div>\",\n            \"space_id\": 700930\n        }\n    ]\n}"}],"_postman_id":"c24eeea0-e489-4461-9882-5eb0293a0afb"},{"name":"Show","id":"c5e518ba-d7fc-404a-8b2e-2acf3da2b5ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/course_lessons/:id?community_id=5","description":"<p>Retrieve a course lesson given its ID.</p>\n","urlObject":{"path":["api","v1","course_lessons",":id"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"}],"variable":[{"id":"3c8f61bc-ba83-4f66-a123-6a2c2ad9af4e","type":"any","value":"1","key":"id"}]}},"response":[{"id":"01be8c8e-8e73-4458-90f5-d598fbe0c761","name":"Show","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":{"raw":"https://app.circle.so/api/v1/course_lessons/:id?community_id=11111","protocol":"https","host":["app","circle","so"],"path":["api","v1","course_lessons",":id"],"query":[{"key":"community_id","value":"11111"}],"variable":[{"key":"id","value":"233930"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Jun 2023 20:36:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7d0a40192dbf58ba-IAD"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"dcaeaa80b8f4021dc4f4caf66f03e4c1\""},{"key":"Set-Cookie","value":"ahoy_visit=d96f0f9b-0bb3-454a-afb2-e5f7cb007542; path=/; expires=Thu, 01 Jun 2023 21:06:43 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"cf-apo-via","value":"origin,host"},{"key":"Content-Security-Policy","value":""},{"key":"X-Request-Id","value":"faae8ca8-e865-4e34-9abb-5ad83ef0551e"},{"key":"X-Runtime","value":"0.068727"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 233930,\n    \"name\": \"Introduction to research\",\n    \"status\": \"published\",\n    \"created_at\": \"2023-06-01T20:27:09.535Z\",\n    \"updated_at\": \"2023-06-01T20:27:09.538Z\",\n    \"section_id\": 71814,\n    \"is_comments_enabled\": true,\n    \"is_featured_media_enabled\": false,\n    \"is_featured_media_download_enabled\": false,\n    \"body_html\": \"<div><p>I'm glad you're here!</p></div>\",\n    \"space_id\": 700930\n}"}],"_postman_id":"c5e518ba-d7fc-404a-8b2e-2acf3da2b5ca"},{"name":"Create","id":"d8bb4639-144e-4ec0-b675-84e113dcd0d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":"{{host}}/api/v1/course_lessons?community_id=5","description":"<p>Create a new course lesson.</p>\n","urlObject":{"path":["api","v1","course_lessons"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"},{"disabled":true,"key":"section_id","value":"1"},{"disabled":true,"description":{"content":"<p>Maximum 255 characters.</p>\n","type":"text/plain"},"key":"name","value":"Lesson"},{"disabled":true,"description":{"content":"<p>Options: draft (default), published</p>\n","type":"text/plain"},"key":"status","value":"published"},{"disabled":true,"description":{"content":"<p>Optional. Supports basic HTML formatting. Supported HTML tags: <code>h2</code>, <code>h3</code>, <code>p</code>, <code>ol</code>, <code>ul</code>, <code>li</code>, <code>br</code>, <code>a</code>, <code>strong</code>, <code>em</code>, <code>del</code>, <code>b</code>, <code>i</code>, <code>u</code>, <code>s</code>, <code>blockquote</code>. <em>Note: Unsupported HTML tags will be removed.</em></p>\n","type":"text/plain"},"key":"body_html","value":"<div><p>Lesson content.</p></div>"},{"disabled":true,"description":{"content":"<p>Default: true</p>\n","type":"text/plain"},"key":"is_comments_enabled","value":"true"},{"disabled":true,"description":{"content":"<p>Default: true</p>\n","type":"text/plain"},"key":"is_featured_media_enabled","value":"false"},{"disabled":true,"description":{"content":"<p>Default: false</p>\n","type":"text/plain"},"key":"is_featured_media_download_enabled","value":"false"}],"variable":[]}},"response":[{"id":"70869336-27f3-4672-9d69-e652b3025b5d","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":{"raw":"https://app.circle.so/api/v1/course_lessons?community_id=11111&section_id=71814&name=Lesson 3&status=published&body_html=<div><p>Lesson Content</p></div>&is_comments_enabled=true&is_featured_media_enabled=false&is_featured_media_download_enabled=false","protocol":"https","host":["app","circle","so"],"path":["api","v1","course_lessons"],"query":[{"key":"community_id","value":"11111"},{"key":"section_id","value":"71814"},{"key":"name","value":"Lesson 3","description":"Maximum 100 characters."},{"key":"status","value":"published","description":"Options: draft (default), published"},{"key":"body_html","value":"<div><p>Lesson Content</p></div>","description":"Optional. Supports basic HTML formatting. Supported HTML tags: `h2`, `h3`, `p`, `ol`, `ul`, `li`, `br`, `a`, `strong`, `em`, `del`, `b`, `i`, `u`, `s`, `blockquote`. _Note: Unsupported HTML tags will be removed._"},{"key":"is_comments_enabled","value":"true","description":"Default: true"},{"key":"is_featured_media_enabled","value":"false","description":"Default: true"},{"key":"is_featured_media_download_enabled","value":"false","description":"Default: false"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Jun 2023 20:28:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"68817d4398267dd1573264566af604ee\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Security-Policy","value":""},{"key":"Set-Cookie","value":"ahoy_visit=d96f0f9b-0bb3-454a-afb2-e5f7cb007542; path=/; expires=Thu, 01 Jun 2023 20:58:25 GMT; Secure; SameSite=None"},{"key":"X-Request-Id","value":"9954031e-fcd0-4f07-8204-067e0b659b7e"},{"key":"X-Runtime","value":"0.085720"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"set-cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7d0a33f1ac035860-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 233933,\n    \"name\": \"Lesson 3\",\n    \"status\": \"published\",\n    \"created_at\": \"2023-06-01T20:28:25.277Z\",\n    \"updated_at\": \"2023-06-01T20:28:25.280Z\",\n    \"section_id\": 71814,\n    \"is_comments_enabled\": true,\n    \"is_featured_media_enabled\": false,\n    \"is_featured_media_download_enabled\": false,\n    \"body_html\": \"<div><p>Lesson Content</p></div>\",\n    \"space_id\": 700930\n}"}],"_postman_id":"d8bb4639-144e-4ec0-b675-84e113dcd0d5"},{"name":"Update","id":"648eab23-f30e-4e72-a598-09113546aa8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/course_lessons/:id?community_id=5","description":"<p>Update an existing course lesson.</p>\n","urlObject":{"path":["api","v1","course_lessons",":id"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"},{"disabled":true,"description":{"content":"<p>Maximum 100 characters.</p>\n","type":"text/plain"},"key":"name","value":"Lesson"},{"disabled":true,"description":{"content":"<p>Options: draft, published</p>\n","type":"text/plain"},"key":"status","value":"published"},{"disabled":true,"description":{"content":"<p>Supports basic HTML formatting. Supported HTML tags: <code>h2</code>, <code>h3</code>, <code>p</code>, <code>ol</code>, <code>ul</code>, <code>li</code>, <code>br</code>, <code>a</code>, <code>strong</code>, <code>em</code>, <code>del</code>, <code>b</code>, <code>i</code>, <code>u</code>, <code>s</code>, <code>blockquote</code>. <em>Note: Unsupported HTML tags will be removed.</em></p>\n","type":"text/plain"},"key":"body_html","value":"<div><p>Lesson content.</p></div>"},{"disabled":true,"key":"is_comments_enabled","value":"true"},{"disabled":true,"key":"is_featured_media_enabled","value":"true"},{"disabled":true,"key":"is_featured_media_download_enabled","value":"false"}],"variable":[{"id":"204f5385-a71e-4e98-ab9e-473f6f41dcf6","type":"any","value":"1","key":"id"}]}},"response":[{"id":"5b1f2e8f-03ed-41af-a1ed-ee9d46ca7907","name":"Update","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":{"raw":"https://app.circle.so/api/v1/course_lessons/:id?community_id=11111&name=Lesson 1&body_html=<div><p>Lesson content.</p></div>","protocol":"https","host":["app","circle","so"],"path":["api","v1","course_lessons",":id"],"query":[{"key":"community_id","value":"11111"},{"key":"name","value":"Lesson 1","description":"Maximum 100 characters."},{"key":"status","value":"published","description":"Options: draft, published","type":"text","disabled":true},{"key":"body_html","value":"<div><p>Lesson content.</p></div>","description":"Supports basic HTML formatting. Supported HTML tags: `h2`, `h3`, `p`, `ol`, `ul`, `li`, `br`, `a`, `strong`, `em`, `del`, `b`, `i`, `u`, `s`, `blockquote`. _Note: Unsupported HTML tags will be removed._"},{"key":"is_comments_enabled","value":"true","type":"text","disabled":true},{"key":"is_featured_media_enabled","value":"true","type":"text","disabled":true},{"key":"is_featured_media_download_enabled","value":"false","type":"text","disabled":true}],"variable":[{"key":"id","value":"233930"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Jun 2023 20:39:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"75459dbaa9306bada6e3fc8170e0eb8e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Security-Policy","value":""},{"key":"Set-Cookie","value":"ahoy_visit=d96f0f9b-0bb3-454a-afb2-e5f7cb007542; path=/; expires=Thu, 01 Jun 2023 21:09:44 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"9c27b3ae-efbd-4849-83d1-9f0e6fff594e"},{"key":"X-Runtime","value":"0.201271"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7d0a448898a77007-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 233930,\n    \"name\": \"Lesson 1\",\n    \"status\": \"published\",\n    \"created_at\": \"2023-06-01T20:27:09.535Z\",\n    \"updated_at\": \"2023-06-01T20:39:44.931Z\",\n    \"section_id\": 71814,\n    \"is_comments_enabled\": true,\n    \"is_featured_media_enabled\": false,\n    \"is_featured_media_download_enabled\": false,\n    \"body_html\": \"<div><p>Lesson content.</p></div>\",\n    \"space_id\": 700930\n}"}],"_postman_id":"648eab23-f30e-4e72-a598-09113546aa8a"},{"name":"Destroy","id":"1e924544-3a39-4bfa-92ec-9a9fa336147a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{host}}/api/v1/course_lessons/:id?community_id=5","description":"<p>Delete a course lesson.</p>\n","urlObject":{"path":["api","v1","course_lessons",":id"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"}],"variable":[{"id":"6e88366f-da18-49f2-8938-75646603261b","type":"any","value":"1","key":"id"}]}},"response":[{"id":"935339bd-7fac-4ae0-928b-941ae91dd99f","name":"Destroy","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://app.circle.so/api/v1/course_lessons/:id?community_id=11111","protocol":"https","host":["app","circle","so"],"path":["api","v1","course_lessons",":id"],"query":[{"key":"community_id","value":"11111"},{"key":"id","value":"","disabled":true}],"variable":[{"key":"id","value":"229427"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 29 May 2023 20:38:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Security-Policy","value":""},{"key":"Set-Cookie","value":"ahoy_visit=110209d8-fb24-4833-b289-702f3f55ed5f; path=/; expires=Mon, 29 May 2023 21:08:49 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"X-Request-Id","value":"60f97290-02f9-4990-b5b1-69e67d186d0f"},{"key":"X-Runtime","value":"0.284495"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7cf18b111d0c82ce-IAD"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1e924544-3a39-4bfa-92ec-9a9fa336147a"}],"id":"883adfac-117f-488c-a4aa-17a174e87de3","description":"<p>The Course Lessons API lets you retrieve, create, update and delete course lessons.</p>\n","_postman_id":"883adfac-117f-488c-a4aa-17a174e87de3"},{"name":"Course Lesson Progress","item":[{"name":"Update","id":"f42e5a9d-f5eb-4f22-9923-bef978f13494","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/course_lesson_progress?community_id=5&lesson_id=1&member_email=member@circle.co","description":"<p>Mark a course lesson as completed for a member.</p>\n","urlObject":{"path":["api","v1","course_lesson_progress"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"},{"key":"lesson_id","value":"1"},{"key":"member_email","value":"member@circle.co"},{"disabled":true,"key":"status","value":"completed"}],"variable":[]}},"response":[{"id":"5f59ecbf-eb4d-450f-b9df-25b9286bbfd1","name":"Update","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"completed\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.circle.so/api/v1/course_lesson_progress?community_id=5&lesson_id=00000&member_email=member@circle.co","protocol":"https","host":["app","circle","so"],"path":["api","v1","course_lesson_progress"],"query":[{"key":"community_id","value":"5"},{"key":"lesson_id","value":"00000"},{"key":"member_email","value":"member@circle.co"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": true,\n\t\"message\": \"Lesson progress updated.\"\n}"}],"_postman_id":"f42e5a9d-f5eb-4f22-9923-bef978f13494"}],"id":"7fc5fe7e-bcee-410e-9d51-d38d33a3494c","description":"<p>The Course Lesson Progress API lets you update the course lesson progress for members.</p>\n","_postman_id":"7fc5fe7e-bcee-410e-9d51-d38d33a3494c"},{"name":"Notifications","item":[{"name":"unsubscribe","id":"4d251b2f-4b09-4e91-9429-170da2af34e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{host}}/public/unsubscribe","description":"<p>Retrieve a list of course lessons in your community.</p>\n","urlObject":{"path":["public","unsubscribe"],"host":["{{host}}"],"query":[{"disabled":true,"key":"space_id","value":"1"},{"disabled":true,"key":"section_id","value":"1"},{"disabled":true,"description":{"content":"<p>Options: published, draft</p>\n","type":"text/plain"},"key":"status","value":"published"},{"disabled":true,"description":{"content":"<p>Default: 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Default: 60</p>\n","type":"text/plain"},"key":"per_page","value":"10"},{"disabled":true,"key":"token","value":"bWVsaXNzYTE2MEBnbWFpbC5jb207Mjs4ZTYyZTgwNTU3N2YyM2QzN2Y0N2NiODUyNWQ1ZTg4ZDQyMmFkOGZlYjVmMTY0YWM1MmY3NDhmZGY3YzczNzVh"}],"variable":[]}},"response":[{"id":"5b560058-e73d-4cd3-8822-7bb3ca04551d","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":{"raw":"https://app.circle.so/api/v1/course_lessons?community_id=11111&space_id=700930&section_id=71814&status=published&page=1&per_page=10","protocol":"https","host":["app","circle","so"],"path":["api","v1","course_lessons"],"query":[{"key":"community_id","value":"11111"},{"key":"space_id","value":"700930"},{"key":"section_id","value":"71814"},{"key":"status","value":"published","description":"Options: published, draft"},{"key":"page","value":"1","description":"Default: 1"},{"key":"per_page","value":"10","description":"Default: 60"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Jun 2023 20:33:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7d0a3ac61e8a2d17-IAD"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"097bbc8c9753ddecc5468491084b5743\""},{"key":"Set-Cookie","value":"ahoy_visit=d96f0f9b-0bb3-454a-afb2-e5f7cb007542; path=/; expires=Thu, 01 Jun 2023 21:03:05 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"cf-apo-via","value":"origin,host"},{"key":"Content-Security-Policy","value":""},{"key":"X-Request-Id","value":"01c4ae9c-a216-4ae2-b83c-c8dc6cfe7936"},{"key":"X-Runtime","value":"0.031784"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 1,\n    \"per_page\": 10,\n    \"has_next_page\": false,\n    \"count\": 3,\n    \"page_count\": 3,\n    \"records\": [\n        {\n            \"id\": 233933,\n            \"name\": \"Lesson 3\",\n            \"status\": \"published\",\n            \"created_at\": \"2023-06-01T20:28:25.277Z\",\n            \"updated_at\": \"2023-06-01T20:28:25.280Z\",\n            \"section_id\": 71814,\n            \"is_comments_enabled\": true,\n            \"is_featured_media_enabled\": false,\n            \"is_featured_media_download_enabled\": false,\n            \"body_html\": \"<div><p>Lesson Content</p></div>\",\n            \"space_id\": 700930\n        },\n        {\n            \"id\": 233932,\n            \"name\": \"Lesson 2\",\n            \"status\": \"published\",\n            \"created_at\": \"2023-06-01T20:28:15.909Z\",\n            \"updated_at\": \"2023-06-01T20:28:15.912Z\",\n            \"section_id\": 71814,\n            \"is_comments_enabled\": true,\n            \"is_featured_media_enabled\": false,\n            \"is_featured_media_download_enabled\": false,\n            \"body_html\": \"<div><p>Lesson Content</p></div>\",\n            \"space_id\": 700930\n        },\n        {\n            \"id\": 233930,\n            \"name\": \"Introduction to research\",\n            \"status\": \"published\",\n            \"created_at\": \"2023-06-01T20:27:09.535Z\",\n            \"updated_at\": \"2023-06-01T20:27:09.538Z\",\n            \"section_id\": 71814,\n            \"is_comments_enabled\": true,\n            \"is_featured_media_enabled\": false,\n            \"is_featured_media_download_enabled\": false,\n            \"body_html\": \"<div><p>I'm glad you're here!</p></div>\",\n            \"space_id\": 700930\n        }\n    ]\n}"}],"_postman_id":"4d251b2f-4b09-4e91-9429-170da2af34e3"},{"name":"actions - index","id":"160a086b-3135-4f0f-8c45-1afaaabda5f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/public/notification_preferences","description":"<p>Retrieve a list of course lessons in your community.</p>\n","urlObject":{"path":["public","notification_preferences"],"host":["{{host}}"],"query":[{"disabled":true,"key":"space_id","value":"1"},{"disabled":true,"key":"section_id","value":"1"},{"disabled":true,"description":{"content":"<p>Options: published, draft</p>\n","type":"text/plain"},"key":"status","value":"published"},{"disabled":true,"description":{"content":"<p>Default: 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Default: 60</p>\n","type":"text/plain"},"key":"per_page","value":"10"},{"disabled":true,"key":"token","value":"bWVsaXNzYTE2MEBnbWFpbC5jb207Mjs4ZTYyZTgwNTU3N2YyM2QzN2Y0N2NiODUyNWQ1ZTg4ZDQyMmFkOGZlYjVmMTY0YWM1MmY3NDhmZGY3YzczNzVh"}],"variable":[]}},"response":[{"id":"868a6c46-0603-4922-8183-42bb85bfab27","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":{"raw":"https://app.circle.so/api/v1/course_lessons?community_id=11111&space_id=700930&section_id=71814&status=published&page=1&per_page=10","protocol":"https","host":["app","circle","so"],"path":["api","v1","course_lessons"],"query":[{"key":"community_id","value":"11111"},{"key":"space_id","value":"700930"},{"key":"section_id","value":"71814"},{"key":"status","value":"published","description":"Options: published, draft"},{"key":"page","value":"1","description":"Default: 1"},{"key":"per_page","value":"10","description":"Default: 60"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Jun 2023 20:33:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7d0a3ac61e8a2d17-IAD"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"097bbc8c9753ddecc5468491084b5743\""},{"key":"Set-Cookie","value":"ahoy_visit=d96f0f9b-0bb3-454a-afb2-e5f7cb007542; path=/; expires=Thu, 01 Jun 2023 21:03:05 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"cf-apo-via","value":"origin,host"},{"key":"Content-Security-Policy","value":""},{"key":"X-Request-Id","value":"01c4ae9c-a216-4ae2-b83c-c8dc6cfe7936"},{"key":"X-Runtime","value":"0.031784"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 1,\n    \"per_page\": 10,\n    \"has_next_page\": false,\n    \"count\": 3,\n    \"page_count\": 3,\n    \"records\": [\n        {\n            \"id\": 233933,\n            \"name\": \"Lesson 3\",\n            \"status\": \"published\",\n            \"created_at\": \"2023-06-01T20:28:25.277Z\",\n            \"updated_at\": \"2023-06-01T20:28:25.280Z\",\n            \"section_id\": 71814,\n            \"is_comments_enabled\": true,\n            \"is_featured_media_enabled\": false,\n            \"is_featured_media_download_enabled\": false,\n            \"body_html\": \"<div><p>Lesson Content</p></div>\",\n            \"space_id\": 700930\n        },\n        {\n            \"id\": 233932,\n            \"name\": \"Lesson 2\",\n            \"status\": \"published\",\n            \"created_at\": \"2023-06-01T20:28:15.909Z\",\n            \"updated_at\": \"2023-06-01T20:28:15.912Z\",\n            \"section_id\": 71814,\n            \"is_comments_enabled\": true,\n            \"is_featured_media_enabled\": false,\n            \"is_featured_media_download_enabled\": false,\n            \"body_html\": \"<div><p>Lesson Content</p></div>\",\n            \"space_id\": 700930\n        },\n        {\n            \"id\": 233930,\n            \"name\": \"Introduction to research\",\n            \"status\": \"published\",\n            \"created_at\": \"2023-06-01T20:27:09.535Z\",\n            \"updated_at\": \"2023-06-01T20:27:09.538Z\",\n            \"section_id\": 71814,\n            \"is_comments_enabled\": true,\n            \"is_featured_media_enabled\": false,\n            \"is_featured_media_download_enabled\": false,\n            \"body_html\": \"<div><p>I'm glad you're here!</p></div>\",\n            \"space_id\": 700930\n        }\n    ]\n}"}],"_postman_id":"160a086b-3135-4f0f-8c45-1afaaabda5f5"},{"name":"actions - update","id":"355b1d36-f5bd-4adb-b1fe-fe4ac10fdee1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n   \"notification_preferences\":[\n      {\n         \"notification_type\":\"post_comment\",\n         \"medium\":\"email\",\n         \"value\":false\n      },\n      {\n         \"notification_type\":\"post_comment\",\n         \"medium\":\"in_app\",\n         \"value\":true\n      },\n      {\n         \"notification_type\":\"comment_reply\",\n         \"medium\":\"email\",\n         \"value\":false\n      },\n      {\n         \"notification_type\":\"comment_reply\",\n         \"medium\":\"in_app\",\n         \"value\":true\n      },\n      {\n         \"notification_type\":\"mention\",\n         \"medium\":\"email\",\n         \"value\":false\n      },\n      {\n         \"notification_type\":\"mention\",\n         \"medium\":\"in_app\",\n         \"value\":true\n      },\n      {\n         \"notification_type\":\"direct_messages\",\n         \"medium\":\"email\",\n         \"value\":false\n      },\n      {\n         \"notification_type\":\"weekly_digest\",\n         \"medium\":\"email\",\n         \"value\":false\n      },\n      {\n         \"notification_type\":\"post_like\",\n         \"medium\":\"in_app\",\n         \"value\":true\n      },\n      {\n         \"notification_type\":\"comment_like\",\n         \"medium\":\"in_app\",\n         \"value\":true\n      },\n      {\n         \"notification_type\":\"live\",\n         \"medium\":\"in_app\",\n         \"value\":true\n      },\n      {\n         \"notification_type\":\"new_course_content\",\n         \"medium\":\"email\",\n         \"value\":false\n      },\n      {\n         \"notification_type\":\"new_course_content\",\n         \"medium\":\"in_app\",\n         \"value\":true\n      }\n   ],\n   \"space_members\":[\n      {\n         \"notification_type\":true,\n         \"in_app_notification_setting\":true,\n         \"id\":\"22\"\n      }\n   ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/public/notification_preferences","description":"<p>Retrieve a list of course lessons in your community.</p>\n","urlObject":{"path":["public","notification_preferences"],"host":["{{host}}"],"query":[{"disabled":true,"key":"space_id","value":"1"},{"disabled":true,"key":"section_id","value":"1"},{"disabled":true,"description":{"content":"<p>Options: published, draft</p>\n","type":"text/plain"},"key":"status","value":"published"},{"disabled":true,"description":{"content":"<p>Default: 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Default: 60</p>\n","type":"text/plain"},"key":"per_page","value":"10"},{"disabled":true,"key":"token","value":"bWVsaXNzYTE2MEBnbWFpbC5jb207Mjs4ZTYyZTgwNTU3N2YyM2QzN2Y0N2NiODUyNWQ1ZTg4ZDQyMmFkOGZlYjVmMTY0YWM1MmY3NDhmZGY3YzczNzVh"}],"variable":[]}},"response":[{"id":"f35b46a1-409e-4843-9ce4-5431233b96c8","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Token {{api_token}}"}],"url":{"raw":"https://app.circle.so/api/v1/course_lessons?community_id=11111&space_id=700930&section_id=71814&status=published&page=1&per_page=10","protocol":"https","host":["app","circle","so"],"path":["api","v1","course_lessons"],"query":[{"key":"community_id","value":"11111"},{"key":"space_id","value":"700930"},{"key":"section_id","value":"71814"},{"key":"status","value":"published","description":"Options: published, draft"},{"key":"page","value":"1","description":"Default: 1"},{"key":"per_page","value":"10","description":"Default: 60"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Jun 2023 20:33:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7d0a3ac61e8a2d17-IAD"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"097bbc8c9753ddecc5468491084b5743\""},{"key":"Set-Cookie","value":"ahoy_visit=d96f0f9b-0bb3-454a-afb2-e5f7cb007542; path=/; expires=Thu, 01 Jun 2023 21:03:05 GMT; Secure; SameSite=None"},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"cf-apo-via","value":"origin,host"},{"key":"Content-Security-Policy","value":""},{"key":"X-Request-Id","value":"01c4ae9c-a216-4ae2-b83c-c8dc6cfe7936"},{"key":"X-Runtime","value":"0.031784"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 1,\n    \"per_page\": 10,\n    \"has_next_page\": false,\n    \"count\": 3,\n    \"page_count\": 3,\n    \"records\": [\n        {\n            \"id\": 233933,\n            \"name\": \"Lesson 3\",\n            \"status\": \"published\",\n            \"created_at\": \"2023-06-01T20:28:25.277Z\",\n            \"updated_at\": \"2023-06-01T20:28:25.280Z\",\n            \"section_id\": 71814,\n            \"is_comments_enabled\": true,\n            \"is_featured_media_enabled\": false,\n            \"is_featured_media_download_enabled\": false,\n            \"body_html\": \"<div><p>Lesson Content</p></div>\",\n            \"space_id\": 700930\n        },\n        {\n            \"id\": 233932,\n            \"name\": \"Lesson 2\",\n            \"status\": \"published\",\n            \"created_at\": \"2023-06-01T20:28:15.909Z\",\n            \"updated_at\": \"2023-06-01T20:28:15.912Z\",\n            \"section_id\": 71814,\n            \"is_comments_enabled\": true,\n            \"is_featured_media_enabled\": false,\n            \"is_featured_media_download_enabled\": false,\n            \"body_html\": \"<div><p>Lesson Content</p></div>\",\n            \"space_id\": 700930\n        },\n        {\n            \"id\": 233930,\n            \"name\": \"Introduction to research\",\n            \"status\": \"published\",\n            \"created_at\": \"2023-06-01T20:27:09.535Z\",\n            \"updated_at\": \"2023-06-01T20:27:09.538Z\",\n            \"section_id\": 71814,\n            \"is_comments_enabled\": true,\n            \"is_featured_media_enabled\": false,\n            \"is_featured_media_download_enabled\": false,\n            \"body_html\": \"<div><p>I'm glad you're here!</p></div>\",\n            \"space_id\": 700930\n        }\n    ]\n}"}],"_postman_id":"355b1d36-f5bd-4adb-b1fe-fe4ac10fdee1"}],"id":"58c1f4d5-5347-4c71-8c72-7805bcf940c7","_postman_id":"58c1f4d5-5347-4c71-8c72-7805bcf940c7","description":""},{"name":"Topics","item":[{"name":"Index","id":"c51f24c3-9e79-4359-b8b6-3d47445e6b03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}"}],"url":"{{host}}/api/v1/topics?community_id=5&per_page=4&page=2","urlObject":{"path":["api","v1","topics"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"},{"key":"per_page","value":"4"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"086acb6b-2aae-4a61-853f-48e930fec815","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}"}],"url":{"raw":"{{host}}/api/v1/topics?community_id=5&per_page=4&page=2","host":["{{host}}"],"path":["api","v1","topics"],"query":[{"key":"community_id","value":"5"},{"key":"per_page","value":"4"},{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Jun 2024 15:41:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"88f981609e865d10-MIA"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"ETag","value":"W/\"977e855e2f8417a2a6d7412048f28c28\""},{"key":"Set-Cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"Set-Cookie","value":"__cf_bm=s36sJ0b.EtcH2_c.NcFT1TsXqBG.CritNHCEd3rxgyA-1717688473-1.0.1.1-BstwN3XPulS_bPMbbGNe_yem6dyhQV.1AcTj20hQaTBorumxTcrkZ_H_i7YJ06i4HbRe4HD8tz_JDnuG0j6a9w; path=/; expires=Thu, 06-Jun-24 16:11:13 GMT; domain=.circle.so; HttpOnly; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"cf-apo-via","value":"origin,host"},{"key":"content-security-policy","value":""},{"key":"x-rack-cors","value":"miss; no-origin"},{"key":"x-request-id","value":"16004aa3-521f-4961-8ffa-279f0a179fc8"},{"key":"x-runtime","value":"0.047620"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 5671,\n        \"name\": \"123456789\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-05-13T19:06:53.793Z\",\n        \"updated_at\": \"2024-05-13T19:06:53.793Z\"\n    },\n    {\n        \"id\": 12375,\n        \"name\": \"123456789123456789123456789122345678912345\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-05-24T12:42:55.717Z\",\n        \"updated_at\": \"2024-05-24T12:42:55.717Z\"\n    },\n    {\n        \"id\": 36,\n        \"name\": \"Add\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-05-01T09:40:36.287Z\",\n        \"updated_at\": \"2024-05-01T09:40:36.287Z\"\n    },\n    {\n        \"id\": 35,\n        \"name\": \"Admin Only Topic\",\n        \"admin_only\": true,\n        \"created_at\": \"2024-04-29T06:35:13.787Z\",\n        \"updated_at\": \"2024-04-29T06:35:13.787Z\"\n    },\n    {\n        \"id\": 23,\n        \"name\": \"android\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-04-22T20:11:44.249Z\",\n        \"updated_at\": \"2024-04-22T20:11:44.249Z\"\n    },\n    {\n        \"id\": 1,\n        \"name\": \"Community\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-02-28T15:58:42.478Z\",\n        \"updated_at\": \"2024-02-28T15:58:42.478Z\"\n    },\n    {\n        \"id\": 9,\n        \"name\": \"Community feedback\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-03-26T07:56:44.534Z\",\n        \"updated_at\": \"2024-03-26T07:56:44.534Z\"\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Courses\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-02-28T15:59:09.214Z\",\n        \"updated_at\": \"2024-02-28T15:59:09.214Z\"\n    },\n    {\n        \"id\": 10450,\n        \"name\": \"Drinks\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-05-21T14:07:38.206Z\",\n        \"updated_at\": \"2024-05-21T14:07:38.206Z\"\n    },\n    {\n        \"id\": 37,\n        \"name\": \"Duplicate\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-05-01T09:40:42.258Z\",\n        \"updated_at\": \"2024-05-01T09:40:42.258Z\"\n    },\n    {\n        \"id\": 42,\n        \"name\": \"FAQs\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-05-01T22:40:47.249Z\",\n        \"updated_at\": \"2024-05-03T21:54:02.550Z\"\n    },\n    {\n        \"id\": 43,\n        \"name\": \"Get started\",\n        \"admin_only\": true,\n        \"created_at\": \"2024-05-02T21:55:14.820Z\",\n        \"updated_at\": \"2024-05-03T21:29:55.968Z\"\n    },\n    {\n        \"id\": 7,\n        \"name\": \"How to earn\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-03-26T07:55:58.675Z\",\n        \"updated_at\": \"2024-03-26T07:55:58.675Z\"\n    },\n    {\n        \"id\": 8,\n        \"name\": \"Important topic\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-03-26T07:56:13.623Z\",\n        \"updated_at\": \"2024-03-26T07:56:13.623Z\"\n    },\n    {\n        \"id\": 28,\n        \"name\": \"jim\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-04-23T11:58:10.850Z\",\n        \"updated_at\": \"2024-04-23T11:58:10.850Z\"\n    },\n    {\n        \"id\": 5669,\n        \"name\": \"Maluco\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-05-13T19:06:38.098Z\",\n        \"updated_at\": \"2024-05-13T19:06:38.098Z\"\n    },\n    {\n        \"id\": 18,\n        \"name\": \"Marketing\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-04-18T16:09:27.411Z\",\n        \"updated_at\": \"2024-04-18T16:09:27.411Z\"\n    },\n    {\n        \"id\": 38,\n        \"name\": \"My first shot\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-05-01T09:40:51.472Z\",\n        \"updated_at\": \"2024-05-01T09:40:51.472Z\"\n    },\n    {\n        \"id\": 6465,\n        \"name\": \"Newsletter\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-05-14T18:20:45.716Z\",\n        \"updated_at\": \"2024-05-14T18:20:45.716Z\"\n    },\n    {\n        \"id\": 5668,\n        \"name\": \"Odara\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-05-13T19:06:32.969Z\",\n        \"updated_at\": \"2024-05-13T19:06:32.969Z\"\n    },\n    {\n        \"id\": 5655,\n        \"name\": \"Palmeiras\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-05-13T19:01:50.648Z\",\n        \"updated_at\": \"2024-05-13T19:01:50.648Z\"\n    },\n    {\n        \"id\": 26,\n        \"name\": \"palmeiras and this topic is too big I want to see how this is going to be reflected in different areas\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-04-22T20:12:25.366Z\",\n        \"updated_at\": \"2024-05-01T08:10:40.678Z\"\n    },\n    {\n        \"id\": 5,\n        \"name\": \"Pinned\",\n        \"admin_only\": true,\n        \"created_at\": \"2024-03-25T19:17:47.041Z\",\n        \"updated_at\": \"2024-03-25T19:17:47.041Z\"\n    },\n    {\n        \"id\": 29,\n        \"name\": \"Product\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-04-24T14:02:30.922Z\",\n        \"updated_at\": \"2024-04-24T14:02:30.922Z\"\n    },\n    {\n        \"id\": 24,\n        \"name\": \"react native\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-04-22T20:11:52.662Z\",\n        \"updated_at\": \"2024-04-22T20:11:52.662Z\"\n    },\n    {\n        \"id\": 11079,\n        \"name\": \"Reading\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-05-22T13:13:16.679Z\",\n        \"updated_at\": \"2024-05-22T13:13:16.679Z\"\n    },\n    {\n        \"id\": 25,\n        \"name\": \"really long topic name for testing, really long topic name for testing\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-04-22T20:12:19.322Z\",\n        \"updated_at\": \"2024-04-22T20:12:19.322Z\"\n    },\n    {\n        \"id\": 9857,\n        \"name\": \"Rob's Test Topic No. 1\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-05-20T16:41:18.005Z\",\n        \"updated_at\": \"2024-05-20T16:41:18.005Z\"\n    },\n    {\n        \"id\": 5657,\n        \"name\": \"Rony Rustico\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-05-13T19:02:07.585Z\",\n        \"updated_at\": \"2024-05-13T19:02:07.585Z\"\n    },\n    {\n        \"id\": 44,\n        \"name\": \"Sample\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-05-06T15:49:29.652Z\",\n        \"updated_at\": \"2024-05-06T15:49:29.652Z\"\n    },\n    {\n        \"id\": 5659,\n        \"name\": \"São Paulo\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-05-13T19:02:26.399Z\",\n        \"updated_at\": \"2024-05-13T19:02:26.399Z\"\n    },\n    {\n        \"id\": 271,\n        \"name\": \"Social Media\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-05-07T18:10:49.302Z\",\n        \"updated_at\": \"2024-05-07T18:10:49.302Z\"\n    },\n    {\n        \"id\": 30,\n        \"name\": \"Solved\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-04-24T17:30:33.941Z\",\n        \"updated_at\": \"2024-04-24T17:30:33.941Z\"\n    },\n    {\n        \"id\": 41,\n        \"name\": \"Spaces\",\n        \"admin_only\": true,\n        \"created_at\": \"2024-05-01T20:49:41.306Z\",\n        \"updated_at\": \"2024-05-01T20:49:41.306Z\"\n    },\n    {\n        \"id\": 14392,\n        \"name\": \"Test\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-05-29T08:51:49.869Z\",\n        \"updated_at\": \"2024-05-29T08:51:49.869Z\"\n    },\n    {\n        \"id\": 5656,\n        \"name\": \"Test 2\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-05-13T19:01:57.395Z\",\n        \"updated_at\": \"2024-05-13T19:01:57.395Z\"\n    },\n    {\n        \"id\": 27,\n        \"name\": \"test123\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-04-23T11:58:00.205Z\",\n        \"updated_at\": \"2024-04-23T11:58:00.205Z\"\n    },\n    {\n        \"id\": 5652,\n        \"name\": \"Testing 1 testing 1 tes\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-05-13T19:01:37.255Z\",\n        \"updated_at\": \"2024-05-13T19:01:37.255Z\"\n    },\n    {\n        \"id\": 5670,\n        \"name\": \"testing testing testing testing testing testing\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-05-13T19:06:47.534Z\",\n        \"updated_at\": \"2024-05-13T19:06:47.534Z\"\n    },\n    {\n        \"id\": 14391,\n        \"name\": \"Topic\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-05-29T08:51:31.737Z\",\n        \"updated_at\": \"2024-05-29T08:51:31.737Z\"\n    },\n    {\n        \"id\": 16803,\n        \"name\": \"topic 10\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-06-03T12:55:14.995Z\",\n        \"updated_at\": \"2024-06-03T12:55:14.995Z\"\n    },\n    {\n        \"id\": 16804,\n        \"name\": \"topic 11\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-06-03T12:55:17.401Z\",\n        \"updated_at\": \"2024-06-03T12:55:17.401Z\"\n    },\n    {\n        \"id\": 16805,\n        \"name\": \"topic 12\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-06-03T12:55:20.039Z\",\n        \"updated_at\": \"2024-06-03T12:55:20.039Z\"\n    },\n    {\n        \"id\": 16806,\n        \"name\": \"topic 13\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-06-03T12:55:23.172Z\",\n        \"updated_at\": \"2024-06-03T12:55:23.172Z\"\n    },\n    {\n        \"id\": 16807,\n        \"name\": \"topic 14\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-06-03T12:55:26.266Z\",\n        \"updated_at\": \"2024-06-03T12:55:26.266Z\"\n    },\n    {\n        \"id\": 16808,\n        \"name\": \"topic 15\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-06-03T12:55:29.938Z\",\n        \"updated_at\": \"2024-06-03T12:55:29.938Z\"\n    },\n    {\n        \"id\": 16809,\n        \"name\": \"topic 16\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-06-03T12:55:33.373Z\",\n        \"updated_at\": \"2024-06-03T12:55:33.373Z\"\n    },\n    {\n        \"id\": 16810,\n        \"name\": \"topic 17\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-06-03T12:55:36.008Z\",\n        \"updated_at\": \"2024-06-03T12:55:36.008Z\"\n    },\n    {\n        \"id\": 16811,\n        \"name\": \"topic 18\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-06-03T12:55:38.754Z\",\n        \"updated_at\": \"2024-06-03T12:55:38.754Z\"\n    },\n    {\n        \"id\": 16812,\n        \"name\": \"topic 19\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-06-03T12:55:42.760Z\",\n        \"updated_at\": \"2024-06-03T12:55:42.760Z\"\n    },\n    {\n        \"id\": 16795,\n        \"name\": \"topic 2\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-06-03T12:54:50.734Z\",\n        \"updated_at\": \"2024-06-03T12:54:50.734Z\"\n    },\n    {\n        \"id\": 16813,\n        \"name\": \"topic 20\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-06-03T12:55:45.423Z\",\n        \"updated_at\": \"2024-06-03T12:55:45.423Z\"\n    },\n    {\n        \"id\": 16796,\n        \"name\": \"topic 3\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-06-03T12:54:53.600Z\",\n        \"updated_at\": \"2024-06-03T12:54:53.600Z\"\n    },\n    {\n        \"id\": 16797,\n        \"name\": \"topic 4\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-06-03T12:54:56.471Z\",\n        \"updated_at\": \"2024-06-03T12:54:56.471Z\"\n    },\n    {\n        \"id\": 16798,\n        \"name\": \"topic 5\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-06-03T12:55:00.306Z\",\n        \"updated_at\": \"2024-06-03T12:55:00.306Z\"\n    },\n    {\n        \"id\": 16799,\n        \"name\": \"topic 6\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-06-03T12:55:03.267Z\",\n        \"updated_at\": \"2024-06-03T12:55:03.267Z\"\n    },\n    {\n        \"id\": 16800,\n        \"name\": \"topic 7\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-06-03T12:55:06.408Z\",\n        \"updated_at\": \"2024-06-03T12:55:06.408Z\"\n    },\n    {\n        \"id\": 16801,\n        \"name\": \"topic 8\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-06-03T12:55:08.967Z\",\n        \"updated_at\": \"2024-06-03T12:55:08.967Z\"\n    },\n    {\n        \"id\": 16802,\n        \"name\": \"topic 9\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-06-03T12:55:11.379Z\",\n        \"updated_at\": \"2024-06-03T12:55:11.379Z\"\n    },\n    {\n        \"id\": 6,\n        \"name\": \"Where people gather\",\n        \"admin_only\": false,\n        \"created_at\": \"2024-03-26T07:55:39.323Z\",\n        \"updated_at\": \"2024-03-26T07:55:39.323Z\"\n    }\n]"}],"_postman_id":"c51f24c3-9e79-4359-b8b6-3d47445e6b03"},{"name":"Create","id":"489f42a5-749f-4c02-bb5e-dea98ec6befd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{api_token}}"}],"url":"{{host}}/api/v1/topics?community_id=5&name=Test topic&admin_only=false","urlObject":{"path":["api","v1","topics"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"},{"key":"name","value":"Test topic"},{"key":"admin_only","value":"false"}],"variable":[]}},"response":[{"id":"1213551c-37f3-43f1-befd-c7550098687b","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token {{api_token}}"}],"url":{"raw":"{{host}}/api/v1/topics?community_id=5&name=Test topic&admin_only=false","host":["{{host}}"],"path":["api","v1","topics"],"query":[{"key":"community_id","value":"5"},{"key":"name","value":"Test topic"},{"key":"admin_only","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Jun 2024 16:28:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"etag","value":"W/\"bdc522fdaf333d7347c1ab2fd95259c1\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"content-security-policy","value":""},{"key":"set-cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"x-request-id","value":"9767a112-17fa-4a44-bf66-6239b66f340f"},{"key":"x-runtime","value":"0.050051"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"x-rack-cors","value":"miss; no-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"88f9c6b79c9da542-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 18716,\n    \"name\": \"Test topic\",\n    \"admin_only\": false,\n    \"created_at\": \"2024-06-06T16:28:33.930Z\",\n    \"updated_at\": \"2024-06-06T16:28:33.930Z\"\n}"}],"_postman_id":"489f42a5-749f-4c02-bb5e-dea98ec6befd"},{"name":"Update","id":"383d4f1b-5e0a-498f-b5ea-6486e330a735","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{api_token}}"}],"url":"{{host}}/api/v1/topics/:id?community_id=5&name=Topic name updated&admin_only=true","urlObject":{"path":["api","v1","topics",":id"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"},{"key":"name","value":"Topic name updated"},{"key":"admin_only","value":"true"}],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"81fffeb9-14a7-4ed5-b1c6-b8f89d687731","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{api_token}}"}],"url":{"raw":"{{host}}/api/v1/topics/:id?community_id=5&name=Topic name updated&admin_only=true","host":["{{host}}"],"path":["api","v1","topics",":id"],"query":[{"key":"community_id","value":"5"},{"key":"name","value":"Topic name updated"},{"key":"admin_only","value":"true"}],"variable":[{"key":"id","value":"18716"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Jun 2024 16:29:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"etag","value":"W/\"1819a2b98ce44d95021dc65c637f61a9\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"content-security-policy","value":""},{"key":"set-cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"x-request-id","value":"3e43deb7-44fd-49aa-9dc9-19cac384eab5"},{"key":"x-runtime","value":"0.047868"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"x-rack-cors","value":"miss; no-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"88f9c86bfbd9a542-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 18716,\n    \"name\": \"Topic name updated\",\n    \"admin_only\": true,\n    \"created_at\": \"2024-06-06T16:28:33.930Z\",\n    \"updated_at\": \"2024-06-06T16:29:03.813Z\"\n}"}],"_postman_id":"383d4f1b-5e0a-498f-b5ea-6486e330a735"},{"name":"Destroy","id":"36ec066a-9a25-44b9-bae2-1d580cf6748f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{api_token}}"}],"url":"{{host}}/api/v1/topics/:id?community_id=5","urlObject":{"path":["api","v1","topics",":id"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"}],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"e967f353-7b0b-4c12-a040-75af7b9383ac","name":"Destroy","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{api_token}}"}],"url":{"raw":"{{host}}/api/v1/topics/:id?community_id=5","host":["{{host}}"],"path":["api","v1","topics",":id"],"query":[{"key":"community_id","value":"5"}],"variable":[{"key":"id","value":"18716"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Jun 2024 16:30:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"etag","value":"W/\"471e41fcf5c425b3a3bd50f9198d9bde\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"content-security-policy","value":""},{"key":"set-cookie","value":"cookies_enabled=true; path=/; Secure; SameSite=None"},{"key":"x-request-id","value":"bd9b8eb0-3cdd-4c1f-a581-57d36183cf6f"},{"key":"x-runtime","value":"0.063972"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"x-rack-cors","value":"miss; no-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"88f9c91879aba542-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Topic deleted successfully\"\n}"}],"_postman_id":"36ec066a-9a25-44b9-bae2-1d580cf6748f"}],"id":"fe3deadb-6320-4908-9229-b2e085720cc0","_postman_id":"fe3deadb-6320-4908-9229-b2e085720cc0","description":""},{"name":"Contacts","item":[{"name":"Create a contact","id":"b9637ee6-91f9-4517-9af2-7513228a4aff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"johndoe@example.com\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"name\": \"John Doe\", // Use name, or first and last name, but not both\n    \"contact_type\": \"community_lead\", // Possible values are community_lead, community_member,\n    \"member_tag_ids\": [1, 2, 3], // Array of member tag ids,\n    \"profile_field_values\": {\n        \"headline\": \"Software Engineer\",\n        \"bio\": \"Software Engineer at Circle\",\n        \"hobbies\": \"reading,running\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/contacts?email&first_name&last_name&name&contact_type&member_tag_ids&profile_field_values","urlObject":{"path":["api","v1","contacts"],"host":["{{host}}"],"query":[{"key":"email","value":null},{"key":"first_name","value":null},{"key":"last_name","value":null},{"description":{"content":"<p>Use name, or first name and last name. But not both</p>\n","type":"text/plain"},"key":"name","value":null},{"description":{"content":"<p>Possible values: community_lead, community_member</p>\n","type":"text/plain"},"key":"contact_type","value":null},{"description":{"content":"<p>Array of member tag ids</p>\n","type":"text/plain"},"key":"member_tag_ids","value":null},{"description":{"content":"<p>Key value pairs of profile field values</p>\n","type":"text/plain"},"key":"profile_field_values","value":null}],"variable":[]}},"response":[{"id":"aa0b76a0-4fe0-4dca-a697-987a44702203","name":"Create a contact","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"johndoe@example.com\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"name\": \"John Doe\", // Use name, or first and last name, but not both\n    \"contact_type\": \"community_lead\", // Possible values are community_lead, community_member,\n    \"member_tag_ids\": [1, 2, 3], // Array of member tag ids,\n    \"profile_field_values\": {\n        \"headline\": \"Software Engineer\",\n        \"bio\": \"Software Engineer at Circle\",\n        \"hobbies\": \"reading,running\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/contacts"},"status":"Created","code":201,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"id\": 1,\n  \"first_name\": \"John\",\n  \"last_name\": \"Doe\",\n  \"email\": \"johndoe@example.com\",\n  \"created_at\": \"2023-06-01T20:28:25.277Z\",\n  \"member_tags\": [\n    {\n        \"id\": 1,\n        \"name\": \"Friends\"\n    },\n    {\n        \"id\": 2,\n        \"name\": \"VIPs\"\n    }\n  ],\n  \"profile_fields\": [\n    {\n        \"key\": \"headline\",\n        \"value\": \"Software Engineer\"\n    },\n    {\n        \"key\": \"bio\",\n        \"value\": \"Software Engineer at Circle\"\n    },\n    {\n        \"key\": \"hobbies\",\n        \"value\": [\"reading\", \"running\"]\n    }\n  ]\n}"}],"_postman_id":"b9637ee6-91f9-4517-9af2-7513228a4aff"}],"id":"de567618-42e2-4798-91c4-c5ba0233d8bc","_postman_id":"de567618-42e2-4798-91c4-c5ba0233d8bc","description":""},{"name":"Flagged Content","item":[{"name":"Index","id":"0b0343ae-f9bd-4bf3-8c58-7a142b4bf0b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":"{{host}}/api/v1/flagged_contents?community_id=5&per_page=4&page=2&status=rejected","urlObject":{"path":["api","v1","flagged_contents"],"host":["{{host}}"],"query":[{"key":"community_id","value":"5"},{"key":"per_page","value":"4"},{"key":"page","value":"2"},{"description":{"content":"<p>Possible values: all, inbox, approved, rejected. Default: all.</p>\n","type":"text/plain"},"key":"status","value":"rejected"}],"variable":[]}},"response":[{"id":"23b4eb13-0bf8-4308-94a0-64714cce2850","name":"Index","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{api_token}}","type":"text"}],"url":{"raw":"{{host}}/api/v1/flagged_contents?community_id=5&per_page=3&page=2&status=rejected","host":["{{host}}"],"path":["api","v1","flagged_contents"],"query":[{"key":"community_id","value":"5"},{"key":"per_page","value":"3"},{"key":"page","value":"2"},{"key":"status","value":"rejected","description":"Possible values: all, inbox, approved, rejected. Default: all."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 2,\n    \"per_page\": 3,\n    \"has_next_page\": true,\n    \"count\": 30,\n    \"page_count\": 10,\n    \"records\": [\n        {\n            \"id\": 91,\n            \"status\": \"rejected\",\n            \"reported_reason_type\": \"other\",\n            \"reported_reason_body\": \"Reason provided by the reporter\",\n            \"reported_at\": \"2025-05-15T14:26:23.000Z\",\n            \"action_taken_at\": \"2025-07-14T22:39:22.000Z\",\n            \"action_reason_body\": \"Violates the community guidelines\",\n            \"created_at\": \"2025-05-15T14:26:23.862Z\",\n            \"updated_at\": \"2025-07-14T22:39:22.894Z\",\n            \"content_id\": 108,\n            \"content_type\": \"comment\",\n            \"content_authored_by_id\": 15,\n            \"content_authored_by_name\": \"John\",\n            \"content_authored_by_email\": \"john@world.org\",\n            \"reported_by_id\": 5,\n            \"reported_by_name\": \"Jane\",\n            \"reported_by_email\": \"jane@world.org\",\n            \"action_by_id\": 2,\n            \"action_by_name\": \"Alice\",\n            \"action_by_email\": \"alice@world.org\"\n        },\n        {\n            \"id\": 92,\n            \"status\": \"rejected\",\n            \"reported_reason_type\": \"other\",\n            \"reported_reason_body\": \"Reason provided by the reporter\",\n            \"reported_at\": \"2025-06-11T14:04:48.000Z\",\n            \"action_taken_at\": \"2025-07-14T22:38:55.000Z\",\n            \"action_reason_body\": \"Violates the community guidelines\",\n            \"created_at\": \"2025-06-11T14:04:48.140Z\",\n            \"updated_at\": \"2025-07-14T22:38:55.639Z\",\n            \"content_id\": 114,\n            \"content_type\": \"comment\",\n            \"content_authored_by_id\": 15,\n            \"content_authored_by_name\": \"John\",\n            \"content_authored_by_email\": \"john@world.org\",\n            \"reported_by_id\": null,\n            \"reported_by_name\": null,\n            \"reported_by_email\": null,\n            \"action_by_id\": 2,\n            \"action_by_name\": \"Alice\",\n            \"action_by_email\": \"alice@world.org\"\n        },\n        {\n            \"id\": 93,\n            \"status\": \"rejected\",\n            \"reported_reason_type\": \"other\",\n            \"reported_reason_body\": \"Reason provided by the reporter\",\n            \"reported_at\": \"2025-06-11T14:04:48.000Z\",\n            \"action_taken_at\": \"2025-07-14T22:38:55.000Z\",\n            \"action_reason_body\": \"Violates the community guidelines\",\n            \"created_at\": \"2025-06-11T14:04:48.140Z\",\n            \"updated_at\": \"2025-07-14T22:38:55.639Z\",\n            \"content_id\": 115,\n            \"content_type\": \"post\",\n            \"content_authored_by_id\": 15,\n            \"content_authored_by_name\": \"John\",\n            \"content_authored_by_email\": \"john@world.org\",\n            \"reported_by_id\": 5,\n            \"reported_by_name\": \"Thomas\",\n            \"reported_by_email\": \"thomas@world.org\",\n            \"action_by_id\": 2,\n            \"action_by_name\": \"Alice\",\n            \"action_by_email\": \"alice@world.org\"\n        }\n    ]\n}"}],"_postman_id":"0b0343ae-f9bd-4bf3-8c58-7a142b4bf0b0"}],"id":"896ca37a-fcf5-4b80-bb23-39938752692a","description":"<p>The Flagged Content API lets you retrieve content reports, approvals, and rejections.</p>\n","_postman_id":"896ca37a-fcf5-4b80-bb23-39938752692a"}],"event":[{"listen":"prerequest","script":{"id":"01d029b0-eacc-4bc0-8ff7-e14249e22dba","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a306d3b9-e141-4b09-a3a7-2bc7473fd2ef","type":"text/javascript","exec":[""]}}],"variable":[{"key":"community_id","value":"5"},{"key":"space_id","value":"126"}]}