Messaging APIDeliver messages to the HubGet the acknowledgement of a delivered e-invoiceget https://api.test.ecosio-hub.com:{port}/api/v1/ack/{messageId}Path ParamsmessageIdstringrequiredThe UUID of the message, whose acknowledgment shall be retrievedResponses 200OK. The Acknowledgment of a sent invoice to the government of the desired country. 400BAD REQUEST CodeNameDescription100APPLICATION_KEY_INVALIDThrown if either no or an invalid application key was provided110INVALID_JSON_MESSAGEIs thrown in case the request is invalid JSON111JSON_DOCUMENT_NOT_BASE64_ENCODEDIs thrown if the actual document is not properly base64-encoded within the message field of the JSON message.120EXPECTED_QUERY_PARAMETER_MISSINGIndicates that a required query parameter is missing in a request. Often this indicates that the appKey parameter is missing123QUERY_PARAMETER_UNKNOWNThe value of a provided query parameter is unknown to the service.200ARGUMENT_NULLIndicates that a required argument is null368DOCUMENT_NOT_VALIDMay be thrown by the service if the received document syntax is not valid 401UNAUTHORIZED In case the authentication credentials are not valid CodeNameDescription102CREDENTIALS_INVALIDThe provided credentials are invalid 403FORBIDDEN. In case the user could not be authenticated CodeNameDescription101USER_KEY_INVALIDThe user provided a wrong user key (deprecated)104USER_NOT_PERMITTEDThe user authenticated successfully but has no rights to fulfill the requested task 404NOT FOUND. In case the message could not be found 429TOO MANY REQUESTS. CodeNameDescription130TOO_MANY_REQUESTS_RECEIVEDIn order to prevent being spammed by poll requests and status queries the service makes use of a request cache. If the number of requests received in a certain amount of time exceed a certain threshold this error will be returned. Every 5 minutes the cache will be cleared automaticallyUpdated 9 months ago Get the status of a delivered message from the ecosio Integration HubFetch messages from the HubDid this page help you?YesNo