Hello,
I try to implement this request.
That’s what I’ve done:
After requesting I’ve got error.
Thank you for suggestions.
Hello,
I try to implement this request.
That’s what I’ve done:
After requesting I’ve got error.
Thank you for suggestions.
Hey @krystianww
It looks like you’re using the wrong request body type - it should be x-www-form-urlencoded
and not raw
.
Switch it to that type and add url
as the key and then the link you want to shorten, in the value field.