Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

`This This documentation provides an overview of twinzo's two API authorization methods - Device OAuth and static token, along with the request signing process for authorized requests. With this information, developers can effectively implement authorization and request signing to securely integrate third-party data sources with twinzo's API endpoint.

...

...

Tip

Upon a successful request, the developer will receive a token with an expiration date. Every authorized request on API functions must be signed with an active token or API Key.

...

Static Token

Alternatively, developers can generate a static token to sign every request with the same server key. This method is recommended only for server-to-server communication, as it is less secure than Device OAuth.

...

  • Each authorized request must be signed with the proper token, which should be included in requests via specific HTTP Header values.

  • To identify the proper client, headers must also include the Client and Branch GUID key.

  • Developers can find the Branch GUID in the list of branches in the Places section, while and the Client GUID is obtained via registration through a Twinzo support contactdisplayed in the Settings in the Client tab.

...