/app/user/events
This API will give list of events in which a particular user has participated.
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.
externalUserId: Identifier for the user on application's platform which will be mapped with Fyre user Id.
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