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
No description available
meta object
No description available
Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{ "collection": [ { "id": "01980228-9dfc-7bdc-88f9-4595d74b3636", "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 } }