cURL
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" } }
Retrieve a single message by its WhatsApp message ID.
API key for authentication. Create one in Settings > Developer.
WhatsApp message ID
Successful response
Show child attributes