Inbound messages using the Common Accesspoint API

Messages are received using the CAP Inbound API

List inbound messages

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

Retrieve information about a particular message

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

Mark an inbound message as read

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

Retrieve the payload belonging to an inbound 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 inbound id payload_type

Retrieve the binary content of an inbound message payload

Responses 200 401 403 404

Retrieve the binary content of an inbound message payload (the document part)

Responses 200 401 403 404