/
TE
teable
/
Teable App
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
access-token
6
get
/access-token/{id}
put
/access-token/{id}
delete
/access-token/{id}
get
/access-token
post
/access-token
post
/access-token/{id}/refresh
admin
41
aggregation
8
ai
4
app
9
attachments
4
auth
18
authority-matrix
15
automation
30
base
31
base node
12
base-share
9
billing
20
chat
13
comment
13
dashboard
13
db-connection
3
enterprise
10
export
1
field
12
import
3
integrity
1
invitation
1
mail
1
notification
4
oauth
11
organization
31
pin
4
plan
4
plugin
14
plugin-context-menu
8
plugin-panel
13
record
20
reward
1
access-token
Create access token
post
/access-token
Request body
object
required
name
string
required
description
string
scopes
string[]
required
spaceIds
string[]
nullable
baseIds
string[]
nullable
hasFullAccess
boolean
expiredTime
string
required
Example request
{ "expiredTime": "2024-03-25" }
Response
Returns access token.
object
required
id
string
required
name
string
required
description
string
scopes
string[]
required
spaceIds
string[]
nullable
baseIds
string[]
nullable
hasFullAccess
boolean
expiredTime
string
required
token
string
required
createdTime
string
required
lastUsedTime
string
required
Changes