{
"name": "xxx",
"entityAccountId": "ilCyycOhTFCHcyt1PilNxESL9Zk87mVd-3143"
}
curl --location --request POST 'https://openapi.elven.com/open/v3/transaction/source' \
--header 'ELVEN-API-KEY;' \
--header 'ELVEN-API-TIMESTAMP;' \
--header 'ELVEN-API-SIGN;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "xxx",
"entityAccountId": "ilCyycOhTFCHcyt1PilNxESL9Zk87mVd-3143"
}'
{
"status": "success",
"data": {
"sourceId": 1008,
"entityId": 371,
"type": "API",
"sourceName": "test-sourcename",
"address": "",
"cardNumber": "",
"exchangeUserId": "",
"apiKey": "",
"apiSecret": "",
"entityFileId": 0,
"passphrase": "",
"purpose": "OPERATING",
"platformId": 14,
"transactionOption": null,
"syncLog": "",
"syncStatus": "WAITING",
"transactionCount": 0,
"dateEndpoint": null,
"updatedAt": "2023-09-27T08:32:32.559Z",
"createdAt": "2023-09-27T08:32:32.559Z",
"timeExceeded": false,
"regeneration": false,
"deletedAt": null,
"entityAccount": null
}
}