I'm trying to add card using rest api and i can't get it to work.I keep getting Cannot GET error.I have made a token with read and write authority and i had checked idList multiple times:
that's the text that im using.
Did anyone experience this and can help?
@GGiter creating a card needs to use HTTP POST. If you're getting a cannot GET error that means you're sending a GET request.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.