Discussion Forum: Thread 315207

 Author: smileysbricks View Messages Posted By smileysbricks
 Posted: Jan 2, 2022 12:48
 Subject: API address
 Viewed: 81 times
 Topic: Off Topic
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

smileysbricks (1790)

Location:  USA, Idaho
Member Since Contact Type Status
Oct 5, 2020 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store: Smiley's Bricks
Does anyone have an easy way to access their store API address, please?
Thank you in advance.
 Author: Stellar View Messages Posted By Stellar
 Posted: Jan 2, 2022 13:59
 Subject: Re: API address
 Viewed: 62 times
 Topic: Off Topic
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

Stellar (3482)

Location:  Spain, Comunidad Valenciana
Member Since Contact Type Status
Sep 24, 2015 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store: Stellar Bricks
BrickLink Discussions Moderator (?)
In Off Topic, smileysbricks writes:
  Does anyone have an easy way to access their store API address, please?
Thank you in advance.

This?

https://www.bricklink.com/v2/api/register_consumer.page
 Author: Andrsv View Messages Posted By Andrsv
 Posted: Jan 2, 2022 16:54
 Subject: Re: API address
 Viewed: 43 times
 Topic: Off Topic
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

Andrsv (2835)

Location:  Norway, Rogaland
Member Since Contact Type Status
Jun 23, 2016 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store: AVBRICKS AS
In Off Topic, smileysbricks writes:
  Does anyone have an easy way to access their store API address, please?
Thank you in advance.

I havent found it yet... its not the only thing missing in bricklink api...
 Author: OurBricks View Messages Posted By OurBricks
 Posted: Jan 4, 2022 12:34
 Subject: Re: API address
 Viewed: 40 times
 Topic: Off Topic
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

OurBricks (10819)

Location:  USA, Wisconsin
Member Since Contact Type Status
Mar 15, 2004 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store: Rix Brix
I'm not sure what you are asking. I use the API extensively. What do you
mean by "store API address"?

Rick


In Off Topic, smileysbricks writes:
  Does anyone have an easy way to access their store API address, please?
Thank you in advance.
 Author: BricksMummy View Messages Posted By BricksMummy
 Posted: Jan 5, 2022 07:17
 Subject: Re: API address
 Viewed: 39 times
 Topic: Off Topic
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

BricksMummy (5421)

Location:  Czech Republic, Jihomoravský Kraj
Member Since Contact Type Status
May 23, 2017 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store: BricksMummy
Hi, I am also struggling with this

Basically how to authenticate Oauth 1.0 to make any API call

I am trying to make API call from Microsoft Flow

I would really appreciate any help on this

Thank you
 Author: Stellar View Messages Posted By Stellar
 Posted: Jan 5, 2022 07:35
 Subject: Re: API address
 Viewed: 37 times
 Topic: Off Topic
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

Stellar (3482)

Location:  Spain, Comunidad Valenciana
Member Since Contact Type Status
Sep 24, 2015 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store: Stellar Bricks
BrickLink Discussions Moderator (?)
In Off Topic, BricksMummy writes:
  Hi, I am also struggling with this

Basically how to authenticate Oauth 1.0 to make any API call

I am trying to make API call from Microsoft Flow

I would really appreciate any help on this

Thank you

To understand how the API and its endpoints work I started with Postman and I
got it working pretty easy.
 
 Author: OurBricks View Messages Posted By OurBricks
 Posted: Jan 6, 2022 13:19
 Subject: Re: API address
 Viewed: 36 times
 Topic: Off Topic
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

OurBricks (10819)

Location:  USA, Wisconsin
Member Since Contact Type Status
Mar 15, 2004 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store: Rix Brix
The code needed to get through the Oauth 1.0 authentication was the hardest thing
to figure out when I starting using the API to build the Brick Seller app.

If you are not familiar with Brick Seller, you can find a link to it on the BrickLink
Inventory Software links here: https://www.bricklink.com/links.asp?catID=9

Rick


In Off Topic, BricksMummy writes:
  Hi, I am also struggling with this

Basically how to authenticate Oauth 1.0 to make any API call

I am trying to make API call from Microsoft Flow

I would really appreciate any help on this

Thank you
 Author: VladaJu View Messages Posted By VladaJu
 Posted: Dec 18, 2023 10:49
 Subject: Re: API address
 Viewed: 30 times
 Topic: Off Topic
Cancel Message
Cancel
Reply to Message
Reply
BrickLink
ID Card

VladaJu (1)

Location:  France, Île-de-France
Member Since Contact Type Status
Feb 10, 2023 Contact Member Seller
Buying Privileges - OKSelling Privileges - OK
Store Closed Store: VladaJu
Hello, When I put the same infos as you in postman, I got this message :

{
"meta": {
"description": "SIGNATURE_INVALID: Invalid Signature",
"message": "BAD_OAUTH_REQUEST",
"code": 401
}
}

Can you help me ?
JD