App Connections
Retrieve an app connection
Returns an app connection
GET
/
v5
/
app
/
app_connections
/
{id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the app connection, which will look like apco_*************
Response
200 - application/json
The ID of the app connection, which will look like apco_*************
The date the billing usage was created as a unix timestamp.
The ID of the company, which will look like biz_*************
The ID of the app, which will look like app_*************
The ID of the polymorphic resource for the connection. Ex. a product ID like prod_*************.
The type of the polymorphic resource for the connection. Ex. 'product'
Available options:
product
The type of view for the connection.
Available options:
customer_before_checkout_view
Was this page helpful?