cURL
curl --request GET \ --url https://api.funnelfox.io/public/v1/sessions/{session_id}/replies \ --header 'Fox-Secret: <fox-secret>'
[ { "element": { "id": "<string>", "type": "<string>", "custom_id": "<string>" }, "screen": { "id": "<string>", "index": 123, "custom_id": "<string>" }, "state": { "value": "<string>", "raw": "<any>" } } ]
Project Secret Key
"secret_"
Session ID
Replies Array
The response is of type object[].
object[]
Was this page helpful?