Creating a new application
Once you have access to the admin end of OfficeRnD you can create an application by going to Settings/Developer Tools. On this page, you'll be able to see a list of all the applications that have been created.
Creating your application
When you're creating an application you can specify:
-
Name - the name of the application.
-
Description - a short description of the application and what it does.
-
Image - an image associated with the application, e.g. a logo.
-
Permissions - the permissions that the app has. This determines what the app can do - read data only (GET) or both read and write (GET, PUT, POST, DELETE).
Procuring your client_id and client_secret
Once you create the application you'll have two buttons next to it - "Configure" and "View":
- Configure - allows you to change the earlier parameters you entered.
- View - gives you the "Client ID" and "Client secret" necessary to <a href="https://developer.officernd.com/docs/authentication>"generate an OAuth 2 token.
Note
Deleting applications is only possible after contacting the OfficeRnD support team at [email protected].
Updated about 2 years ago