post https://securepayments.loanpro.io/api/search/import?export=true
Click here to learn more about this request
This request exports a .csv file from Secure Payments.
{
"search": {
"size": 10,
"from": 0,
"aggregations": {
"services": {
"terms": {
"field": "service",
"size": 100
}
}
},
"sort": [
{
"created": "asc"
}
],
"query": {
"bool": {
"must": [
{
"bool": {
"should": {
"query_string": {
"query": "*",
"fields": [
"verify_key"
]
}
}
}
}
]
}
}
}
}
Results
Returns information on the export and the url
after a successful export. A large file will export to the agent's email.