{ "info": { "_postman_id": "a5082652-42bb-4bb8-8ef2-5c95feb72355", "name": "X API v2 Account Activity Webhooks API", "description": "X API v2 available endpoints\n\nContact Support:\n Name: X Developers", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "lastUpdatedBy": "35240", "uid": "35240-a5082652-42bb-4bb8-8ef2-5c95feb72355" }, "item": [ { "name": "2", "item": [ { "name": "tweets", "item": [ { "name": "search", "item": [ { "name": "webhooks", "item": [ { "name": "{webhook_id}", "item": [ { "name": "Delete stream link", "id": "09c2c0c9-3ea2-4e48-afe8-0ed51cba3fb5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/2/tweets/search/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "2", "tweets", "search", "webhooks", ":webhook_id" ], "variable": [ { "id": "4a1af85d-d416-4f07-bd58-385c9c35c6d7", "key": "webhook_id", "value": "00966209", "description": "(Required) The webhook ID to link to your FilteredStream ruleset." } ] }, "description": "Deletes a link from FilteredStream events to the given webhook." }, "response": [ { "id": "bef428d9-f169-49a6-abf7-8092d7d0b951", "name": "The request has succeeded.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/2/tweets/search/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "2", "tweets", "search", "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"deleted\": \"\"\n },\n \"errors\": [\n {\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"status\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-bef428d9-f169-49a6-abf7-8092d7d0b951" }, { "id": "8bf108a7-64bc-43a2-9066-f105045e3455", "name": "The request has failed.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/2/tweets/search/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "2", "tweets", "search", "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-8bf108a7-64bc-43a2-9066-f105045e3455" } ], "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-09c2c0c9-3ea2-4e48-afe8-0ed51cba3fb5" }, { "name": "Create stream link", "id": "53421b7e-d9a6-42c9-adfe-0db2c6da2355", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/2/tweets/search/webhooks/:webhook_id?tweet.fields=&expansions=&media.fields=&poll.fields=&user.fields=&place.fields=", "host": [ "{{baseUrl}}" ], "path": [ "2", "tweets", "search", "webhooks", ":webhook_id" ], "query": [ { "description": "A comma separated list of Tweet fields to display.", "key": "tweet.fields", "value": "" }, { "description": "A comma separated list of fields to expand.", "key": "expansions", "value": "" }, { "description": "A comma separated list of Media fields to display.", "key": "media.fields", "value": "" }, { "description": "A comma separated list of Poll fields to display.", "key": "poll.fields", "value": "" }, { "description": "A comma separated list of User fields to display.", "key": "user.fields", "value": "" }, { "description": "A comma separated list of Place fields to display.", "key": "place.fields", "value": "" } ], "variable": [ { "id": "6a4ab973-6ef2-4bd9-af21-e1a253717baa", "key": "webhook_id", "value": "00966209", "description": "(Required) The webhook ID to link to your FilteredStream ruleset." } ] }, "description": "Creates a link to deliver FilteredStream events to the given webhook." }, "response": [ { "id": "33d998df-571f-42a7-80a0-18ee66e6055e", "name": "The request has succeeded.", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/2/tweets/search/webhooks/:webhook_id?tweet.fields=&expansions=&media.fields=&poll.fields=&user.fields=&place.fields=", "host": [ "{{baseUrl}}" ], "path": [ "2", "tweets", "search", "webhooks", ":webhook_id" ], "query": [ { "description": "A comma separated list of Tweet fields to display.", "key": "tweet.fields", "value": "" }, { "description": "A comma separated list of fields to expand.", "key": "expansions", "value": "" }, { "description": "A comma separated list of Media fields to display.", "key": "media.fields", "value": "" }, { "description": "A comma separated list of Poll fields to display.", "key": "poll.fields", "value": "" }, { "description": "A comma separated list of User fields to display.", "key": "user.fields", "value": "" }, { "description": "A comma separated list of Place fields to display.", "key": "place.fields", "value": "" } ], "variable": [ { "key": "webhook_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"provisioned\": \"\"\n },\n \"errors\": [\n {\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"status\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-33d998df-571f-42a7-80a0-18ee66e6055e" }, { "id": "7f68aff0-40f5-4a97-aa3c-c2e6a1fab6cd", "name": "The request has failed.", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/2/tweets/search/webhooks/:webhook_id?tweet.fields=&expansions=&media.fields=&poll.fields=&user.fields=&place.fields=", "host": [ "{{baseUrl}}" ], "path": [ "2", "tweets", "search", "webhooks", ":webhook_id" ], "query": [ { "description": "A comma separated list of Tweet fields to display.", "key": "tweet.fields", "value": "" }, { "description": "A comma separated list of fields to expand.", "key": "expansions", "value": "" }, { "description": "A comma separated list of Media fields to display.", "key": "media.fields", "value": "" }, { "description": "A comma separated list of Poll fields to display.", "key": "poll.fields", "value": "" }, { "description": "A comma separated list of User fields to display.", "key": "user.fields", "value": "" }, { "description": "A comma separated list of Place fields to display.", "key": "place.fields", "value": "" } ], "variable": [ { "key": "webhook_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-7f68aff0-40f5-4a97-aa3c-c2e6a1fab6cd" } ], "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-53421b7e-d9a6-42c9-adfe-0db2c6da2355" } ], "id": "3b8ff360-8565-48ea-a3a9-ce3d3abf086f", "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-3b8ff360-8565-48ea-a3a9-ce3d3abf086f" }, { "name": "Get stream links", "id": "9cb82fd8-5039-4227-96f6-34d4f656d6e2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/2/tweets/search/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "2", "tweets", "search", "webhooks" ] }, "description": "Get a list of webhook links associated with a filtered stream ruleset." }, "response": [ { "id": "9e65574c-d2e6-41f3-8b47-4e5df709c8d5", "name": "The request has succeeded.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/2/tweets/search/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "2", "tweets", "search", "webhooks" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"links\": [\n {\n \"application_id\": \"\",\n \"business_user_id\": \"\",\n \"created_at\": \"\",\n \"fields\": [\n \"\",\n \"\"\n ],\n \"instance_id\": \"\",\n \"webhook_id\": \"\"\n },\n {\n \"application_id\": \"\",\n \"business_user_id\": \"\",\n \"created_at\": \"\",\n \"fields\": [\n \"\",\n \"\"\n ],\n \"instance_id\": \"\",\n \"webhook_id\": \"\"\n }\n ]\n },\n \"errors\": [\n {\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"status\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-9e65574c-d2e6-41f3-8b47-4e5df709c8d5" }, { "id": "b7577588-f607-43b9-bd63-3b61a4bc5509", "name": "The request has failed.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/2/tweets/search/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "2", "tweets", "search", "webhooks" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-b7577588-f607-43b9-bd63-3b61a4bc5509" } ], "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-9cb82fd8-5039-4227-96f6-34d4f656d6e2" } ], "id": "f8ecdd1a-bd46-43fd-9e5e-7e04d8d7b200", "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-f8ecdd1a-bd46-43fd-9e5e-7e04d8d7b200" } ], "id": "8a2ef15b-c30c-43a5-86bd-fed7838f666a", "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-8a2ef15b-c30c-43a5-86bd-fed7838f666a" } ], "id": "04837368-df3b-4d9e-a44f-dafd9feda6f1", "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-04837368-df3b-4d9e-a44f-dafd9feda6f1" }, { "name": "webhooks", "item": [ { "name": "replay", "item": [ { "name": "Create replay job for webhook", "id": "9fa5904b-8036-49ce-b569-68df4973c288", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"webhook_id\": \"75180203324008\",\n \"from_date\": \"085787628748\",\n \"to_date\": \"208251143134\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/2/webhooks/replay", "host": [ "{{baseUrl}}" ], "path": [ "2", "webhooks", "replay" ] }, "description": "Creates a replay job to retrieve events from up to the past 24 hours for all events delivered or attempted to be delivered to the webhook." }, "response": [ { "id": "c37fce19-de85-4be6-b997-5fb7437bf2c7", "name": "The request has succeeded.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"webhook_id\": \"75180203324008\",\n \"from_date\": \"085787628748\",\n \"to_date\": \"208251143134\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/2/webhooks/replay", "host": [ "{{baseUrl}}" ], "path": [ "2", "webhooks", "replay" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"job_id\": \"\",\n \"created_at\": \"\"\n}", "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-c37fce19-de85-4be6-b997-5fb7437bf2c7" }, { "id": "c24344bc-3aa6-4617-a60b-e34394cc33da", "name": "The request has failed.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"webhook_id\": \"75180203324008\",\n \"from_date\": \"085787628748\",\n \"to_date\": \"208251143134\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/2/webhooks/replay", "host": [ "{{baseUrl}}" ], "path": [ "2", "webhooks", "replay" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-c24344bc-3aa6-4617-a60b-e34394cc33da" } ], "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-9fa5904b-8036-49ce-b569-68df4973c288" } ], "id": "956a4cbb-7ae8-494e-908d-66fe7076f838", "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-956a4cbb-7ae8-494e-908d-66fe7076f838" }, { "name": "{webhook_id}", "item": [ { "name": "Delete webhook", "id": "656b5cae-01ca-4716-a1ad-2495ba6c3876", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/2/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "2", "webhooks", ":webhook_id" ], "variable": [ { "id": "4e94dd6a-88f2-4256-9849-80f758ee5813", "key": "webhook_id", "value": "00966209", "description": "(Required) The ID of the webhook to delete." } ] }, "description": "Deletes an existing webhook configuration." }, "response": [ { "id": "52455719-cb59-4f8a-a5a7-917fd1234445", "name": "The request has succeeded.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/2/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "2", "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"deleted\": \"\"\n },\n \"errors\": [\n {\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"status\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-52455719-cb59-4f8a-a5a7-917fd1234445" }, { "id": "bc294b0c-db59-469b-a665-77b5d0e487ee", "name": "The request has failed.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/2/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "2", "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-bc294b0c-db59-469b-a665-77b5d0e487ee" } ], "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-656b5cae-01ca-4716-a1ad-2495ba6c3876" }, { "name": "Validate webhook", "id": "99d244ac-804e-49b8-bd82-3d4a65a958a0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/2/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "2", "webhooks", ":webhook_id" ], "variable": [ { "id": "5407d5be-41aa-443b-a5bf-2c545bfce1a1", "key": "webhook_id", "value": "00966209", "description": "(Required) The ID of the webhook to check." } ] }, "description": "Triggers a CRC check for a given webhook." }, "response": [ { "id": "81586b9c-c5df-4e36-8e41-de9ac5e95bd2", "name": "The request has succeeded.", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/2/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "2", "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"attempted\": \"\"\n },\n \"errors\": [\n {\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"status\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-81586b9c-c5df-4e36-8e41-de9ac5e95bd2" }, { "id": "64f7efe0-7b03-4560-a52a-8b4c69164855", "name": "The request has failed.", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/2/webhooks/:webhook_id", "host": [ "{{baseUrl}}" ], "path": [ "2", "webhooks", ":webhook_id" ], "variable": [ { "key": "webhook_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-64f7efe0-7b03-4560-a52a-8b4c69164855" } ], "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-99d244ac-804e-49b8-bd82-3d4a65a958a0" } ], "id": "2e14dea7-4b29-47c3-b473-da9171880b07", "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-2e14dea7-4b29-47c3-b473-da9171880b07" }, { "name": "Get webhook", "id": "08aed188-7315-4935-ad57-4fdf70da5e3b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/2/webhooks?webhook_config.fields=created_at", "host": [ "{{baseUrl}}" ], "path": [ "2", "webhooks" ], "query": [ { "description": "A comma separated list of WebhookConfig fields to display.", "key": "webhook_config.fields", "value": "created_at" } ] }, "description": "Get a list of webhook configs associated with a client app." }, "response": [ { "id": "dff103b8-c203-46ff-a130-a564ca4096f6", "name": "The request has succeeded.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/2/webhooks?webhook_config.fields=created_at", "host": [ "{{baseUrl}}" ], "path": [ "2", "webhooks" ], "query": [ { "description": "A comma separated list of WebhookConfig fields to display.", "key": "webhook_config.fields", "value": "created_at" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"36055374346\",\n \"url\": \"\",\n \"valid\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"errors\": [\n {\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"status\": \"\"\n }\n ],\n \"meta\": {\n \"result_count\": \"\"\n }\n}", "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-dff103b8-c203-46ff-a130-a564ca4096f6" }, { "id": "42861bfa-dec7-4230-a639-37d88ed83310", "name": "The request has failed.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/2/webhooks?webhook_config.fields=created_at", "host": [ "{{baseUrl}}" ], "path": [ "2", "webhooks" ], "query": [ { "description": "A comma separated list of WebhookConfig fields to display.", "key": "webhook_config.fields", "value": "created_at" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-42861bfa-dec7-4230-a639-37d88ed83310" } ], "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-08aed188-7315-4935-ad57-4fdf70da5e3b" }, { "name": "Create webhook", "id": "cfc687cc-e517-44d8-a50f-de566bff09bf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/2/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "2", "webhooks" ] }, "description": "Creates a new webhook configuration." }, "response": [ { "id": "7c6fa171-7766-455f-af4a-a753c533adcb", "name": "The request has succeeded.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/2/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "2", "webhooks" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"40863786566\",\n \"url\": \"\",\n \"valid\": \"\",\n \"created_at\": \"\"\n}", "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-7c6fa171-7766-455f-af4a-a753c533adcb" }, { "id": "d0cc8193-9fca-492d-950e-33d2c6eb689c", "name": "The request has failed.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/2/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "2", "webhooks" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-d0cc8193-9fca-492d-950e-33d2c6eb689c" } ], "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-cfc687cc-e517-44d8-a50f-de566bff09bf" } ], "id": "93a7987c-37b5-40f4-a93e-10b30dac3719", "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-93a7987c-37b5-40f4-a93e-10b30dac3719" } ], "id": "c841a233-b732-4259-b766-f4790b8a9bf3", "createdAt": "2026-07-28T03:21:46.000Z", "updatedAt": "2026-07-28T03:21:46.000Z", "uid": "35240-c841a233-b732-4259-b766-f4790b8a9bf3" } ], "variable": [ { "key": "baseUrl", "value": "https://api.x.com" } ] }