/app/events
This API is for fetching list of events associated with particular app.
URL
Method
POST
Headers
Request Body
Every request body must contain three properties: message
, fyresign
and messageHash
.
Sample request body:
message
appId: Id that you will get after creating app in Fyre Admin Dashboard.
iat: Timestamp at which the message was signed.
exp: Timestamp upto which the signature is valid.
metaData: This field is to send extra parameter like
limit
,page
values.
fyresign: Signature generated by signing
message
using app's private key. Send generated signature in this field.messageHash: Hash of the message.
Response Body
NOTE: See the full list of supported action types in Event Action Types page;
Last updated