Forum Discussion
KennyCSP
Jul 16, 2024Copper Contributor
Overview of pending/open transferrequests
Greetings, Since the introduction of NCE subscription transfers, we, as an Indirect provider, have observed a surge in both incoming and outgoing transfers. However, despite my understanding, there ...
- Jul 17, 2024I do not believe there is a single view / API call available.
An option would be to loop through all customers with the API.
I'm not sure if the transfer requests are recorded in the activity log, but if they are you could poll that on a regular interval to check for new transfer requests.
Nick_Beacroft
Jul 17, 2024Iron Contributor
I do not believe there is a single view / API call available.
An option would be to loop through all customers with the API.
I'm not sure if the transfer requests are recorded in the activity log, but if they are you could poll that on a regular interval to check for new transfer requests.
An option would be to loop through all customers with the API.
I'm not sure if the transfer requests are recorded in the activity log, but if they are you could poll that on a regular interval to check for new transfer requests.
KennyCSP
Jul 25, 2024Copper Contributor
Looping customers is what i was doing, but we have over 30k customers so i was looking for a better way.
The activity log is a good idea, as it does seem to list them.
Will call upon those in the API instead.
Thank you!
The activity log is a good idea, as it does seem to list them.
Will call upon those in the API instead.
Thank you!