cURL
curl --request GET \ --url http://localhost:4000/v1/deals \ --header 'Authorization: Bearer <token>'
200
Example
{ "data": { "count": 123, "deals": [ { "id": 123, "accountId": 123, "contactId": 123, "eventCallId": 123, "value": 123, "currency": "<string>", "transactionType": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "time": "<string>" } ] } }
List deals for the authenticated account
API key required in Authorization header. Format: iclosed-<token>
iclosed-<token>
WON
RECURRING
DEPOSIT
1 <= x <= 200
x >= 0
asc
desc
id
createdAt
updatedAt
time
value
List of deals with count
Show child attributes