You can use Auth0’s to check whether an application is registered with Auth0 as a first-party or third-party application. Make aDocumentation Index
Fetch the complete documentation index at: https://auth0-feat-ionic-capacitor-quickstart-modernization.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
GET call to the Get a Client endpoint. Be sure to replace {YOUR_CLIENT_ID}
and {YOUR_MANAGEMENT_API_ACCESS_TOKEN} placeholder values with your and Management API , respectively.
| Value | Description |
|---|---|
YOUR_CLIENT_ID | Τhe ID of the application to be updated. |
YOUR_MANAGEMENT_API_ACCESS_TOKEN | Access Tokens for the Management API with the scope read:clients. |
is_first_party field will have a value of true. If the application is third-party, the is_first_party field will have a value of false.