When I m creating custom apis the url i provide for the audiance do i need to register this url?
The URL you provide when registering a custom API are just identifiers, so there is no need to register it. They should just be unique identifiers that you’ll then use as the audience in your authentication flow.
From the documentation:
A unique identifier for the API. Auth0 recommends using a URL. Auth0 does differentiate between URLs that include the last forward slash. For example,
https://example.comandhttps://example.com/are two different identifiers. The URL does not have to be a publicly available URL. Auth0 will not call your API. This value cannot be modified afterwards.
Thanks for the reply
No worries! We are here for you!