Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Use an authorization token prefixed with Bearer
. You can get your API key at https://memoryproto.co/dashboard.
Example:
"Bearer mem_xxx"
Query Parameters
Tweet id. For example, 1925251453805027380 or 1914711182738428252.
Minimum length:
1
Examples:
"1925251453805027380"
"1914711182738428252"
Response
Successful response containing the tweet details.