Hello @Prathik are you testing as described here: Tenants Get?
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}
See also: Authentication library values
If you call the Active Directory Libraries to acquire a Bearer Token to use for authentication, you must supply four values:
- Azure Sphere client application ID: 0b1c8f7e-28d2-4378-97e2-7d7d63f7c87f (required for successful authentication)
- Scope for the user: https://sphere.azure.net/api/user_impersonation
- Azure Sphere Tenant ID: 7d71c83c-ccdf-45b7-b3c9-9c41b94406d9
- Azure Sphere API endpoint: https://prod.core.sphere.azure.net/
Thanks