netlify / open-api

Open API specification of Netlify's API

Home Page:https://open-api.netlify.com/#/default

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OAuth App Creation Rest api is not documented in https://open-api.netlify.com/

balap6 opened this issue · comments

I am using the below rest api to create the OAuth Application using personal token. However i don’t find this api is available in https://open-api.netlify.com/. Whether this api can be used to create the OAuth Application and it will be supported long time and it will get included in the documentation. Can you please get this added in the public document.

POST https://api.netlify.com/api/v1/oauth/applications

{
“name”: “account-service1”,
“redirect_uri”: “https://www.example…com/service1”,
“description”: “My OAuth Application”
}

Hi @balap6,

We've replied to the forums thread here: https://answers.netlify.com/t/creating-the-oauth-api-via-public-rest-api/43159/.

Kindly do not open multiple threads about the same topic as it gets hard to track.

Here i created the issue to get the API to be included in the https://open-api.netlify.com/. Reply in the forum is not telling whether it will be included or not.