Endpoint
GET https://embedworkflow.com/api/v1/app_connections
Query Parameters
starting_after string, optional
Cursor for pagination - return results after this ID
ending_before string, optional
Cursor for pagination - return results before this ID
limit integer, optional
Number of items to return (max 100)
user_key string, optional
Unique user identifier
app_type string, optional
Filter results by app type
Response
Returns successful.
Response Properties
collection array
meta object
Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{ "collection": [ { "id": "0198c2e9-b4ec-7d97-9614-c3d55bc85406", "app_type": "slack", "last_used_at": null, "last_used_at_string": null, "last_used_at_utc": null, "name": "Connection 1", "object": "app_connection", "status": "active" } ], "meta": { "page_limit": 25, "has_next_page": false, "has_previous_page": false } }