App registration process, is it a POST request

@adunsulag
I have a question about what to do next. Could you clarify for me if the response is sent in full to the URL in the image below. Thank you,

I programmatically receive the response code. This is what the interface shows me.

If you are registering with the GUI you can register on the /interface/smart/register-app.php page.

The register-app.php page makes a POST request to /oauth2/default/registration and receives the POST response back to register-app.php.

If you are not registering with the GUI you can make a registration request by POSTing directly to the /oauth2/default/registration endpoint.

1 Like