get https://api-sbx.sidedrawersbx.com/api/v1/filing-cabinets/filing-cabinet/open-id/
Lists a User's Filing Cabinets given their Account OpenID.
Response
Lists a User's Filing Cabinets given their Account OpenID.
xxxxxxxxxx
curl --request GET \
--url https://api-sbx.sidedrawersbx.com/api/v1/filing-cabinets/filing-cabinet/open-id/openId \
--header 'accept: application/json'
xxxxxxxxxx
10[
{
"id": "",
"name": "My file cabinet",
"owner": "auth0|123",
"active": true,
"createdAt": "2023-09-11T16:24:05-03:00",
"updatedAt": "2023-09-11T16:24:05-03:00"
}
]