Get Application By ID
Deprecated: Use GetApplication instead to fetch an app
Get an application of any type (OIDC, API, SAML).
curl -X GET "https://loading/projects/string/apps/string"{
"app": {
"id": "string",
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
},
"state": "APP_STATE_UNSPECIFIED",
"name": "string",
"apiConfig": {
"clientId": "string",
"authMethodType": "API_AUTH_METHOD_TYPE_BASIC"
}
}
}Was this page helpful?
Generate New OIDC Client Secret
Generate New OIDC Client Secret: Deprecated: Use [GenerateClientSecret](/reference/api/application/zitadel.application.v2.ApplicationService.GenerateClientSecret) instead to (re-)generate an OIDC app client secret. Generates a new...
Get Application Key By ID
Get Application Key By ID: Deprecated: Use [GetApplicationKey](/reference/api/application/zitadel.application.v2.ApplicationService.GetApplicationKey) instead to get an application key. Returns an application key. Keys are u...