Lists the activity information submitted along with its compliance validation status. If you leave Email or Id blank, your own activity will be returned.
Request
Body Params application/x-www-form-urlencoded
Email
string
optional
Easytransac merchant email address
<= 128 characters
Id
number
optional
Easytransac merchant email address
Signature
string
required
Signature to verify the integrity of the data sent
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.sandbox.easytransac.com/v2/api/user/activity/get' \
--data-urlencode'Signature='
Responses
🟢200Response
application/json
Body
Code
integer
optional
Example:
0
Signature
string
optional
Example:
1f51786246a940677afe71f6968972fd46500bd1
Result
object
optional
ActivityDescription
object
optional
ExpectedVolumes
object
optional
Example
{"Code":0,"Signature":"1f51786246a940677afe71f6968972fd46500bd1","Result":{"ActivityDescription":{"LastUpdate":"2018-01-26 14:30:52","Response":"Vendeur à domicile de produits bien être","Status":"pending","Comment":null},"ExpectedVolumes":{"LastUpdate":"2018-01-26 14:30:55","Response":"0-1000","Status":"pending","Comment":null}}}