Skip to content

Latest commit

 

History

History

smartsheet

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Description

Allows you to programmatically access and Smartsheet data and account information

Example Request

  • Curl
curl 'https://api.smartsheet.com/2.0/home?include=source' -H "Authorization: Bearer {{token}}"
  • Raw
GET /2.0/home?include=source HTTP/1.1
Authorization: Bearer {{token}}
Host: api.smartsheet.com

Response

  • Success
{
    "sheets":[],
    "folders":[],
    "workspaces":[]
}
  • Error
{
  "errorCode" : 1002,
  "message" : "Your Access Token is invalid.",
  "refId" : "xxxxxxxxxxxx"
}

Regex

[a-z0-9]{26}

Example API key

bb1aa18d0eeea0fc7ggg799h3i