Where can I find my API ID and Key?
Once you’ve added billing information into your Robly account, you will find your API information under My Account > Settings > API Details:
Once you’ve added billing information into your Robly account, you will find your API information under My Account > Settings > API Details:
Contacts API Calls There are currently 9 REST methods for viewing and managing your contacts. API Endpoint https://api.robly.com/ Note As with all API methods, the api_key and api_id paramaters are required for all methods. API Actions: View Contacts (show) Search Contacts (search) Add Contact to a List (add_sub_list) Remove Contact from a List (remove_sub_list) Update Contacts Details (update_contact) Update Full
Signup Forms API Calls There are currently two REST methods to get a list of your data fields and other associated sign up details. API Endpoint https://api.robly.com/ Note As with all API methods, the api_key and api_id parameters are required for all methods. API Actions: View Data Fields (show) Subscribe a New Contact (generate) View Data Fields and Sub Lists
Data Fields API Calls There is currently one REST method to get a list of your data fields. We do not allow editing/adding of data fields currently. API Endpoint https://api.robly.com/ Note As with all API methods, the api_key and api_id paramaters are required for all methods. View Data Fields /api/v1/fields/show?api_key=api_key&api_id=api_id [GET] Optional Params: include_all [true, false] example Example API call
Sub List API Calls There are currently 6 different API calls for managing and viewing your sub lists. Listed below are details on each, including optional parameters and defaults. API Endpoint https://api.robly.com/ Note As with all API methods, the api_key and api_id paramaters are required for all methods below. View Sub Lists /api/v1/sub_lists/show?api_key=api_key&api_id=api_id [GET] Optional Params: include_all [true, false] example
Welcome to our API At Robly, we approach every interface with the idea of making it as clean and simple as possible, and our APIs are no different. One of the keys to Robly’s success is listening to its users and incorporating their feedback. For help with the API, please email support[at]robly.com. Getting Started: You can find your API ID and