Hi amazing developers,

Are the Compliance Streams endpoints working?

I just tried to access this endpoint and it looked as if this endpoint was finally supported. But unfortunately, as the reference indicates, using the AppOnly bearer token returns a message stating that I don’t have enough permissions.

{
   "client_id":"xxxxxxxx",
   "detail":"When authenticating requests to the Twitter API v2 endpoints, you must use keys and tokens from a Twitter developer App that is attached to a Project. You can create a project via the developer portal.",
   "registration_url":"https://developer.twitter.com/en/docs/projects/overview",
   "title":"Client Forbidden",
   "required_enrollment":"Standard Basic",
   "reason":"client-not-enrolled",
   "type":"https://api.twitter.com/2/problems/client-forbidden"
}

Or, my development account is registered for Elevated access, but perhaps this endpoint requires Academic Research permissions? At least, that is not mentioned at all in the reference.

Also I tried an access token issued with OAuth 2.0 PKCE thinking it was an error in the reference, but it appears to be correct that only AppOnly tokens are supported.

Thank you.

1 Like