Sign Up API
Assuming your domain URL is analytics.finepick.com.
URL FORMAT
Important: You need to send an HTTPS POST request to Zoho Analytics for user Sign Up API.
INPUT PARAMETERS FOR SIGN UP API
Description | |
---|---|
operation | Value is “signup” |
Email Id of the user to sign up | |
full_name (optional) | Full Name of the user |
apikey | Your API key |
RESPONSE FOR SIGN UP API:
Both Success & Failure responses are present in JSON format.
Return Value | Description |
---|---|
result | success/failure If API call is success, then success value is present in the result attribute; else failure value. |
zuid | ID generated by the Zoho system. Unique per user email address. This needs to be stored against the user for whom sign up API is called. This will be useful for any communication / trouble shooting at a later stage. |
ticket | This is used by the user to access the reports present in the Zoho Analytics. This needs to be passed to Zoho as part of the URL. |
cause | This attribute is present in the response, only in case of failure. |
Sample Request:
Copied
Sample Success Response
Copied
Sample Failure Response
Copied