Authentication
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 Authentication in production for more information.
Last updated