Get pending transactions by supplying a user's email

Get pending transaction

GET {{domain}}/api/MakerChecker/{workflowcode}/{email}

Path Parameters

Name
Type
Description

workflowcode

string

The workflow code

email

string

User's email

Headers

Name
Type
Description

Authorization

string

Bearer Token

client-id

string

client id of the application

{
    "message": "Ok",
    "isError": false,
    "data": []
}

Last updated

Was this helpful?