SWARM MODEM DATA DELIVERY by webhook

I am trying to get data from SWARM HIVE. Data is delivered by webhook where JSON data is parsed by PHP file. Attached is my work proceses.

PHP parser deos not parse the “data” key properly.

Any hint to solve this issue is greatly appreciated.

many thanks

ekanayake

Just found out that "data’ value is base64 encoded so I have to decode it to see the actual values. However SWARM is not using real data for testing webhooks. They say that real data will be using only in actual data transmission so I am waiting to see that happens.