trying to get my products on postman

I’m trying to get all my products on postman using this URL from my store https://{API_KEY}:{API_PASSWORD}@{STORE_NAME}.myshopify.com/admin/api/{API_VERSION}/products.json but I only get “[API] Invalid API key or access token (unrecognized login or wrong password)” as response, obviously I have replaced the API_KEY with mine, the API_PASSWORD with the access token, the store name with my store’s name and API version with 2024-10. I don’t know what I’m doing wrong. I’m new to shopify

Hi @Ludge091

You can use accessToken, use ‘X-Shopify-Access-Token’ in postman.