REST API

Introduction to CRMGrow's REST API

circle-info

Note: Our JavaScript API is currently in beta. If something isn't working as you'd expect, please drop us a line and let us know! [email protected]envelope

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-encodedarrow-up-right request bodies and return JSON-encodedarrow-up-right responses.

Dates and times in the CRMGrow API are represented as ISO 8601arrow-up-right formatted strings.

Last updated