Method not provided, Error 101Answered

So I am using the API on my web servers, all the php seems to be correct, I'm using the LimeLM.php however when it posts, it gives me the 101 error method not provided. However I am clearly providing the method. Can someone guide me into what I am doing wrong?

https://wyday.com/limelm/api/rest/method=limelm.pkey.setDetails&pkey_id=PKEYHERE&feature_name[]=membership_time&feature_value[]=2020-11-15+20%3A13%3A51&api_key=MYAPIKEY

Answer

Use POST not GET. And you’re missing the ? after the URL and before the params.

Thanks, got it fixed now.

, edited