{ "info": { "_postman_id": "d36e4eb0-c220-4586-be72-c196acdbf5b2", "name": "X API v2 Account Activity Compliance 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:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "lastUpdatedBy": "35240", "uid": "35240-d36e4eb0-c220-4586-be72-c196acdbf5b2" }, "item": [ { "name": "2", "item": [ { "name": "compliance", "item": [ { "name": "jobs", "item": [ { "name": "{id}", "item": [ { "name": "Get Compliance Job by ID", "id": "be0ea482-b88a-45a7-886f-746f8e6cba75", "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/compliance/jobs/:id?compliance_job.fields=upload_url", "host": [ "{{baseUrl}}" ], "path": [ "2", "compliance", "jobs", ":id" ], "query": [ { "description": "A comma separated list of ComplianceJob fields to display.", "key": "compliance_job.fields", "value": "upload_url" } ], "variable": [ { "id": "4af05430-6031-408c-b828-d542fe8d7ead", "key": "id", "value": "53877", "description": "(Required) The ID of the Compliance Job to retrieve." } ] }, "description": "Retrieves details of a specific Compliance Job by its ID." }, "response": [ { "id": "9b438788-a269-4b04-94d8-d2e45efa67bf", "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/compliance/jobs/:id?compliance_job.fields=upload_url", "host": [ "{{baseUrl}}" ], "path": [ "2", "compliance", "jobs", ":id" ], "query": [ { "description": "A comma separated list of ComplianceJob fields to display.", "key": "compliance_job.fields", "value": "upload_url" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"75986658726964919\",\n \"type\": \"users\",\n \"created_at\": \"\",\n \"upload_url\": \"\",\n \"download_url\": \"\",\n \"upload_expires_at\": \"\",\n \"download_expires_at\": \"\",\n \"status\": \"complete\",\n \"name\": \"\"\n },\n \"errors\": [\n {\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"status\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-9b438788-a269-4b04-94d8-d2e45efa67bf" }, { "id": "7131e83b-6590-4c1a-b685-ef7a8e1a5de1", "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/compliance/jobs/:id?compliance_job.fields=upload_url", "host": [ "{{baseUrl}}" ], "path": [ "2", "compliance", "jobs", ":id" ], "query": [ { "description": "A comma separated list of ComplianceJob fields to display.", "key": "compliance_job.fields", "value": "upload_url" } ], "variable": [ { "key": "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:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-7131e83b-6590-4c1a-b685-ef7a8e1a5de1" } ], "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-be0ea482-b88a-45a7-886f-746f8e6cba75" } ], "id": "69dca621-077d-4a05-9e22-b17a211571cc", "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-69dca621-077d-4a05-9e22-b17a211571cc" }, { "name": "Get Compliance Jobs", "id": "47624464-2573-48f3-9ada-47808845b9d6", "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/compliance/jobs?type=tweets&status=complete&compliance_job.fields=upload_url", "host": [ "{{baseUrl}}" ], "path": [ "2", "compliance", "jobs" ], "query": [ { "description": "(Required) Type of Compliance Job to list.", "key": "type", "value": "tweets" }, { "description": "Status of Compliance Job to list.", "key": "status", "value": "complete" }, { "description": "A comma separated list of ComplianceJob fields to display.", "key": "compliance_job.fields", "value": "upload_url" } ] }, "description": "Retrieves a list of Compliance Jobs filtered by job type and optional status." }, "response": [ { "id": "aea7e0e0-6131-4f75-bb21-31f800925994", "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/compliance/jobs?type=tweets&status=complete&compliance_job.fields=upload_url", "host": [ "{{baseUrl}}" ], "path": [ "2", "compliance", "jobs" ], "query": [ { "description": "(Required) Type of Compliance Job to list.", "key": "type", "value": "tweets" }, { "description": "Status of Compliance Job to list.", "key": "status", "value": "complete" }, { "description": "A comma separated list of ComplianceJob fields to display.", "key": "compliance_job.fields", "value": "upload_url" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"5\",\n \"type\": \"users\",\n \"created_at\": \"\",\n \"upload_url\": \"\",\n \"download_url\": \"\",\n \"upload_expires_at\": \"\",\n \"download_expires_at\": \"\",\n \"status\": \"failed\",\n \"name\": \"\"\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:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-aea7e0e0-6131-4f75-bb21-31f800925994" }, { "id": "288b63b3-cb81-49c7-9bbd-7836f96837e7", "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/compliance/jobs?type=tweets&status=complete&compliance_job.fields=upload_url", "host": [ "{{baseUrl}}" ], "path": [ "2", "compliance", "jobs" ], "query": [ { "description": "(Required) Type of Compliance Job to list.", "key": "type", "value": "tweets" }, { "description": "Status of Compliance Job to list.", "key": "status", "value": "complete" }, { "description": "A comma separated list of ComplianceJob fields to display.", "key": "compliance_job.fields", "value": "upload_url" } ] } }, "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:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-288b63b3-cb81-49c7-9bbd-7836f96837e7" } ], "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-47624464-2573-48f3-9ada-47808845b9d6" }, { "name": "Create Compliance Job", "id": "11b7db38-d694-437d-b166-8379411186f1", "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 \"type\": \"tweets\",\n \"name\": \"\",\n \"resumable\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/2/compliance/jobs", "host": [ "{{baseUrl}}" ], "path": [ "2", "compliance", "jobs" ] }, "description": "Creates a new Compliance Job for the specified job type." }, "response": [ { "id": "42e1c072-f34a-46a8-ae8a-63f27b7ea31f", "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 \"type\": \"tweets\",\n \"name\": \"\",\n \"resumable\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/2/compliance/jobs", "host": [ "{{baseUrl}}" ], "path": [ "2", "compliance", "jobs" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"75986658726964919\",\n \"type\": \"users\",\n \"created_at\": \"\",\n \"upload_url\": \"\",\n \"download_url\": \"\",\n \"upload_expires_at\": \"\",\n \"download_expires_at\": \"\",\n \"status\": \"complete\",\n \"name\": \"\"\n },\n \"errors\": [\n {\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"status\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-42e1c072-f34a-46a8-ae8a-63f27b7ea31f" }, { "id": "5ad3c3a7-f360-4e04-997d-2815064432eb", "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 \"type\": \"tweets\",\n \"name\": \"\",\n \"resumable\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/2/compliance/jobs", "host": [ "{{baseUrl}}" ], "path": [ "2", "compliance", "jobs" ] } }, "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:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-5ad3c3a7-f360-4e04-997d-2815064432eb" } ], "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-11b7db38-d694-437d-b166-8379411186f1" } ], "id": "fa02308d-d4f6-4a28-86dd-99e2ec999bb7", "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-fa02308d-d4f6-4a28-86dd-99e2ec999bb7" } ], "id": "186449b4-fd95-4a02-975f-19485013cc95", "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-186449b4-fd95-4a02-975f-19485013cc95" }, { "name": "likes", "item": [ { "name": "compliance", "item": [ { "name": "stream", "item": [ { "name": "Stream Likes compliance data", "id": "b386854e-da39-4060-983e-d1e60709b483", "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/likes/compliance/stream?backfill_minutes=&start_time=&end_time=", "host": [ "{{baseUrl}}" ], "path": [ "2", "likes", "compliance", "stream" ], "query": [ { "description": "The number of minutes of backfill requested.", "key": "backfill_minutes", "value": "" }, { "description": "YYYY-MM-DDTHH:mm:ssZ. The earliest UTC timestamp from which the Likes Compliance events will be provided.", "key": "start_time", "value": "" }, { "description": "YYYY-MM-DDTHH:mm:ssZ. The latest UTC timestamp from which the Likes Compliance events will be provided.", "key": "end_time", "value": "" } ] }, "description": "Streams all compliance data related to Likes for Users." }, "response": [ { "id": "c44295be-6f0d-49e8-bbb2-4c163d2596b9", "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/likes/compliance/stream?backfill_minutes=&start_time=&end_time=", "host": [ "{{baseUrl}}" ], "path": [ "2", "likes", "compliance", "stream" ], "query": [ { "description": "The number of minutes of backfill requested.", "key": "backfill_minutes", "value": "" }, { "description": "YYYY-MM-DDTHH:mm:ssZ. The earliest UTC timestamp from which the Likes Compliance events will be provided.", "key": "start_time", "value": "" }, { "description": "YYYY-MM-DDTHH:mm:ssZ. The latest UTC timestamp from which the Likes Compliance events will be provided.", "key": "end_time", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"delete\": {\n \"favorite\": {\n \"id\": \"61022308305\",\n \"user_id\": \"892707476899\"\n },\n \"event_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-c44295be-6f0d-49e8-bbb2-4c163d2596b9" }, { "id": "3e028829-fd31-4497-96da-5f00789ef053", "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/likes/compliance/stream?backfill_minutes=&start_time=&end_time=", "host": [ "{{baseUrl}}" ], "path": [ "2", "likes", "compliance", "stream" ], "query": [ { "description": "The number of minutes of backfill requested.", "key": "backfill_minutes", "value": "" }, { "description": "YYYY-MM-DDTHH:mm:ssZ. The earliest UTC timestamp from which the Likes Compliance events will be provided.", "key": "start_time", "value": "" }, { "description": "YYYY-MM-DDTHH:mm:ssZ. The latest UTC timestamp from which the Likes Compliance events will be provided.", "key": "end_time", "value": "" } ] } }, "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:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-3e028829-fd31-4497-96da-5f00789ef053" } ], "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-b386854e-da39-4060-983e-d1e60709b483" } ], "id": "d61b2c09-0f5a-4008-be4d-555cf48da9a6", "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-d61b2c09-0f5a-4008-be4d-555cf48da9a6" } ], "id": "452a038e-f4d6-4e3b-8c31-dba299eb6c39", "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-452a038e-f4d6-4e3b-8c31-dba299eb6c39" } ], "id": "5a32e710-b54f-4a42-ae6b-d0b521dcc306", "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-5a32e710-b54f-4a42-ae6b-d0b521dcc306" }, { "name": "tweets", "item": [ { "name": "compliance", "item": [ { "name": "stream", "item": [ { "name": "Stream Posts compliance data", "id": "8df67607-113d-4b06-9b9a-53b2dcd5daf0", "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/compliance/stream?backfill_minutes=&partition=&start_time=&end_time=", "host": [ "{{baseUrl}}" ], "path": [ "2", "tweets", "compliance", "stream" ], "query": [ { "description": "The number of minutes of backfill requested.", "key": "backfill_minutes", "value": "" }, { "description": "(Required) The partition number.", "key": "partition", "value": "" }, { "description": "YYYY-MM-DDTHH:mm:ssZ. The earliest UTC timestamp from which the Post Compliance events will be provided.", "key": "start_time", "value": "" }, { "description": "YYYY-MM-DDTHH:mm:ssZ. The latest UTC timestamp to which the Post Compliance events will be provided.", "key": "end_time", "value": "" } ] }, "description": "Streams all compliance data related to Posts." }, "response": [ { "id": "c8461111-47c9-45a9-b5c7-0276cce37984", "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/compliance/stream?backfill_minutes=&partition=&start_time=&end_time=", "host": [ "{{baseUrl}}" ], "path": [ "2", "tweets", "compliance", "stream" ], "query": [ { "description": "The number of minutes of backfill requested.", "key": "backfill_minutes", "value": "" }, { "description": "(Required) The partition number.", "key": "partition", "value": "" }, { "description": "YYYY-MM-DDTHH:mm:ssZ. The earliest UTC timestamp from which the Post Compliance events will be provided.", "key": "start_time", "value": "" }, { "description": "YYYY-MM-DDTHH:mm:ssZ. The latest UTC timestamp to which the Post Compliance events will be provided.", "key": "end_time", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"delete\": {\n \"tweet\": {\n \"id\": \"836067938449035003\",\n \"author_id\": \"37987656\"\n },\n \"event_at\": \"\",\n \"quote_tweet_id\": \"11853695867466\"\n }\n }\n}", "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-c8461111-47c9-45a9-b5c7-0276cce37984" }, { "id": "3af46d80-28e6-4cb6-a8ab-59533fa4aef2", "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/compliance/stream?backfill_minutes=&partition=&start_time=&end_time=", "host": [ "{{baseUrl}}" ], "path": [ "2", "tweets", "compliance", "stream" ], "query": [ { "description": "The number of minutes of backfill requested.", "key": "backfill_minutes", "value": "" }, { "description": "(Required) The partition number.", "key": "partition", "value": "" }, { "description": "YYYY-MM-DDTHH:mm:ssZ. The earliest UTC timestamp from which the Post Compliance events will be provided.", "key": "start_time", "value": "" }, { "description": "YYYY-MM-DDTHH:mm:ssZ. The latest UTC timestamp to which the Post Compliance events will be provided.", "key": "end_time", "value": "" } ] } }, "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:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-3af46d80-28e6-4cb6-a8ab-59533fa4aef2" } ], "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-8df67607-113d-4b06-9b9a-53b2dcd5daf0" } ], "id": "1a6c9976-68c4-43c0-b210-3bd9ec0ddbe3", "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-1a6c9976-68c4-43c0-b210-3bd9ec0ddbe3" } ], "id": "4242ed70-6936-47d7-ab13-97a8749ccb02", "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-4242ed70-6936-47d7-ab13-97a8749ccb02" }, { "name": "label", "item": [ { "name": "stream", "item": [ { "name": "Stream Post labels", "id": "f2390603-8c18-4b28-b12e-d75bbe325183", "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/label/stream?backfill_minutes=&start_time=&end_time=", "host": [ "{{baseUrl}}" ], "path": [ "2", "tweets", "label", "stream" ], "query": [ { "description": "The number of minutes of backfill requested.", "key": "backfill_minutes", "value": "" }, { "description": "YYYY-MM-DDTHH:mm:ssZ. The earliest UTC timestamp from which the Post labels will be provided.", "key": "start_time", "value": "" }, { "description": "YYYY-MM-DDTHH:mm:ssZ. The latest UTC timestamp from which the Post labels will be provided.", "key": "end_time", "value": "" } ] }, "description": "Streams all labeling events applied to Posts." }, "response": [ { "id": "8a68a7f5-24e6-4881-aeea-3b7538d7f15c", "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/label/stream?backfill_minutes=&start_time=&end_time=", "host": [ "{{baseUrl}}" ], "path": [ "2", "tweets", "label", "stream" ], "query": [ { "description": "The number of minutes of backfill requested.", "key": "backfill_minutes", "value": "" }, { "description": "YYYY-MM-DDTHH:mm:ssZ. The earliest UTC timestamp from which the Post labels will be provided.", "key": "start_time", "value": "" }, { "description": "YYYY-MM-DDTHH:mm:ssZ. The latest UTC timestamp from which the Post labels will be provided.", "key": "end_time", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"public_tweet_notice\": {\n \"tweet\": {\n \"id\": \"745318185593711\",\n \"author_id\": \"4223111576337627\"\n },\n \"event_type\": \"\",\n \"event_at\": \"\",\n \"application\": \"\",\n \"details\": \"\",\n \"extended_details_url\": \"\",\n \"label_title\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-8a68a7f5-24e6-4881-aeea-3b7538d7f15c" }, { "id": "205a0191-716e-4190-ba6a-766687951028", "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/label/stream?backfill_minutes=&start_time=&end_time=", "host": [ "{{baseUrl}}" ], "path": [ "2", "tweets", "label", "stream" ], "query": [ { "description": "The number of minutes of backfill requested.", "key": "backfill_minutes", "value": "" }, { "description": "YYYY-MM-DDTHH:mm:ssZ. The earliest UTC timestamp from which the Post labels will be provided.", "key": "start_time", "value": "" }, { "description": "YYYY-MM-DDTHH:mm:ssZ. The latest UTC timestamp from which the Post labels will be provided.", "key": "end_time", "value": "" } ] } }, "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:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-205a0191-716e-4190-ba6a-766687951028" } ], "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-f2390603-8c18-4b28-b12e-d75bbe325183" } ], "id": "55e84cc6-6da9-4aaa-a574-1728799346dd", "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-55e84cc6-6da9-4aaa-a574-1728799346dd" } ], "id": "994a6727-e223-4722-b96d-ccfb04f3e7ef", "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-994a6727-e223-4722-b96d-ccfb04f3e7ef" } ], "id": "e1ce6c39-acef-46ef-b92d-c4f03abe052a", "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-e1ce6c39-acef-46ef-b92d-c4f03abe052a" }, { "name": "users", "item": [ { "name": "compliance", "item": [ { "name": "stream", "item": [ { "name": "Stream Users compliance data", "id": "1e255620-3652-4ff9-bf1c-900631b8e9f3", "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/users/compliance/stream?backfill_minutes=&partition=&start_time=&end_time=", "host": [ "{{baseUrl}}" ], "path": [ "2", "users", "compliance", "stream" ], "query": [ { "description": "The number of minutes of backfill requested.", "key": "backfill_minutes", "value": "" }, { "description": "(Required) The partition number.", "key": "partition", "value": "" }, { "description": "YYYY-MM-DDTHH:mm:ssZ. The earliest UTC timestamp from which the User Compliance events will be provided.", "key": "start_time", "value": "" }, { "description": "YYYY-MM-DDTHH:mm:ssZ. The latest UTC timestamp from which the User Compliance events will be provided.", "key": "end_time", "value": "" } ] }, "description": "Streams all compliance data related to Users." }, "response": [ { "id": "8fd4dc60-b81c-4a05-aa26-3c6dc3168ed2", "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/users/compliance/stream?backfill_minutes=&partition=&start_time=&end_time=", "host": [ "{{baseUrl}}" ], "path": [ "2", "users", "compliance", "stream" ], "query": [ { "description": "The number of minutes of backfill requested.", "key": "backfill_minutes", "value": "" }, { "description": "(Required) The partition number.", "key": "partition", "value": "" }, { "description": "YYYY-MM-DDTHH:mm:ssZ. The earliest UTC timestamp from which the User Compliance events will be provided.", "key": "start_time", "value": "" }, { "description": "YYYY-MM-DDTHH:mm:ssZ. The latest UTC timestamp from which the User Compliance events will be provided.", "key": "end_time", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"user_protect\": {\n \"user\": {\n \"id\": \"7314601573627923666\"\n },\n \"event_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-8fd4dc60-b81c-4a05-aa26-3c6dc3168ed2" }, { "id": "c8969b65-8627-4a34-bd26-c513043dff39", "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/users/compliance/stream?backfill_minutes=&partition=&start_time=&end_time=", "host": [ "{{baseUrl}}" ], "path": [ "2", "users", "compliance", "stream" ], "query": [ { "description": "The number of minutes of backfill requested.", "key": "backfill_minutes", "value": "" }, { "description": "(Required) The partition number.", "key": "partition", "value": "" }, { "description": "YYYY-MM-DDTHH:mm:ssZ. The earliest UTC timestamp from which the User Compliance events will be provided.", "key": "start_time", "value": "" }, { "description": "YYYY-MM-DDTHH:mm:ssZ. The latest UTC timestamp from which the User Compliance events will be provided.", "key": "end_time", "value": "" } ] } }, "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:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-c8969b65-8627-4a34-bd26-c513043dff39" } ], "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-1e255620-3652-4ff9-bf1c-900631b8e9f3" } ], "id": "ce1fadba-68b0-4fa7-b0ba-7d190233862c", "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-ce1fadba-68b0-4fa7-b0ba-7d190233862c" } ], "id": "72580705-2fbf-4fdd-866b-c80736ac01bc", "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-72580705-2fbf-4fdd-866b-c80736ac01bc" } ], "id": "8fc06121-d014-4e2a-b7cf-8beb91f09c10", "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-8fc06121-d014-4e2a-b7cf-8beb91f09c10" } ], "id": "0ab99867-56e9-4d35-84db-e504981dffcd", "createdAt": "2026-07-28T03:21:23.000Z", "updatedAt": "2026-07-28T03:21:23.000Z", "uid": "35240-0ab99867-56e9-4d35-84db-e504981dffcd" } ], "variable": [ { "key": "baseUrl", "value": "https://api.x.com" } ] }