List import profiles
curl --request GET \
--url http://localhost:3001/v1/import-profiles{
"items": [
{
"id": "<string>",
"organizationId": "<string>",
"name": "<string>",
"sourceType": "<string>",
"provider": "<string>",
"integrationKey": "<string>",
"fieldMappings": {},
"valueMappings": {},
"parsingRules": {},
"isActive": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"limit": 123,
"offset": 123
}๐ฅ Imports
List import profiles
GET
/
v1
/
import-profiles
List import profiles
curl --request GET \
--url http://localhost:3001/v1/import-profiles{
"items": [
{
"id": "<string>",
"organizationId": "<string>",
"name": "<string>",
"sourceType": "<string>",
"provider": "<string>",
"integrationKey": "<string>",
"fieldMappings": {},
"valueMappings": {},
"parsingRules": {},
"isActive": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"limit": 123,
"offset": 123
}Headers
Minimum string length:
1Minimum string length:
1Query Parameters
Required range:
1 <= x <= 100Required range:
0 <= x <= 9007199254740991Available options:
client_transfer_report, client_internal_ledger, bank_statement, onchain_report, psp_report, manual โI
