Setting up OAuth authorization for your plugins
Query Parameters
Code samples
Responses
https://app.kit.com/apps
with authorization code parameterQuery Parameters
authorization_code
https://app.kit.com/apps
Code samples
Responses
200: Returns a token
Response schema: application/json
Query Parameters
Code samples
Responses
200: Returns a token
Response schema: application/json
Query Parameters
Code samples
Responses
Redirect URL after install
field in your app details setting page. An example of this flow can be seen below.
Example redirect flow
Redirect flow settings
"read data"
, "write data"
"read:data"
, "write:data"
, "read_data"
action:resource
)read:products
, read:inventory
read:products
, read:reviews
read:products
, read:inventory
, read:reviews
Adding write:products
to either plugin would trigger a new app version and require re-authentication, while adding read:products
to a new third plugin would not.
For comprehensive information about app versioning and its implications for both creators and developers, see the App Versioning Guide.