How to specify a Path Parameter in Pabbly API
Status: Closed · Asked by johs01 on · 0 views
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

Ise {{id}} and not {id}, or you can just map he value there directly.
Hi Fagun,
Thanks a lot. It works.