Hello
I would like your help regarding the privileges of the following api key :
curl -s -H "Authorization: Bearer p****" "https://api.airtable.com/v0/meta/bases"
{"bases":[{"id":"app***”,"name":"Produ***","permissionLevel":"create"}]}
My question what exactly permissionLevel":"create" means ?
and is the difference with read-only ?
Is there any security concert if for the above key if it is public ?
Thanks in advance
G.