{ "uuid": "d69ee7ed-aa27-474f-b7dc-06605d10c0f2", "lastMigration": 29, "name": "DEV API (beta)", "endpointPrefix": "api", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "92d4049a-308c-4ab3-a5c3-15ef05b27bfc", "documentation": "Published articles", "method": "get", "endpoint": "articles", "responses": [ { "uuid": "7017729a-3c94-413d-9ca8-69b563123eeb", "body": "[\n {\n \"canonical_url\": \"\",\n \"comments_count\": {{faker 'number.int' max=99999}},\n \"cover_image\": \"\",\n \"created_at\": \"{{faker 'date.recent' 365}}\",\n \"crossposted_at\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"edited_at\": \"{{faker 'date.recent' 365}}\",\n \"flare_tag\": {\n \"bg_color_hex\": \"\",\n \"name\": \"\",\n \"text_color_hex\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_comment_at\": \"{{faker 'date.recent' 365}}\",\n \"organization\": {\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"slug\": \"\",\n \"username\": \"\"\n },\n \"path\": \"\",\n \"positive_reactions_count\": {{faker 'number.int' max=99999}},\n \"public_reactions_count\": {{faker 'number.int' max=99999}},\n \"published_at\": \"{{faker 'date.recent' 365}}\",\n \"published_timestamp\": \"{{faker 'date.recent' 365}}\",\n \"readable_publish_date\": \"\",\n \"reading_time_minutes\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"social_image\": \"\",\n \"tag_list\": [\n \"\"\n ],\n \"tags\": \"\",\n \"title\": \"\",\n \"type_of\": \"\",\n \"url\": \"\",\n \"user\": {\n \"github_username\": \"\",\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"twitter_username\": \"\",\n \"username\": \"\",\n \"website_url\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of articles", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f4e42945-0a67-4741-83e2-36b8e5b9766a", "documentation": "Create a new article", "method": "post", "endpoint": "articles", "responses": [ { "uuid": "e9dd42fe-3677-430b-ad80-e7f54487b29a", "body": "{\n \"body_html\": \"\",\n \"body_markdown\": \"\",\n \"canonical_url\": \"\",\n \"comments_count\": {{faker 'number.int' max=99999}},\n \"cover_image\": \"\",\n \"created_at\": \"{{faker 'date.recent' 365}}\",\n \"crossposted_at\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"edited_at\": \"{{faker 'date.recent' 365}}\",\n \"flare_tag\": {\n \"bg_color_hex\": \"\",\n \"name\": \"\",\n \"text_color_hex\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_comment_at\": \"{{faker 'date.recent' 365}}\",\n \"organization\": {\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"slug\": \"\",\n \"username\": \"\"\n },\n \"path\": \"\",\n \"positive_reactions_count\": {{faker 'number.int' max=99999}},\n \"public_reactions_count\": {{faker 'number.int' max=99999}},\n \"published_at\": \"{{faker 'date.recent' 365}}\",\n \"published_timestamp\": \"{{faker 'date.recent' 365}}\",\n \"readable_publish_date\": \"\",\n \"reading_time_minutes\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"social_image\": \"\",\n \"tag_list\": \"\",\n \"tags\": [\n \"\"\n ],\n \"title\": \"\",\n \"type_of\": \"\",\n \"url\": \"\",\n \"user\": {\n \"github_username\": \"\",\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"twitter_username\": \"\",\n \"username\": \"\",\n \"website_url\": \"\"\n }\n}", "latency": 0, "statusCode": 201, "label": "A newly created article", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Location", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2c8bb349-dd7b-4c3d-b5ca-d9c77c09f429", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 400, "label": "BadRequest", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "dab0d83b-1ea0-4788-bdc7-55b3ce553bd3", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b0e24763-a68c-4132-8971-c13c100ab967", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6a9306c0-b971-4ada-94a3-75777660b6dd", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 422, "label": "Unprocessable Entity", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c95a7483-e229-4886-93ba-7d791d601d56", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 429, "label": "Too Many Requests", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b53233c0-aadd-4e43-ad5f-64e74337b28f", "documentation": "Published articles sorted by publish date", "method": "get", "endpoint": "articles/latest", "responses": [ { "uuid": "d7fab818-f817-4eda-b526-5478ebd244ae", "body": "[\n {\n \"canonical_url\": \"\",\n \"comments_count\": {{faker 'number.int' max=99999}},\n \"cover_image\": \"\",\n \"created_at\": \"{{faker 'date.recent' 365}}\",\n \"crossposted_at\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"edited_at\": \"{{faker 'date.recent' 365}}\",\n \"flare_tag\": {\n \"bg_color_hex\": \"\",\n \"name\": \"\",\n \"text_color_hex\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_comment_at\": \"{{faker 'date.recent' 365}}\",\n \"organization\": {\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"slug\": \"\",\n \"username\": \"\"\n },\n \"path\": \"\",\n \"positive_reactions_count\": {{faker 'number.int' max=99999}},\n \"public_reactions_count\": {{faker 'number.int' max=99999}},\n \"published_at\": \"{{faker 'date.recent' 365}}\",\n \"published_timestamp\": \"{{faker 'date.recent' 365}}\",\n \"readable_publish_date\": \"\",\n \"reading_time_minutes\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"social_image\": \"\",\n \"tag_list\": [\n \"\"\n ],\n \"tags\": \"\",\n \"title\": \"\",\n \"type_of\": \"\",\n \"url\": \"\",\n \"user\": {\n \"github_username\": \"\",\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"twitter_username\": \"\",\n \"username\": \"\",\n \"website_url\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of articles sorted by descending publish date", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8bb396fa-2318-4dc9-91bc-acdcd1de9096", "documentation": "User's articles", "method": "get", "endpoint": "articles/me", "responses": [ { "uuid": "930164eb-b526-45c8-a00f-8ae393d4bd9b", "body": "[\n {\n \"body_markdown\": \"\",\n \"canonical_url\": \"\",\n \"comments_count\": {{faker 'number.int' max=99999}},\n \"cover_image\": \"\",\n \"description\": \"\",\n \"flare_tag\": {\n \"bg_color_hex\": \"\",\n \"name\": \"\",\n \"text_color_hex\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"organization\": {\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"slug\": \"\",\n \"username\": \"\"\n },\n \"page_views_count\": {{faker 'number.int' max=99999}},\n \"path\": \"\",\n \"positive_reactions_count\": {{faker 'number.int' max=99999}},\n \"public_reactions_count\": {{faker 'number.int' max=99999}},\n \"published\": {{faker 'datatype.boolean'}},\n \"published_at\": \"{{faker 'date.recent' 365}}\",\n \"published_timestamp\": \"{{faker 'date.recent' 365}}\",\n \"reading_time_minutes\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"tag_list\": [\n \"\"\n ],\n \"title\": \"\",\n \"type_of\": \"\",\n \"url\": \"\",\n \"user\": {\n \"github_username\": \"\",\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"twitter_username\": \"\",\n \"username\": \"\",\n \"website_url\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of published articles", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "13781b0e-ca75-4e56-98db-add26f51a399", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9065a1d6-a43c-4293-a132-397169b8db38", "documentation": "User's all articles", "method": "get", "endpoint": "articles/me/all", "responses": [ { "uuid": "ced63b02-3475-4813-b08f-235d4e5fd5e5", "body": "[\n {\n \"body_markdown\": \"\",\n \"canonical_url\": \"\",\n \"comments_count\": {{faker 'number.int' max=99999}},\n \"cover_image\": \"\",\n \"description\": \"\",\n \"flare_tag\": {\n \"bg_color_hex\": \"\",\n \"name\": \"\",\n \"text_color_hex\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"organization\": {\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"slug\": \"\",\n \"username\": \"\"\n },\n \"page_views_count\": {{faker 'number.int' max=99999}},\n \"path\": \"\",\n \"positive_reactions_count\": {{faker 'number.int' max=99999}},\n \"public_reactions_count\": {{faker 'number.int' max=99999}},\n \"published\": {{faker 'datatype.boolean'}},\n \"published_at\": \"{{faker 'date.recent' 365}}\",\n \"published_timestamp\": \"{{faker 'date.recent' 365}}\",\n \"reading_time_minutes\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"tag_list\": [\n \"\"\n ],\n \"title\": \"\",\n \"type_of\": \"\",\n \"url\": \"\",\n \"user\": {\n \"github_username\": \"\",\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"twitter_username\": \"\",\n \"username\": \"\",\n \"website_url\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of articles", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "970e2b16-60f9-4891-aebb-6b19433820af", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4369e95e-d91e-4893-a0e4-0d3ca93ea5af", "documentation": "User's published articles", "method": "get", "endpoint": "articles/me/published", "responses": [ { "uuid": "0b389307-d2ca-4999-a146-355253dfbaad", "body": "[\n {\n \"body_markdown\": \"\",\n \"canonical_url\": \"\",\n \"comments_count\": {{faker 'number.int' max=99999}},\n \"cover_image\": \"\",\n \"description\": \"\",\n \"flare_tag\": {\n \"bg_color_hex\": \"\",\n \"name\": \"\",\n \"text_color_hex\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"organization\": {\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"slug\": \"\",\n \"username\": \"\"\n },\n \"page_views_count\": {{faker 'number.int' max=99999}},\n \"path\": \"\",\n \"positive_reactions_count\": {{faker 'number.int' max=99999}},\n \"public_reactions_count\": {{faker 'number.int' max=99999}},\n \"published\": {{faker 'datatype.boolean'}},\n \"published_at\": \"{{faker 'date.recent' 365}}\",\n \"published_timestamp\": \"{{faker 'date.recent' 365}}\",\n \"reading_time_minutes\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"tag_list\": [\n \"\"\n ],\n \"title\": \"\",\n \"type_of\": \"\",\n \"url\": \"\",\n \"user\": {\n \"github_username\": \"\",\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"twitter_username\": \"\",\n \"username\": \"\",\n \"website_url\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of published articles", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2ce592e2-bf69-4e42-9083-afc233fade62", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bcbfd8f8-50e4-4b34-bc63-db43fe67363a", "documentation": "User's unpublished articles", "method": "get", "endpoint": "articles/me/unpublished", "responses": [ { "uuid": "e4f25dee-6d99-4c1f-bd32-fc306b80fbea", "body": "[\n {\n \"body_markdown\": \"\",\n \"canonical_url\": \"\",\n \"comments_count\": {{faker 'number.int' max=99999}},\n \"cover_image\": \"\",\n \"description\": \"\",\n \"flare_tag\": {\n \"bg_color_hex\": \"\",\n \"name\": \"\",\n \"text_color_hex\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"organization\": {\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"slug\": \"\",\n \"username\": \"\"\n },\n \"page_views_count\": {{faker 'number.int' max=99999}},\n \"path\": \"\",\n \"positive_reactions_count\": {{faker 'number.int' max=99999}},\n \"public_reactions_count\": {{faker 'number.int' max=99999}},\n \"published\": {{faker 'datatype.boolean'}},\n \"published_at\": \"{{faker 'date.recent' 365}}\",\n \"published_timestamp\": \"{{faker 'date.recent' 365}}\",\n \"reading_time_minutes\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"tag_list\": [\n \"\"\n ],\n \"title\": \"\",\n \"type_of\": \"\",\n \"url\": \"\",\n \"user\": {\n \"github_username\": \"\",\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"twitter_username\": \"\",\n \"username\": \"\",\n \"website_url\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of articles", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "97154a06-167c-48d2-b80e-9f5d50cbb03e", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "96623544-d167-4409-9f05-b80e2dd6ddf7", "documentation": "A published article by ID", "method": "get", "endpoint": "articles/:id", "responses": [ { "uuid": "8b9d6912-5d6d-4d0f-bc6d-1d699e5a0cf3", "body": "{\n \"body_html\": \"\",\n \"body_markdown\": \"\",\n \"canonical_url\": \"\",\n \"comments_count\": {{faker 'number.int' max=99999}},\n \"cover_image\": \"\",\n \"created_at\": \"{{faker 'date.recent' 365}}\",\n \"crossposted_at\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"edited_at\": \"{{faker 'date.recent' 365}}\",\n \"flare_tag\": {\n \"bg_color_hex\": \"\",\n \"name\": \"\",\n \"text_color_hex\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_comment_at\": \"{{faker 'date.recent' 365}}\",\n \"organization\": {\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"slug\": \"\",\n \"username\": \"\"\n },\n \"path\": \"\",\n \"positive_reactions_count\": {{faker 'number.int' max=99999}},\n \"public_reactions_count\": {{faker 'number.int' max=99999}},\n \"published_at\": \"{{faker 'date.recent' 365}}\",\n \"published_timestamp\": \"{{faker 'date.recent' 365}}\",\n \"readable_publish_date\": \"\",\n \"reading_time_minutes\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"social_image\": \"\",\n \"tag_list\": \"\",\n \"tags\": [\n \"\"\n ],\n \"title\": \"\",\n \"type_of\": \"\",\n \"url\": \"\",\n \"user\": {\n \"github_username\": \"\",\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"twitter_username\": \"\",\n \"username\": \"\",\n \"website_url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "An article", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2be762df-acaa-4acc-97a6-53d8ec3a97f7", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 404, "label": "Resource not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "59ce41e2-dd50-49fe-8fd9-1f8299375968", "documentation": "Update an article", "method": "put", "endpoint": "articles/:id", "responses": [ { "uuid": "199d1b2f-1d46-488a-a9f6-83300d447635", "body": "{\n \"body_html\": \"\",\n \"body_markdown\": \"\",\n \"canonical_url\": \"\",\n \"comments_count\": {{faker 'number.int' max=99999}},\n \"cover_image\": \"\",\n \"created_at\": \"{{faker 'date.recent' 365}}\",\n \"crossposted_at\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"edited_at\": \"{{faker 'date.recent' 365}}\",\n \"flare_tag\": {\n \"bg_color_hex\": \"\",\n \"name\": \"\",\n \"text_color_hex\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_comment_at\": \"{{faker 'date.recent' 365}}\",\n \"organization\": {\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"slug\": \"\",\n \"username\": \"\"\n },\n \"path\": \"\",\n \"positive_reactions_count\": {{faker 'number.int' max=99999}},\n \"public_reactions_count\": {{faker 'number.int' max=99999}},\n \"published_at\": \"{{faker 'date.recent' 365}}\",\n \"published_timestamp\": \"{{faker 'date.recent' 365}}\",\n \"readable_publish_date\": \"\",\n \"reading_time_minutes\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"social_image\": \"\",\n \"tag_list\": \"\",\n \"tags\": [\n \"\"\n ],\n \"title\": \"\",\n \"type_of\": \"\",\n \"url\": \"\",\n \"user\": {\n \"github_username\": \"\",\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"twitter_username\": \"\",\n \"username\": \"\",\n \"website_url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The updated article", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a86d8c4c-3811-47e9-8706-f12c09d856bf", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 400, "label": "BadRequest", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c3e07a0f-659a-4266-ab23-b4a5e34e84b7", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6bf90939-bb34-4a96-a060-8519ff20afe7", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a8fa3ec7-42c5-413e-9dfa-62921f97df1e", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 422, "label": "Unprocessable Entity", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5df65228-2d3a-49fd-b3e6-0cfb3b9780c1", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 429, "label": "Too Many Requests", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9bc23c4e-5c3e-4a25-b03c-12d0c4e611fe", "documentation": "A published article by path", "method": "get", "endpoint": "articles/:username/:slug", "responses": [ { "uuid": "60514d94-90aa-4808-954d-94a0ee29bd8a", "body": "{\n \"body_html\": \"\",\n \"body_markdown\": \"\",\n \"canonical_url\": \"\",\n \"comments_count\": {{faker 'number.int' max=99999}},\n \"cover_image\": \"\",\n \"created_at\": \"{{faker 'date.recent' 365}}\",\n \"crossposted_at\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"edited_at\": \"{{faker 'date.recent' 365}}\",\n \"flare_tag\": {\n \"bg_color_hex\": \"\",\n \"name\": \"\",\n \"text_color_hex\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_comment_at\": \"{{faker 'date.recent' 365}}\",\n \"organization\": {\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"slug\": \"\",\n \"username\": \"\"\n },\n \"path\": \"\",\n \"positive_reactions_count\": {{faker 'number.int' max=99999}},\n \"public_reactions_count\": {{faker 'number.int' max=99999}},\n \"published_at\": \"{{faker 'date.recent' 365}}\",\n \"published_timestamp\": \"{{faker 'date.recent' 365}}\",\n \"readable_publish_date\": \"\",\n \"reading_time_minutes\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"social_image\": \"\",\n \"tag_list\": \"\",\n \"tags\": [\n \"\"\n ],\n \"title\": \"\",\n \"type_of\": \"\",\n \"url\": \"\",\n \"user\": {\n \"github_username\": \"\",\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"twitter_username\": \"\",\n \"username\": \"\",\n \"website_url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "An article", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f85b4a6e-9a9a-4c16-bb2b-0932e4ce4444", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 404, "label": "Resource not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c6b800d1-3623-4a6a-baf9-df8b57e7eae1", "documentation": "Comments", "method": "get", "endpoint": "comments", "responses": [ { "uuid": "b2a39408-37e2-4828-8ac6-206cddd66ef2", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "A list of threads of comments", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "19cebb01-7766-400e-a0ca-7be81bf9a01e", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 404, "label": "Resource not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "58cde068-ba9f-4ee0-8dad-51a83024b0aa", "documentation": "Comment", "method": "get", "endpoint": "comments/:id", "responses": [ { "uuid": "c227ef62-7623-4a9d-98ec-05f9fbbc46d5", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "A comment and its descendants", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4070e8dd-bb83-4bbd-bd3b-dacf98480b94", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 404, "label": "Resource not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b0d4f9b5-9b88-42c5-868d-41cfc18e0626", "documentation": "Followers", "method": "get", "endpoint": "followers/users", "responses": [ { "uuid": "bb1aca6d-851e-4b63-a338-48bd363e73b0", "body": "[\n {\n \"created_at\": \"{{faker 'date.recent' 365}}\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"path\": \"\",\n \"profile_image\": \"\",\n \"type_of\": \"\",\n \"username\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of followers", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3befe31f-24b0-4002-901a-fabf35795060", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a54d9ee1-4876-4575-86f0-107c67a58461", "documentation": "Followed tags", "method": "get", "endpoint": "follows/tags", "responses": [ { "uuid": "5155bb0c-7b18-4a46-91fa-b210ea19c715", "body": "[\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"points\": {{faker 'number.float'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of followed tags", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2b842351-3cc7-4f8e-b845-77f483f395d2", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fe754a81-9ca2-4bf8-b87f-2ac12eea62e3", "documentation": "Published listings", "method": "get", "endpoint": "listings", "responses": [ { "uuid": "0e1fd253-e56d-44b2-a37d-815da95d4a5f", "body": "[\n {\n \"body_markdown\": \"\",\n \"category\": \"{{oneOf (array 'cfp' 'forhire' 'collabs' 'education' 'jobs' 'mentors' 'products' 'mentees' 'forsale' 'events' 'misc')}}\",\n \"id\": {{faker 'number.int' max=99999}},\n \"organization\": {\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"slug\": \"\",\n \"username\": \"\"\n },\n \"processed_html\": \"\",\n \"published\": {{faker 'datatype.boolean'}},\n \"slug\": \"\",\n \"tag_list\": \"\",\n \"tags\": [\n \"\"\n ],\n \"title\": \"\",\n \"type_of\": \"\",\n \"user\": {\n \"github_username\": \"\",\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"twitter_username\": \"\",\n \"username\": \"\",\n \"website_url\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of listings", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c158d147-68ba-4bca-93db-6c076621bb5b", "documentation": "Create a new listing", "method": "post", "endpoint": "listings", "responses": [ { "uuid": "ac53e956-a6e1-4c4a-9a22-88df796c94ce", "body": "{\n \"body_markdown\": \"\",\n \"category\": \"{{oneOf (array 'cfp' 'forhire' 'collabs' 'education' 'jobs' 'mentors' 'products' 'mentees' 'forsale' 'events' 'misc')}}\",\n \"id\": {{faker 'number.int' max=99999}},\n \"organization\": {\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"slug\": \"\",\n \"username\": \"\"\n },\n \"processed_html\": \"\",\n \"published\": {{faker 'datatype.boolean'}},\n \"slug\": \"\",\n \"tag_list\": \"\",\n \"tags\": [\n \"\"\n ],\n \"title\": \"\",\n \"type_of\": \"\",\n \"user\": {\n \"github_username\": \"\",\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"twitter_username\": \"\",\n \"username\": \"\",\n \"website_url\": \"\"\n }\n}", "latency": 0, "statusCode": 201, "label": "A newly created Listing", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "035110f3-39b2-46b4-8479-d8d200f75ccc", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 400, "label": "BadRequest", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "60b57471-c773-4903-93b7-e1aafc387bb4", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7df9f8dc-29c8-42db-bc5d-eb89c28ecd04", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 402, "label": "PaymentRequired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "38e4f5ff-a131-41f6-9e49-9c235c4a6589", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 422, "label": "Unprocessable Entity", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "09649cd7-59ea-4891-9b1a-5fe978b0ffb5", "documentation": "Published listings by category", "method": "get", "endpoint": "listings/category/:category", "responses": [ { "uuid": "cef8b4d0-8764-4c12-987d-e34a19d17983", "body": "[\n {\n \"body_markdown\": \"\",\n \"category\": \"{{oneOf (array 'cfp' 'forhire' 'collabs' 'education' 'jobs' 'mentors' 'products' 'mentees' 'forsale' 'events' 'misc')}}\",\n \"id\": {{faker 'number.int' max=99999}},\n \"organization\": {\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"slug\": \"\",\n \"username\": \"\"\n },\n \"processed_html\": \"\",\n \"published\": {{faker 'datatype.boolean'}},\n \"slug\": \"\",\n \"tag_list\": \"\",\n \"tags\": [\n \"\"\n ],\n \"title\": \"\",\n \"type_of\": \"\",\n \"user\": {\n \"github_username\": \"\",\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"twitter_username\": \"\",\n \"username\": \"\",\n \"website_url\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of listings", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6c16d7f6-7ecc-4ef8-bb9d-6c3a1ffe0dbf", "documentation": "A listing", "method": "get", "endpoint": "listings/:id", "responses": [ { "uuid": "e2741691-eef8-4ffb-a61b-373c7f50df4a", "body": "{\n \"body_markdown\": \"\",\n \"category\": \"{{oneOf (array 'cfp' 'forhire' 'collabs' 'education' 'jobs' 'mentors' 'products' 'mentees' 'forsale' 'events' 'misc')}}\",\n \"id\": {{faker 'number.int' max=99999}},\n \"organization\": {\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"slug\": \"\",\n \"username\": \"\"\n },\n \"processed_html\": \"\",\n \"published\": {{faker 'datatype.boolean'}},\n \"slug\": \"\",\n \"tag_list\": \"\",\n \"tags\": [\n \"\"\n ],\n \"title\": \"\",\n \"type_of\": \"\",\n \"user\": {\n \"github_username\": \"\",\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"twitter_username\": \"\",\n \"username\": \"\",\n \"website_url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "A listing", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4fa61664-4f01-4d39-9180-6a85db99c859", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 404, "label": "Resource not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3dd04a39-7479-4520-9fa0-4fa9ec0b082b", "documentation": "Update a listing", "method": "put", "endpoint": "listings/:id", "responses": [ { "uuid": "bc62c50b-9826-429a-bff3-c92460ad7750", "body": "{\n \"body_html\": \"\",\n \"body_markdown\": \"\",\n \"canonical_url\": \"\",\n \"comments_count\": {{faker 'number.int' max=99999}},\n \"cover_image\": \"\",\n \"created_at\": \"{{faker 'date.recent' 365}}\",\n \"crossposted_at\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"edited_at\": \"{{faker 'date.recent' 365}}\",\n \"flare_tag\": {\n \"bg_color_hex\": \"\",\n \"name\": \"\",\n \"text_color_hex\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_comment_at\": \"{{faker 'date.recent' 365}}\",\n \"organization\": {\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"slug\": \"\",\n \"username\": \"\"\n },\n \"path\": \"\",\n \"positive_reactions_count\": {{faker 'number.int' max=99999}},\n \"public_reactions_count\": {{faker 'number.int' max=99999}},\n \"published_at\": \"{{faker 'date.recent' 365}}\",\n \"published_timestamp\": \"{{faker 'date.recent' 365}}\",\n \"readable_publish_date\": \"\",\n \"reading_time_minutes\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"social_image\": \"\",\n \"tag_list\": \"\",\n \"tags\": [\n \"\"\n ],\n \"title\": \"\",\n \"type_of\": \"\",\n \"url\": \"\",\n \"user\": {\n \"github_username\": \"\",\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"twitter_username\": \"\",\n \"username\": \"\",\n \"website_url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The updated article", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "86ffb4b9-0a03-4e3b-81b6-c606f94a0d6c", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 400, "label": "BadRequest", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c3edd244-9196-43dd-8e79-e8d914c69b80", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9e8e8503-1089-4916-bb3f-0a8dfee52287", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 402, "label": "PaymentRequired", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c810da3d-8e6a-4f0c-acc3-4e25182e64f7", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 422, "label": "Unprocessable Entity", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a221cd79-2a53-4324-a052-21eb2ce48e22", "documentation": "An organization", "method": "get", "endpoint": "organizations/:username", "responses": [ { "uuid": "9387e5fd-4ea3-44e6-a447-8093fbf331db", "body": "{\n \"github_username\": \"\",\n \"joined_at\": \"{{faker 'date.recent' 365}}\",\n \"location\": \"\",\n \"name\": \"\",\n \"profile_image\": \"\",\n \"story\": \"\",\n \"summary\": \"\",\n \"tag_line\": \"\",\n \"tech_stack\": \"\",\n \"twitter_username\": \"\",\n \"type_of\": \"\",\n \"url\": \"\",\n \"username\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "An organization", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9133ab77-ecb2-454f-a5c5-8be0afb7fe08", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 404, "label": "Resource not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cf3d9490-dd39-4f13-94c7-7f2862ca5959", "documentation": "Organization's Articles", "method": "get", "endpoint": "organizations/:username/articles", "responses": [ { "uuid": "e1c0345f-4228-4ffb-b492-99a5fae3204a", "body": "[\n {\n \"canonical_url\": \"\",\n \"comments_count\": {{faker 'number.int' max=99999}},\n \"cover_image\": \"\",\n \"created_at\": \"{{faker 'date.recent' 365}}\",\n \"crossposted_at\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"edited_at\": \"{{faker 'date.recent' 365}}\",\n \"flare_tag\": {\n \"bg_color_hex\": \"\",\n \"name\": \"\",\n \"text_color_hex\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_comment_at\": \"{{faker 'date.recent' 365}}\",\n \"organization\": {\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"slug\": \"\",\n \"username\": \"\"\n },\n \"path\": \"\",\n \"positive_reactions_count\": {{faker 'number.int' max=99999}},\n \"public_reactions_count\": {{faker 'number.int' max=99999}},\n \"published_at\": \"{{faker 'date.recent' 365}}\",\n \"published_timestamp\": \"{{faker 'date.recent' 365}}\",\n \"readable_publish_date\": \"\",\n \"reading_time_minutes\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"social_image\": \"\",\n \"tag_list\": [\n \"\"\n ],\n \"tags\": \"\",\n \"title\": \"\",\n \"type_of\": \"\",\n \"url\": \"\",\n \"user\": {\n \"github_username\": \"\",\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"twitter_username\": \"\",\n \"username\": \"\",\n \"website_url\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of users belonging to the organization", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b69ed184-056d-4b79-88b9-b6756c398258", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 404, "label": "Resource not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f81bcbb6-e7f2-4bdd-ba96-27840c191e28", "documentation": "Organization's listings", "method": "get", "endpoint": "organizations/:username/listings", "responses": [ { "uuid": "ed06ac36-57fc-4f8e-b11b-0aa9a2b9d7c3", "body": "[\n {\n \"body_markdown\": \"\",\n \"category\": \"{{oneOf (array 'cfp' 'forhire' 'collabs' 'education' 'jobs' 'mentors' 'products' 'mentees' 'forsale' 'events' 'misc')}}\",\n \"id\": {{faker 'number.int' max=99999}},\n \"organization\": {\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"slug\": \"\",\n \"username\": \"\"\n },\n \"processed_html\": \"\",\n \"published\": {{faker 'datatype.boolean'}},\n \"slug\": \"\",\n \"tag_list\": \"\",\n \"tags\": [\n \"\"\n ],\n \"title\": \"\",\n \"type_of\": \"\",\n \"user\": {\n \"github_username\": \"\",\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"twitter_username\": \"\",\n \"username\": \"\",\n \"website_url\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of listings belonging to the organization", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a024881e-afb2-4fa8-8203-7f5792be6a6d", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 404, "label": "Resource not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2d21390b-c552-4b2c-8b32-8c78608810b4", "documentation": "Organization's users", "method": "get", "endpoint": "organizations/:username/users", "responses": [ { "uuid": "16e89bba-e1cf-4ad0-a6f4-75de07768444", "body": "[\n {\n \"github_username\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"joined_at\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"profile_image\": \"\",\n \"summary\": \"\",\n \"twitter_username\": \"\",\n \"type_of\": \"\",\n \"username\": \"\",\n \"website_url\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of users belonging to the organization", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "84440457-9ec6-41d0-be2c-7de15e37d14b", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 404, "label": "Resource not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7dcd681e-edf0-4ffd-a6f3-0a34207eca2d", "documentation": "Published podcast episodes", "method": "get", "endpoint": "podcast_episodes", "responses": [ { "uuid": "2ed86d60-6c9d-44fd-b15c-b93ae0b0fd34", "body": "[\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"image_url\": \"\",\n \"path\": \"\",\n \"podcast\": {\n \"image_url\": \"\",\n \"slug\": \"\",\n \"title\": \"\"\n },\n \"title\": \"\",\n \"type_of\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of podcast episodes", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5834dd0b-249b-421e-a4bb-5d73f11bfa1c", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 404, "label": "Resource not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4da2e21b-ac55-40a4-b7cf-7e92fc0dd35b", "documentation": "User or organization profile picture", "method": "get", "endpoint": "profile_images/:username", "responses": [ { "uuid": "17ea74e0-d929-4582-b17b-352aa32bb430", "body": "{\n \"image_of\": \"{{oneOf (array 'user' 'organization')}}\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"type_of\": \"{{oneOf (array 'profile_image')}}\"\n}", "latency": 0, "statusCode": 200, "label": "The profile image", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8ae49130-3aa3-40b2-bcad-ccf15d4e5b30", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 404, "label": "Resource not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1b7177d7-764f-4bab-91a3-e5f8c13968a5", "documentation": "User's reading list", "method": "get", "endpoint": "readinglist", "responses": [ { "uuid": "9aad52f6-59eb-4152-bd21-33e436f36a69", "body": "[\n {\n \"article\": {\n \"canonical_url\": \"\",\n \"comments_count\": {{faker 'number.int' max=99999}},\n \"cover_image\": \"\",\n \"created_at\": \"{{faker 'date.recent' 365}}\",\n \"crossposted_at\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"edited_at\": \"{{faker 'date.recent' 365}}\",\n \"flare_tag\": {\n \"bg_color_hex\": \"\",\n \"name\": \"\",\n \"text_color_hex\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_comment_at\": \"{{faker 'date.recent' 365}}\",\n \"organization\": {\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"slug\": \"\",\n \"username\": \"\"\n },\n \"path\": \"\",\n \"positive_reactions_count\": {{faker 'number.int' max=99999}},\n \"public_reactions_count\": {{faker 'number.int' max=99999}},\n \"published_at\": \"{{faker 'date.recent' 365}}\",\n \"published_timestamp\": \"{{faker 'date.recent' 365}}\",\n \"readable_publish_date\": \"\",\n \"reading_time_minutes\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"social_image\": \"\",\n \"tag_list\": [\n \"\"\n ],\n \"tags\": \"\",\n \"title\": \"\",\n \"type_of\": \"\",\n \"url\": \"\",\n \"user\": {\n \"github_username\": \"\",\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"twitter_username\": \"\",\n \"username\": \"\",\n \"website_url\": \"\"\n }\n },\n \"created_at\": \"{{faker 'date.recent' 365}}\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"{{oneOf (array 'valid' 'invalid' 'confirmed' 'archived')}}\",\n \"type_of\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "The reading list with a overwiew of the article", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d147dfb6-3e57-4756-acb3-6bb3d97af74d", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a49a7d86-2044-4755-a9cf-5ebeefbefdd1", "documentation": "Tags", "method": "get", "endpoint": "tags", "responses": [ { "uuid": "9941dd5a-9fcf-4ef2-b403-fed577372ad1", "body": "[\n {\n \"bg_color_hex\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"text_color_hex\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of tags", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c37683cf-deb7-4316-887d-221b60a7182c", "documentation": "The authenticated user", "method": "get", "endpoint": "users/me", "responses": [ { "uuid": "ef4baa48-0e49-43ab-8164-1ff7d6593ff5", "body": "{\n \"github_username\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"joined_at\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"profile_image\": \"\",\n \"summary\": \"\",\n \"twitter_username\": \"\",\n \"type_of\": \"\",\n \"username\": \"\",\n \"website_url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A user", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "26f2aab8-4e7a-48cd-88f4-69281ec1498e", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4c8ce355-30d1-492e-bced-204bd3cc7341", "documentation": "A user", "method": "get", "endpoint": "users/:id", "responses": [ { "uuid": "8e98c1fb-874a-4be3-8713-fce05fc4c94a", "body": "{\n \"github_username\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"joined_at\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"profile_image\": \"\",\n \"summary\": \"\",\n \"twitter_username\": \"\",\n \"type_of\": \"\",\n \"username\": \"\",\n \"website_url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A user", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c850f388-3d05-4842-a2b8-2b3ee872cd5d", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 404, "label": "Resource not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "981b8b3a-1b58-4386-bf42-5d060f3c2039", "documentation": "Articles with a video", "method": "get", "endpoint": "videos", "responses": [ { "uuid": "3a08e1ba-0e62-44ab-889a-1602e9ccb4ab", "body": "[\n {\n \"cloudinary_video_url\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"path\": \"\",\n \"title\": \"\",\n \"type_of\": \"\",\n \"user\": {\n \"name\": \"\"\n },\n \"user_id\": {{faker 'number.int' max=99999}},\n \"video_duration_in_minutes\": \"\",\n \"video_source_url\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of video articles", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0cc2915d-3ccf-42a3-80b6-735864044b4b", "documentation": "Webhooks", "method": "get", "endpoint": "webhooks", "responses": [ { "uuid": "ccfe648c-9d90-4b1b-bb09-693866d4e374", "body": "[\n {\n \"created_at\": \"{{faker 'date.recent' 365}}\",\n \"events\": [\n \"\"\n ],\n \"id\": {{faker 'number.int' max=99999}},\n \"source\": \"\",\n \"target_url\": \"\",\n \"type_of\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of webhooks", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "77788294-e48a-4e24-8dd5-c3da6eb9936e", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a38c836b-515a-4b98-9736-5c83e39dc98d", "documentation": "Create a new webhook", "method": "post", "endpoint": "webhooks", "responses": [ { "uuid": "d9829ce4-7896-478f-bdcc-e55e150664d5", "body": "{\n \"created_at\": \"{{faker 'date.recent' 365}}\",\n \"events\": [\n \"\"\n ],\n \"id\": {{faker 'number.int' max=99999}},\n \"source\": \"\",\n \"target_url\": \"\",\n \"type_of\": \"\",\n \"user\": {\n \"github_username\": \"\",\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"twitter_username\": \"\",\n \"username\": \"\",\n \"website_url\": \"\"\n }\n}", "latency": 0, "statusCode": 201, "label": "A newly created webhook", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b92356c3-f741-440b-8e35-37cb1b940bfb", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 400, "label": "BadRequest", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b299b078-b25d-4cd4-97f1-41498c677a85", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "babc0eab-5f23-4cb1-a502-9b73207c3245", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 422, "label": "Unprocessable Entity", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d94f517d-fa78-4271-a451-e81db4db600a", "documentation": "A webhook endpoint", "method": "delete", "endpoint": "webhooks/:id", "responses": [ { "uuid": "e7980753-c1ad-4d59-b21f-b58b7f557ffe", "body": "", "latency": 0, "statusCode": 204, "label": "A successful deletion", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "56d4f7cc-8d01-4552-b2c3-1d5d3fc0721c", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "56af2c4e-4c1f-430f-a848-1ba69d58391c", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 404, "label": "Resource not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7bcc12d3-d073-42f6-99d5-e3c54356e292", "documentation": "A webhook endpoint", "method": "get", "endpoint": "webhooks/:id", "responses": [ { "uuid": "62cfed5b-cb9b-422b-8d5f-e460f60bf61e", "body": "{\n \"created_at\": \"{{faker 'date.recent' 365}}\",\n \"events\": [\n \"\"\n ],\n \"id\": {{faker 'number.int' max=99999}},\n \"source\": \"\",\n \"target_url\": \"\",\n \"type_of\": \"\",\n \"user\": {\n \"github_username\": \"\",\n \"name\": \"\",\n \"profile_image\": \"\",\n \"profile_image_90\": \"\",\n \"twitter_username\": \"\",\n \"username\": \"\",\n \"website_url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "A webhook endpoint", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "df2aec3d-4be4-4cda-9f13-ccd205b96c5f", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "401c85a8-1fdb-491e-b981-fa8dc912e581", "body": "{\n \"error\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 404, "label": "Resource not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "92d4049a-308c-4ab3-a5c3-15ef05b27bfc" }, { "type": "route", "uuid": "f4e42945-0a67-4741-83e2-36b8e5b9766a" }, { "type": "route", "uuid": "b53233c0-aadd-4e43-ad5f-64e74337b28f" }, { "type": "route", "uuid": "8bb396fa-2318-4dc9-91bc-acdcd1de9096" }, { "type": "route", "uuid": "9065a1d6-a43c-4293-a132-397169b8db38" }, { "type": "route", "uuid": "4369e95e-d91e-4893-a0e4-0d3ca93ea5af" }, { "type": "route", "uuid": "bcbfd8f8-50e4-4b34-bc63-db43fe67363a" }, { "type": "route", "uuid": "96623544-d167-4409-9f05-b80e2dd6ddf7" }, { "type": "route", "uuid": "59ce41e2-dd50-49fe-8fd9-1f8299375968" }, { "type": "route", "uuid": "9bc23c4e-5c3e-4a25-b03c-12d0c4e611fe" }, { "type": "route", "uuid": "c6b800d1-3623-4a6a-baf9-df8b57e7eae1" }, { "type": "route", "uuid": "58cde068-ba9f-4ee0-8dad-51a83024b0aa" }, { "type": "route", "uuid": "b0d4f9b5-9b88-42c5-868d-41cfc18e0626" }, { "type": "route", "uuid": "a54d9ee1-4876-4575-86f0-107c67a58461" }, { "type": "route", "uuid": "fe754a81-9ca2-4bf8-b87f-2ac12eea62e3" }, { "type": "route", "uuid": "c158d147-68ba-4bca-93db-6c076621bb5b" }, { "type": "route", "uuid": "09649cd7-59ea-4891-9b1a-5fe978b0ffb5" }, { "type": "route", "uuid": "6c16d7f6-7ecc-4ef8-bb9d-6c3a1ffe0dbf" }, { "type": "route", "uuid": "3dd04a39-7479-4520-9fa0-4fa9ec0b082b" }, { "type": "route", "uuid": "a221cd79-2a53-4324-a052-21eb2ce48e22" }, { "type": "route", "uuid": "cf3d9490-dd39-4f13-94c7-7f2862ca5959" }, { "type": "route", "uuid": "f81bcbb6-e7f2-4bdd-ba96-27840c191e28" }, { "type": "route", "uuid": "2d21390b-c552-4b2c-8b32-8c78608810b4" }, { "type": "route", "uuid": "7dcd681e-edf0-4ffd-a6f3-0a34207eca2d" }, { "type": "route", "uuid": "4da2e21b-ac55-40a4-b7cf-7e92fc0dd35b" }, { "type": "route", "uuid": "1b7177d7-764f-4bab-91a3-e5f8c13968a5" }, { "type": "route", "uuid": "a49a7d86-2044-4755-a9cf-5ebeefbefdd1" }, { "type": "route", "uuid": "c37683cf-deb7-4316-887d-221b60a7182c" }, { "type": "route", "uuid": "4c8ce355-30d1-492e-bced-204bd3cc7341" }, { "type": "route", "uuid": "981b8b3a-1b58-4386-bf42-5d060f3c2039" }, { "type": "route", "uuid": "0cc2915d-3ccf-42a3-80b6-735864044b4b" }, { "type": "route", "uuid": "a38c836b-515a-4b98-9736-5c83e39dc98d" }, { "type": "route", "uuid": "d94f517d-fa78-4271-a451-e81db4db600a" }, { "type": "route", "uuid": "7bcc12d3-d073-42f6-99d5-e3c54356e292" } ] }