Twitter API
Authentication is done via Bearer token as per here.
Base domains depend on the functionality of Twitter you want to use:
https://api.twitter.com/2/ ---> For regular Twitter API related operations
https://ads-api.twitter.com/10/ --> For Twitter advertising API related operations
Make sure you include the current version of the API you want to use, when setting up a connector auth, e.g. here 2 for regular and 10 for advertising.
Last updated