Skip to content

Enable/regenerate public share

PUT
/api/v1/bases/{baseId}/share
curl --request PUT \
--url https://api.cloudtable.insurge.io/api/v1/bases/example/share \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{ "regenerate": true }'
baseId
required
string
Media typeapplication/json
object
regenerate
boolean
Examplegenerated
{
"regenerate": true
}

Share token

Media typeapplication/json
object
publicShareId
required
string
nullable
Examplegenerated
{
"publicShareId": "example"
}

Unauthorized