Application Management

After you installed Insomnia, imported default configuration and configured your PSD2 certificate, you can call our application registration API to register your application and mainly, obtain OAuth 2.0 Client ID and Client Secret.

Creating Your First Application

🚧

Don't Forget to Store the Client Secret

After you obtain your client ID and client secret, make sure to store them in some suitable system. Since we store the client secret in a bcrypt form on the server, there is no way to recover a lost client secret. You need to renew the client secret by calling /applications/{id}/renewSecret and this will invalidate the original client secret.

In the left pane with REST resources, select the POST /applications item, review the request body structure and call the endpoint.

2506

Newly created application with client ID and client secret.

Managing Applications

Of course, you can use the other resources in the applications folder to manage your application. Please see our reference API documentation to see the full overview of the application management APIs.


What’s Next

After you create your first application and obtain OAuth 2.0 credentials, you can set these credentials in your Insomnia environment and proceed to end-user authentication.