Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 442 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 442 Bytes

OnePageCRM API - Python sample

This is a short python script that uses the OnePageCRM API v3 to get a list of contacts. It will return your contact list in JSON format.

Please note this script is not production ready.

You can use this script as a starting point to create your own API client and integration. Please see developer.onepagecrm.com for full API details.

Usage

Add your user_id and api_key and then run this script.