Assign Customer
Get Agents of Store
Get Teams of Store
Get Agent Details
Update Agent Details
Host & Path
API Host
API Version
Current version isv2
API Path
Message API path isagent
Complete Endpoint
{api-host}/{api-version}/{api-path}
Content Type
- POST requests require a “Content-Type: application/json” header
- PUT requests require a “Content-Type: application/json” header
- GET requests will return “Content-Type: application/json”
Response Codes
Message API uses the following standard response codes.GET requests
- 200 - Ok
POST requests
- 201 - Created
- 202 - Accepted
- 400 - Bad Request (the request data has issues)
- 409 - Conflict
DELETE requests
- 204 - No Content