Join a webinar on April 30th: Unlocking Your Data using AI with Box Extract & MCP Server. Register here
{
"access_token": "c3FIOG9vSGV4VHo4QzAyg5T1JvNnJoZ3ExaVNyQWw6WjRsanRKZG5lQk9qUE1BVQ",
"expires_in": 3600,
"token_type": "bearer",
"restricted_to": [
{
"scope": "item_download",
"object": {
"id": "12345",
"type": "folder",
"etag": "1",
"sequence_id": "3",
"name": "Contracts"
}
}
],
"refresh_token": "c3FIOG9vSGV4VHo4QzAyg5T1JvNnJoZ3ExaVNyQWw6WjRsanRKZG5lQk9qUE1BVQ",
"issued_token_type": "urn:ietf:params:oauth:token-type:access_token"
}A token that can be used to make authenticated API calls.
The requested access token.
"c3FIOG9vSGV4VHo4QzAyg5T1JvNnJoZ3ExaVNyQWw6WjRsanRKZG5lQk9qUE1BVQ"
The time in seconds by which this token will expire.
3600
The type of access token returned.
bearer "bearer"
The permissions that this access token permits, providing a list of resources (files, folders, etc) and the scopes permitted for each of those resources.
Show child attributes
The refresh token for this access token, which can be used to request a new access token when the current one expires.
"c3FIOG9vSGV4VHo4QzAyg5T1JvNnJoZ3ExaVNyQWw6WjRsanRKZG5lQk9qUE1BVQ"
The type of downscoped access token returned. This is only returned if an access token has been downscoped.
urn:ietf:params:oauth:token-type:access_token "urn:ietf:params:oauth:token-type:access_token"
Was this page helpful?