cURL
curl --request POST \ --url https://api.nomi.tools/v1/finance/accounting/transactions/link \ --header 'Accept: <accept>' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "ids": [ "<string>" ] } '
{ "id": "<string>" }
Link two transactions together.
Use HTTP Basic Authentication. Provide your email as login and PPT token as the password.
application/json
Transactions linked successfully