How to specify a Path Parameter in Pabbly API

Status: Closed · Asked by johs01 on · 0 views

johs01 — Question ·

Good day,

How do I specify a Path parameter in Pabbly API?
Example:
https://api.digitalwallet.cards/api/v2/cards/{id}/add-stamp
When I put a Value in the place of the {id} above, then the API POST Request works.
But I want to specify the {id} in a variable or similar.
I did try to add it under "Set Parameters," but that did not work.
What am I doing wrong?

Thanks,
Hermann

Attachments

Path parameter.png
Fagun Shah — Reply ·

Ise {{id}} and not {id}, or you can just map he value there directly.

Fagun Shah
- Automation Freelancer
- Let's Connect - https://www.facebook.com/fagun.shah.7/
johs01 — Reply ·

Hi Fagun,

Thanks a lot. It works.

Back to all forum threads · Log in to reply