Outbound messages using the Common Accesspoint API

Messages are sent using the CAP Outbound API

Send message

Request Responses 201 401 403 Curl command example Make sure you send with a bearer token Each field also needs to be filled out curl i X POST H Authorization Bearer $ TOKEN H Content Type multipart form data form Channel form Reference form DocumentID form Receiver form Sender form Payload https accesspoint api qa dataplatfor ms outbound

Retrieve an outbound message using its identifier

Responses 200 401 403 404 Curl command example Make sure you send with a bearer token A message with status FAILED will return a more detailed response in the details field for example a lookup error curl i H Authorization Bearer $ TOKEN https accesspoint api qa dataplatfor ms outbound id

Retrieve the payload of an outbound message

Responses 200 401 403 404 Curl command example Make sure you send with a bearer token curl i H Authorization Bearer $ TOKEN https accesspoint api qa dataplatfor ms outbound id payload_type