NISHIO Hirokazu[English][日本語]

X API

- [X API Rate Limits](/en/X%20API%20Rate%20Limits)
- [X Cost of API](/en/X%20Cost%20of%20API)
  • Q: I have an API Key and API Key Secret for the X API, how do I get a Bearer Token? sh
curl -u 'API_KEY:API_KEY_SECRET' \
     --data 'grant_type=client_credentials' \
     'https://api.x.com/oauth2/token'

This page is auto-translated from [/nishio/X API](https://scrapbox.io/nishio/X API) using DeepL. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. I'm very happy to spread my thought to non-Japanese readers.


(C)NISHIO Hirokazu / Converted from Markdown (en)
Source: [GitHub] / [Scrapbox]