The ID of the bucket to get authorization grants for
Authorization grants retrieved successfully
const response = await fetch('https://beta.data.banyan.computer/api/v1/buckets/{bucket_id}/authorization_grants', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
{ "authorization_token": "text" }