Sign in

View Received Messages (JSON)

documented

View received messages in JSON format.

GET /api/receivedmessages/jsonMessagesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://www.firetext.co.uk/api/receivedmessages/json?apiKey={{FIRETEXT_API_KEY}}&query={{$query}}&page={{$page}}&limit={{$limit}}" \\
  -X GET \\
  -H "Accept: application/json"
View Received Messages (JSON) · FireText · OpenIntegrations