GET
/
v5
/
app
/
app_connections
/
{id}
curl --request GET \
  --url https://{defaultHost}/v5/app/app_connections/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "created_at": 123,
  "company_id": "<string>",
  "app_id": "<string>",
  "resource_id": "<string>",
  "resource_type": "<string>",
  "view_type": "customer_product_view"
}

Authorizations

Authorization
string
header
required

App API key for /v5/app and /v5/company endpoints

Path Parameters

id
string
required

The ID of the app connection, which will look like apco_*************

Response

200 - application/json

app connection found

The response is of type object.