curl --request GET \
--url http://0.0.0.0:3000/v1/organizations/{id}/shares \
--header 'Authorization: Bearer <token>'[
{
"id": 123,
"org_id": "<string>",
"resource_type": "<string>",
"resource_id": "<string>",
"can_view": true,
"can_control": true,
"can_edit": true
}
]curl --request GET \
--url http://0.0.0.0:3000/v1/organizations/{id}/shares \
--header 'Authorization: Bearer <token>'[
{
"id": 123,
"org_id": "<string>",
"resource_type": "<string>",
"resource_id": "<string>",
"can_view": true,
"can_control": true,
"can_edit": true
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID da organização