Concepts - Apps

The Docs are work-in-progress except API References!

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. Dashboard Screenshot

Then fill in the details for your app:

Dashboard Screenshot

After creating the app, you will receive a Client ID and Client Secret. Keep these safe as they are used to authenticate your app. Dashboard Screenshot

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.