API Documentation - member_messages/list

List of messages published by your company

Last updated on 27/08/2014 08:23:31

Returns a json array with objects for each member message published. We don't include the list of quotes received in this list, just the basic details.

POST Parameters

Name Type Explanation Example
login_key string The login key returned when logging in
per_page (optional) integer Number of elements per page. Maximum is 100
offset (optional) integer First record to return. (for pagination)

Return

Name Type Explanation Example
message string Message explaining the process
total_records integer Total number of records (useful for pagination)
list array List of member messages Launch an API call to see the fields available

Try it!