Public Clients

Create public integrations for AltDentifier

Creating a public client

We recommend being familiar with Discord's API's as the process of creating AltDentifier Integrations is quite similar to creating Discord applications.

To create a public client, you must first visit https://altdentifier.dev/applications. You will be prompted to sign in. Note that a Very Trusted account is required to create integrations.

Once logged in, click on the "Create New Application" button. This will bring you to the application creation form. Entering a name and description for your application is required. When you are done filling in the details, press "Save".

Once your application is saved, you are brought to the Viewing/Editing portal of your application. Please take note of the Client ID and Client Secret fields and write them down. They will become important later on. You can regenerate your secret, should you ever leak it.

The two most important fields to notice here are the "Webhook URL's" and the "Callback URL's" field. In the Webhook URL's field, you can enter http addresses that will receive requests from the webhook API. You can enter as many as you like. For the Callback URL's field, you can enter URL's that you want to register as callbacks. AltDentifier features a full OAuth API that you can integrate.

You have now created your first application. Congratulations! We can't wait to hear what you will make!

Last updated