Join BoxWorks 2024 to discover what's possible with content and AI!
Register now!A token that can be used to make authenticated API calls.
c3FIOG9vSGV4VHo4QzAyg5T1JvNnJoZ3ExaVNyQWw6WjRsanRKZG5lQk9qUE1BVQ
The requested access token.
3600
The time in seconds by which this token will expire.
urn:ietf:params:oauth:token-type:access_token
The type of downscoped access token returned. This is only returned if an access token has been downscoped.
Value is always urn:ietf:params:oauth:token-type:access_token
c3FIOG9vSGV4VHo4QzAyg5T1JvNnJoZ3ExaVNyQWw6WjRsanRKZG5lQk9qUE1BVQ
The refresh token for this access token, which can be used to request a new access token when the current one expires.
The permissions that this access token permits, providing a list of resources (files, folders, etc) and the scopes permitted for each of those resources.
The file or folder resource
item_download
The scopes for the resource access
Value is one of annotation_edit
,annotation_view_all
,annotation_view_self
,base_explorer
,base_picker
,base_preview
,base_upload
,item_delete
,item_download
,item_preview
,item_rename
,item_share
,item_upload
bearer
The type of access token returned.
Value is always bearer
{
"access_token": "c3FIOG9vSGV4VHo4QzAyg5T1JvNnJoZ3ExaVNyQWw6WjRsanRKZG5lQk9qUE1BVQ",
"expires_in": 3600,
"issued_token_type": "urn:ietf:params:oauth:token-type:access_token",
"refresh_token": "c3FIOG9vSGV4VHo4QzAyg5T1JvNnJoZ3ExaVNyQWw6WjRsanRKZG5lQk9qUE1BVQ",
"restricted_to": [
{
"scope": "item_download",
"object": {
"id": "12345",
"etag": "1",
"type": "folder",
"sequence_id": "3",
"name": "Contracts"
}
}
],
"token_type": "bearer"
}