Skip to main content

Configuring Tidal

To integrate with Tidal you need to have a Developer App created at Tidal For Developers Portal.

Once logged in, go to Dashboard and click on Create App and set up your application.

tip

Make sure Redirect URI is correct. It should be exactly:

https://api.musicapi.com/callback/tidal

After creating app, or if you already have existing app go to App Overview to copy Client ID and Client Secret Example Spotify Secrets

danger

Make sure you save the copied Client ID and Secret in the MusicAPI Admin and mark the integration as Enabled, so your users can see it.

We need these details to authenticate your users in your company's name. Once you set up the proper Client ID and Client Secret, you can click "Test Tidal" button to see if the log in flow works correctly.

To open Tidal authorization you can either redirect user to:

which will open Tidal authentication flow.

Or you can just point your users to:

where they will be able to select which music service they want to login with.