REST API
Introduction to CRMGrow's REST API
Authentication
All API requests require authentication with ACCESS TOKEN. Provide your API Secret as the basic auth username
value. You do not need to provide a password.
curl https://api.crmgrow.com/api/user -H "Authorization:ACCESS_TOKEN"
Request and Response Formats
CRMGrow will provide a JSON-based REST API through which users can create and update contacts. Endpoints accept form-encoded request bodies and return JSON-encoded responses.
Dates and times in the CRMGrow API are represented as ISO 8601 formatted strings.
Last updated
Was this helpful?