Getting all customers

Solved
paru
New Member
9 0 0

Hi ,

 

I try to get all customers from Shopify Api but it did not work.

This is the URL I call :https://Shopname.myshopify.com/admin/api/2020-01/customers.json

 

It is giving 

{"errors":"[API] Invalid API key or access token (unrecognized login or wrong password)"}

Do I need to pass any value here? 

 

Where can i find the API key?

What are the steps that i need to take if I need to get the customers from Shopfiy 

 

If I use postman this is the error message :

<p>The request could not be understood by the server due to malformed syntax.</p>
 
I was  not setting the any authentication here

 

Thanks 

Accepted Solution (1)
oscprofessional
Shopify Partner
14826 2221 2710

This is an accepted solution.

Hello ,

Please refer bellow url this will help you:

https://shopify.dev/tutorials/authenticate-a-private-app-with-shopify-admin

https://stackoverflow.com/questions/53153019/calling-shopify-api-from-postman

If helpful then Please Like and Accept Solution. Chat on WhatsApp | Skype : oscprofessionals-87 |
Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing

View solution in original post

Replies 2 (2)
oscprofessional
Shopify Partner
14826 2221 2710

This is an accepted solution.

Hello ,

Please refer bellow url this will help you:

https://shopify.dev/tutorials/authenticate-a-private-app-with-shopify-admin

https://stackoverflow.com/questions/53153019/calling-shopify-api-from-postman

If helpful then Please Like and Accept Solution. Chat on WhatsApp | Skype : oscprofessionals-87 |
Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing
paru
New Member
9 0 0

Thank you.


It worked.