Create API-Tokenpost https://{server}/api/v2.1/workspace/{workspace_id}/dtable/{base_name}/api-tokens/Create an API-Token for a base.Path Paramsworkspace_idintegerrequired≥ 1The id of the workspace. For an explanation how to get the workspace_id, check out this help-article. Alternatively the API endpoint get metadata can be used.base_namestringrequiredThe name of your base.Form Dataapp_namestringrequiredThe name of your app. Every API-Token has a name to identify the purpose. The name of the app must be unique for every base.permissionstringenumrequired rw for read-write r for read-only rwrAllowed:''rwrResponses 201Created 400Bad Request 401Unauthorized 403ForbiddenUpdated about 2 years ago