Generate Token
POST https://api.twitter.com/oauth2/token
Generates a bearer token using the Twitter API keys and secret put into the environment for this collection, then storing the resulting token for use by the search request.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
grant_type | string |
Request Body
[{"name"=>"grant_type", "value"=>"client_credentials", "datatype"=>"string"}]