Get Application
Retrieves the application matching the provided ID.
Required permissions:
- project.app.read
Header Parameters
Connect-Protocol-Version*number
Define the version of the Connect protocol
Value in
1Connect-Timeout-Ms?number
Define the timeout, in ms
Request Body
application/json
applicationId*string
The unique ID of the application to be retrieved.
[key: string]?never
Response Body
application/json
application/json
curl -X POST "https://loading/zitadel.application.v2.ApplicationService/GetApplication" \ -H "Connect-Protocol-Version: 1" \ -H "Content-Type: application/json" \ -d '{ "applicationId": "string" }'{
"application": {
"applicationId": "string",
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"state": "APPLICATION_STATE_UNSPECIFIED",
"name": "string",
"projectId": "string",
"apiConfiguration": {
"clientId": "string",
"authMethodType": "API_AUTH_METHOD_TYPE_BASIC"
}
}
}{
"code": "not_found",
"message": "string",
"details": [
{
"type": "string",
"value": "string",
"debug": {}
}
]
}Was this page helpful?
Generate Client Secret
Generate Client Secret: Generates the client secret of an API or OIDC application that belongs to the input project. Required permissions:
Get Application Key
Get Application Key: Retrieves the application key matching the provided ID. Specifying a project, organization and application ID is optional but help with filtering/performance. Required permissions: