Streams all compliance data related to Users.
curl --request GET \
--url https://api.x.com/2/users/compliance/stream \
--header 'Authorization: Bearer <token>'{
"data": {
"user_protect": {
"event_at": "2021-07-06T18:40:40.000Z",
"user": {
"id": "2244994945"
}
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.x.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The number of minutes of backfill requested.
0 <= x <= 5The partition number.
1 <= x <= 4YYYY-MM-DDTHH:mm:ssZ. The earliest UTC timestamp from which the User Compliance events will be provided.
YYYY-MM-DDTHH:mm:ssZ. The latest UTC timestamp from which the User Compliance events will be provided.
The request has succeeded.
User compliance stream events.
User compliance data.
Show child attributes
curl --request GET \
--url https://api.x.com/2/users/compliance/stream \
--header 'Authorization: Bearer <token>'{
"data": {
"user_protect": {
"event_at": "2021-07-06T18:40:40.000Z",
"user": {
"id": "2244994945"
}
}
}
}