/app/events
Last updated
Was this helpful?
Last updated
Was this helpful?
This API is for fetching list of events associated with particular app.
URL
Prod:
Stage:
POST
Headers
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.
NOTE: See the full list of supported action types in page;