cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Pull all customer profile data in a single request

Is there anyway to use the API to pull all customer profiles in a single request? I need all customer Profile IDs and Customer IDs. Thanks!

da022412
Member
1 REPLY 1

Hi @da022412,

 

getCustomerProfileIdsRequest: https://developer.authorize.net/api/reference/index.html#customer-profiles-get-customer-profile-ids 

 

getCustomerProfileRequest: https://developer.authorize.net/api/reference/index.html#customer-profiles-get-customer-profile

 

getCustomerProfileIdsRequest allows you to to retrieve all existing customer profile IDs, you can then loop using getCustomerProfileRequest to get details for each customer profile.

 

Thanks

-Mansour 

MansourH
Moderator Moderator
Moderator