Reference
Things you should know about the API before using it
Base URL
The base URL of the API ishttps://api.automator.cloud
Authorization
Any endpoint requires a valid accessToken to use. If you're accessToken expired or you don't provide one you request is getting declined with a 401 error. The token is provided via a Bearer token inside the Authorization header.
Example:Authorization: Bearer <token>
You can read more about how to request an accessToken here
Last updated
Was this helpful?