WorkSmart Dev
HomeSign In
  • Introduction
  • REST Web API
    • Oauth 2.0 Authorization
      • Authorization Code Flow
      • Token (Auth Code Flow)
      • Token (Client Credentials)
    • Records
      • Create Record
      • Read Record
      • Update Record
      • Delete Record
      • Read Records By View
      • Add Comment
      • Add Attachment
      • Download Attachment
    • List Sites
    • Columns
      • List of Columns
  • Webhook
    • Configure a Webhook
Powered by GitBook
On this page

Was this helpful?

  1. REST Web API

Oauth 2.0 Authorization

Before you access any data stored WorkSmart via Web API, you must first request an Access Token. No data is accessible via the Web API without sending a valid Access Token.

You can obtain Access Token using two ways :

  • Using Authorization Code (Auth Code Flow) – recommended

  • Using Client Credentials

PreviousREST Web APINextAuthorization Code Flow

Last updated 4 years ago

Was this helpful?