Sheets
  • Introduction
  • REST API
    • Authentication
    • Reading / updating a workbook
    • Creating / uploading a workbook
    • Simulation API
  • GraphQL API
  • Authentication in production
  • Embedding example
  • Excel compatibility
  • Example apps
Powered by GitBook
On this page
  1. REST API

Authentication

PreviousREST APINextReading / updating a workbook

Last updated 2 years ago

You must set the HTTP Authorization header to Bearer <license key> to use the REST APIs. For example, if your EqualTo Sheets license key is:

  • 12345679-1234-1234-1234-123456789abc

Then you should set the Authorization header to:

  • Bearer 12345679-1234-1234-1234-123456789abc

See for more information.

Authentication in production