[New Feature] API Connector improvements

Doesnt seem so…

Not really. I’m looking for workaround. Do you use the API connector for any other service?

Are the brackets sent in the URL?

This api call works:
https://www.eventbriteapi.com/v3/events/31791722899/attendees/745196836/?token=PxxxxxxxxxxN

But when I try to recreate it in the API connector, I get an error.

1 Like

@kramwe, try removing the blank header.

Another thing to try is moving the token from the url parameter into the header, if eventbrite’s API supports that.

Magic! Not sure why this worked, but it did. I added the token as both a URL param and a header. I initialized the call and then was able to delete the header. Thanks Mishav.

2 Likes

Do you mind explaining this further? I’m trying to attempt this with multiple arrays in a GET request, does the value need these <> or just []