WA Client
GET

Get Story

Get a single cached story by ID and author.

API endpoint
https://waclient.com/api/get_story
Example:
curl -X GET \
  'https://waclient.com/api/get_story' \
  -G \
  --data-urlencode 'story_id=STORY123' \
  --data-urlencode '[email protected]' \
  --data-urlencode 'instance_id=6A4B02A1XXXX' \
  --data-urlencode 'access_token=EMCUH3NQQK8YXXXX'
Response
{
    "status": "success",
    "message": "Success",
    "data": {
        "story_id": "STORY123",
        "author": "[email protected]",
        "type": "text"
    }
}
ParameterDescription
story_id / message_idStory message ID
author / participantStory author JID (Optional)
instance_idYour instance ID
access_tokenYour access token

Command Palette

Search documentation endpoints.

Esc