I manage to create so many API Definition that always using oauth 2 or Api Key, but how to create a definition without any authorization (just link as is) ? like a deeplink or shortened url that no need any authorization.
I see custom options but don'e know how to use it.
Any advise welcome, thank you
Regards, Sigit
In Mashery, open endpoints are created using a workaround method.
noapikey
for the package-plan under with the endpoint will be exposedThe logic is that all the calls without an Api Key is mapped to this default noapikey
, which means we need to take care of the throttle and call limits for the default key.