GET
/
v1
/
integration_oauth
/
{integrationOAuthAppId}
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"
}

Path Parameters

integrationOAuthAppId
string
required

A unique identifier for Integration OAuth apps

Query Parameters

workspaceId
string
required

Unique identifier used to identify all the other resources. You can find this in the UI after the host and /workspaces/{workspaceId}

Response

200
application/json

The response is of type object.