Basics
Creating an API Key
You can create your own API Key and access Resmo via Rest API. Creating an API key is easy to manage from Settings -> Integration -> Rest API Management tab.
Scopes and expiration details of an API key can be managed on this tab. There is also an enable/disable option available for your API key.
Authentication
In Resmo API, all requests must be authenticated with a bearer token.
Use the HTTP header Authorization with the value Bearer, where the token is the API key you created in Resmo.
Last updated
Was this helpful?