put https://api.imiconnect.io/resources/v2/customerappprofile/<app ID>
This API is used to update application profile of a customer.
Know Your Endpoint
Based on the domain you use to log in to imiconnect, the endpoint for your API varies. See the endpoint section to understand which endpoint to use for your domain.
For data privacy and security reasons, the REST API is served over encrypted HTTPS. The standard HTTP is not supported.
Status Codes
This API may return the following response codes:
Response Code | Message | Description |
---|---|---|
1000 | Queued | Returned when the request is queued |
1002 | Partial success | Returned when one or more sub-transactions within a batch request fail |
7000 | Invalid JSON | Returned when an invalid JSON request is sent |
7001 | Authentication failed | Returned when an invalid service key or profile key is provided in the request |
7002 | Service Key Missing | Returned when the parameter key is missing in the message request |
7003 | Mandatory parameters missing | Returned when the mandatory parameters configured in the custom event are missing |
7006 | Internal error occurred | Returned when an internal error occurs |
7010 | Source IP is not in the allowed list | Returned when a request is sent from an IP that is not n the allowed list in Webex Connect |
7011 | Invalid Attribute Value | Returned when an invalid value is provided for the customer or app profile Attributes object |
7018 | Invalid app profile or app profile not linked to this client. | Returned when an application master profile does not exist |