Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure event grid api version undefined

I created an azure event Topic and added an azure function (event trigger type) as a subscription. when trying to send a request through postman I get undefined API version.

Error:

{ "error": { "code": "ApiVersionUnspecified", "message": "An API version is required, but was not specified." } }


2 Answers

This is the error you get:

enter image description here

As Roman Kiss says, you should use URI like below:

https://<topic-endpoint>?api-version=2018-01-01

(And also you need to authorize it.)

like image 114
Cindy Pau Avatar answered Nov 21 '25 15:11

Cindy Pau


I received this error when I was submitting a GET request instead of a POST request.

like image 36
Blane Avatar answered Nov 21 '25 13:11

Blane



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!