Forum Discussion

KennyCSP's avatar
KennyCSP
Copper Contributor
Jul 16, 2024
Solved

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 appears to be no straightforward method to obtain a comprehensive list of ALL transfer requests across all our customers, even when utilizing the API.

Is there something I might be overlooking?





  • 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.

8 Replies

  • Nick_Beacroft's avatar
    Nick_Beacroft
    Steel 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.
    • KennyCSP's avatar
      KennyCSP
      Copper Contributor
      Unfortunately, only the transfers initiated by my agents are displayed. Incoming transfers or updates, such as another CSP accepting a transfer, are not shown.
      Was worth a try.
    • KennyCSP's avatar
      KennyCSP
      Copper 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!

Resources