After creating a Native app in the Auth0 dashboard, is it not possible to associate this app with APIs?

My app works well with Auth0, but now I want my users to be able to log in via Auth0 and then use the generated token to access my backend API for retrieving information. However, I noticed that the app in Auth0 cannot be linked to APIs. Could I be missing the right approach? I would appreciate your help.

1 Like

Hi @foxfoxbee314

Welcome to the Auth0 Community!

Thank you for posting your question; if you create your backend as an API in Auth0, you can add an audience parameter to the authorize call to get the JWT access token that you use to access your backend API. Depending on your framework/programming languages, we offer many different quickstarts to setup API → Auth0 Backend/API Quickstarts

Thanks
Dawid

This can be achieved. I need to add one note: when the native app calls the SDK, it must include the audience parameter explicitly.