REST API
By connecting REST API to Hops, all team members can use REST API in their workflows.
Connection Method
Hops uses fixed IP addresses when accessing your database.
If you manage a list of IPs that can access your database through a firewall, please add the following IPs to your allowlist:
34.47.79.49
, 34.47.86.94
Log into Hops and click the data source button on the left.
Click the add new data source button at the bottom left.
Select REST API from the data source types.
Enter Connection Information
Enter the required information to connect to the REST API data source.
Please refer to the table below for detailed descriptions of the required information.
Property | Description |
---|---|
Data Source Alias | Enter an easily recognizable name for other team members. |
Base URL | The base URL used to create absolute URLs for queries. If you enter https://hops.pub/api and /data in the query path,the request will be made to https://hops.pub/api/data |
URL Parameters | Query parameters to be automatically included in URLs. If you enter key for key and value for value, key=value will be inserted into queries. |
Headers | Headers to be used by default in API requests. |
Username | Username required when using Basic Authorization for authentication. |
Password | Password required when using Basic Authorization for authentication. |
Having trouble because you don't have the required information to connect to the REST API?
Contact us by email (contact@hopsoffice.com) and
we'll help you through remote support.
Once you've entered all connection information, you can click the add button at the bottom right to add the data source.
Using in Workflows
After adding the REST API data source, all team members can access the added data source in workflows.