Create a Public App
To register your Public App, head over to the Developers section of Lnk.Bio and click on Create new App.
In the next window, select Public App.
In the next screen you need to provide base information about your Lnk.Bio App:
It should be the same name you use on your website/app.
It shouldn't contain "Lnk.Bio" "made for Lnk.Bio" etc...
This is the Logo of your App. It will be shown to users when they grant you permission to manage their account.
It should be the same Logo you use on your website/app, social media, etc...
It shouldn't contain the Lnk.Bio logo or the Lnk.Bio colors (unless you use the same colors in your own logo).
The Logo must be a pure SVG image that doesn't embed other image formats. It should be a square (1:1 ratio), and be less than 200KB
This is the URL of your App where users will be redirected after granting access to your App.
It's used to pass your application a code
that can be exchanged for your first access_token
You can add up to 5 Redirect URIs in case you have multiple endpoints.
All Redirect URIs must be in domains that you 100% control and that are part of your application.
Once you're done, click Save App.
The system will create your new Private App and show you the Client ID and Client Secret of your App. These are the parameters you will use for generating your access token.
:::highlight red 📌
Immediately save these two parameters in a safe location, as the Client Secret cannot be accessed a second time.
:::