Skip to main content
GET
/
messages
/
{messageId}
Get a message
curl --request GET \
  --url https://api.bitbybit.studio/whatsapp/open/v1/messages/{messageId} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "id": "<string>",
    "messageId2": "<string>",
    "body": "<string>",
    "type": "<string>",
    "fromMe": true,
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

x-api-key
string
header
required

API key for authentication. Create one in Settings > Developer.

Path Parameters

messageId
string
required

WhatsApp message ID

Response

Successful response

data
object