Endpoints
Get tweet details
Retrieve the details of a tweet from its id.
GET
Headers
Use an authorization token prefixed with Bearer
. You can get your API key at https://memoryproto.co/dashboard.
Example:
"Bearer mem_xxx"
Path Parameters
Tweet id. For example, 1925251453805027380 or 1914711182738428252.
Examples:
"1925251453805027380"
"1914711182738428252"
Response
200
application/json
Successful response containing the tweet details.
The response is of type object
.