curl --request GET \
--url https://api.openworklabs.com/v1/connector-accounts{
"items": [
{
"id": "<string>",
"organizationId": "<string>",
"connectorType": "github",
"remoteId": "<string>",
"externalAccountRef": "<string>",
"displayName": "<string>",
"status": "active",
"createdByOrgMembershipId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"metadata": {}
}
],
"nextCursor": "<string>"
}Lists connector accounts for the organization.
curl --request GET \
--url https://api.openworklabs.com/v1/connector-accounts{
"items": [
{
"id": "<string>",
"organizationId": "<string>",
"connectorType": "github",
"remoteId": "<string>",
"externalAccountRef": "<string>",
"displayName": "<string>",
"status": "active",
"createdByOrgMembershipId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"metadata": {}
}
],
"nextCursor": "<string>"
}1 - 2551 <= x <= 100github active, inactive, disconnected, error 1 - 255Was this page helpful?