cURL
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" }
Returns an app connection
App API key for /v5/app and /v5/company endpoints
The ID of the app connection, which will look like apco_*************
app connection found
The response is of type object.
object
Was this page helpful?