Skip to main content

Fetch messages by ID

You can use the fetch messages by ID API to get the message IDs.

curl --location 'https://bikapi.bikayi.app/integrations/bikPlatformFunctions-fetchMessagesById' \
--header 'Authorization: Basic AUTH_TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "APP_ID",
"messageIds": ["message_id1", "message_id2", "message_id3"],
}'

JSON response example:

{
"status": 200
}

Request Information

CategoryValue
Http requestPOST
URLhttps://bikapi.bikayi.app/integrations/bikPlatformFunctions-fetchMessagesById

Input Schema for request

FieldTypeMeaning
appIdstring*Application id of the store
messageIdsstring[]*List of message ids

Output Schema for request

FieldTypeMeaning
statusbooleanEvent status