List connected accounts with optional filters
Retrieves all connected accounts for your project. Connected accounts represent authenticated user connections to external services (e.g., a user's Gmail account, Slack workspace). Filter by toolkit, status, user ID, or auth config to find specific connections.
Query parameters
The toolkit slugs of the connected accounts
The toolkit slugs of the connected accounts
The status of the connected account
The status of the connected account
The cursor to paginate through the connected accounts
The cursor to paginate through the connected accounts
The limit of the connected accounts to return
The limit of the connected accounts to return
The user ids of the connected accounts
The user ids of the connected accounts
The auth config ids of the connected accounts
The auth config ids of the connected accounts
The connected account ids to filter by
The connected account ids to filter by
The order by of the connected accounts
The order by of the connected accounts
The order direction of the connected accounts
The order direction of the connected accounts
[Experimental] Filter by sharing model. Default (omitted) returns PRIVATE only — shared accounts must be requested explicitly. Pass SHARED for only shared accounts, or ALL for PRIVATE + SHARED.
[Experimental] Filter by sharing model. Default (omitted) returns PRIVATE only — shared accounts must be requested explicitly. Pass SHARED for only shared accounts, or ALL for PRIVATE + SHARED.
Response
Successfully retrieved connected accounts
Changes
Changed in 8 of the 61 revisions of this API.449
- ●
removed the optional property
items/items/auth_config/deprecatedfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/items/deprecatedfrom the response with the200statusresponse-optional-property-removed
- ●
- ▲
added
subschema #3subschema #4to theitems/items/state/oneOf[subschema #14]/valresponse propertyoneOflist for the response status200response-property-one-of-added
- ○
removed
subschema #3subschema #4from theitems/items/state/oneOf[subschema #14]/valresponse propertyoneOflist for the response status200response-property-one-of-removed
- ▲
- ○
the endpoint scheme security
CookieAuthwas removed from the APIapi-security-removed
- ○
- ▲
removed the required property
items/items/account_typefrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
items/items/acl_config_for_sharedfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
items/items/experimentalto the response with the200statusresponse-optional-property-added
- ▲
- ▲
added
subschema #3subschema #4to theitems/items/state/oneOf[subschema #2]/valresponse propertyoneOflist for the response status200response-property-one-of-added
- ○
added the optional property
items/items/acl_config_for_sharedto the response with the200statusresponse-optional-property-added
- ○
removed
subschema #3subschema #4from theitems/items/state/oneOf[subschema #2]/valresponse propertyoneOflist for the response status200response-property-one-of-removed
- ▲
- ○
added the new optional
queryrequest parameteraccount_typenew-optional-request-parameter
- ○
added the required property
items/items/account_typeto the response with the200statusresponse-required-property-added
- ○
- ▲
added
subschema #7to theitems/items/state/oneOf[subschema #2]/valresponse propertyoneOflist for the response status200response-property-one-of-added
- ●
added the new
REVOKEDenum value to theitems/items/statusresponse property for the response status200response-property-enum-value-added
- ○
added the enum value
REVOKEDto the propertyitems/of thequeryrequest parameterstatusesrequest-parameter-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○