cURL
curl --request GET \ --url http://localhost:8000/api/v1/integration_oauth/{integrationOAuthAppId}
{ "integrationOAuthAppId": "<string>", "integrationOAuthAppName": "<string>", "integrationDefinitionId": "<string>", "clientId": "<string>", "clientSecret": "<string>", "scopes": "<string>", "workspaceId": "<string>", "deleted": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
A unique identifier for Integration OAuth apps
Unique identifier used to identify all the other resources. You can find this in the UI after the host and /workspaces/{workspaceId}
The response is of type object.
object