Error Messages
The list below indicates possible errors you might encounter while integrating and using the api. It includes the error response as well as a description of how you can resolve the error.
Invalid credentials
This refers to the basic authorization credentials. If invalid, the response will be as below.
Status code: 401
{
	"success": false,
	"message": "Unauthorized. Authentication required.",
	"recipients": null
}