Within APIcenter it is possible to add an unlimited amount of applications towards your account. These applications are not connected to each other but to APIcenter. When you add an application towards apicenter, you need to provide the credentials that are used for this application. To do this you need to go through the following steps,
Check the prerequisites steps per application. You can find them in the corresponding manual. For example for WooCommerce, you need to provide a url and then the authentication process can be started. After filling in these fields you can test your connection with the test button. If it works it will return a green success symbol otherwise it will show an error. Please be aware that not all systems throw a recognizable error.
For authorization we sometimes need an URL. These URL can be filled in without https:// , HTTP and trailing. APIcenter will do the formatting of this. This is due to the fact that a lot of applications demand a certain structure and in this way we can have control over the request. If you fill in for example the trailing we will sanitize this ourselve and remove it.
We support different types of authorization throughout APIcenter, but only one per application. The design choices for this are mentioned in the corresponding documentation of the application.