etoeadmit
home
Etoeadmit API is designed to offer external companies the possibility to register data with Correos for the times they want to export to other countries.
home
Etoeadmit API is designed to offer external companies the possibility to register data with Correos for the times they want to export to other countries.
The method exposed is the following:
- publicEtoeAdmit: This operation expects data of the item (exporter, receiver, content of the item, etc.). It generates and returns an item code (S10) used by Correos for the item, and also labels (with or without CN22, depending on the case) and, if required, the CN32 CP71 document.
The URLs of the API for the different environments are as follows::
DMZ
PRO: https://api1.correos.es/logistics/etoeadmit/api/v1
PRE: https://api1.correospre.es/logistics/etoeadmit/api/v1
DES: N/A
The security policies applied in DMZ and RI are different.
Security Policy (DMZ):
This API applies the following policies:
- "Client ID Enforcement", https://docs.mulesoft.com/api-manager/2.x/client-id-based-policies. First, the client application must request access to this API, after which a pair of client_id and client_secret will be provided. Once the API owners accept the request, the client will be granted the ability to make requests to the API if the HTTP request headers client_id and client_secret are correctly set.
- "JWT Validation", https://docs.mulesoft.com/mule-gateway/policies-included-jwt-validation.