Apps allow you to access protected endpoints like Activity. This guide explains how to create and manage apps.
If you haven't already, go ahead and Create an Account and/or Login.
To create an app, go to your Dashboard and click on "Create
App" button.
Then fill in the details for your app:
- App Name: A unique name for your app.
- App Description: A brief description of what your app does.
- Website [OPTIONAL]: A URL to website where users can get more information about your application.
- Redirect URIs: The URL where users will be redirected after authorizing your app. This is where you will receive the authorization code. You can add multiple redirect URIs if needed.

After creating the app, you will receive a Client ID and Client Secret.
Keep
these safe as they are used to authenticate your app.
Your app is now created and you can use the Client ID and Client Secret to authenticate your app with the yutify API.
If you want to edit your app details, you can do so by clicking on the "Edit" button next to your app in the dashboard. And if you want to delete your app, you can click on the "Delete" button.
Important
You should never share your Client Secret with anyone or expose it in public repositories! It should be kept private, as it is used to authenticate your app and access protected resources. If someone gains access to your Client Secret, they can impersonate your app and access user data. Always treat your Client Secret like a password. If you believe your Client Secret has been compromised, you can regenerate it from the dashboard.