Skip to main content
GET
Get tweet details

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Authorization
string
required

Use an authorization token prefixed with Bearer. You can get your API key at https://memoryproto.co/dashboard.

Example:

"Bearer mem_xxx"

Query Parameters

id
string
required

Tweet id. For example, 1925251453805027380 or 1914711182738428252.

Minimum string length: 1
Examples:

"1925251453805027380"

"1914711182738428252"

Response

Successful response containing the tweet details.

data
object
required