How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

AEB Export Control API

API for export control

AEB Export Control API is one of 67 APIs that AEB publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Export Control. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, a changelog, and a GitHub repository.

This API exposes 9 operations across 9 paths, and defines 40 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against 2 base URLs: https://rz3.aeb.de/test2bsm/rest, https://rz3.aeb.de/test4ce/rest.

9 operations 9 paths 40 schemas 9 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://rz3.aeb.de/test2ici/rest
Authentication
API Key, HTTP Basic
Resource Areas
1

Authentication & Security 2

AEB Export Control API declares 2 security schemes for authenticating requests. An API key is passed in the header as X-XNSG_WEB_TOKEN (SWAGGER_AUTH_KEY). It accepts HTTP basic authentication (BASIC_AUTH). By default, every request must be authenticated.

Paths & Operations 9

Across 9 paths, the API surfaces 9 operations — 9 POST. Each is listed below with its method, path, parameters, and response codes.

Export Control 9

API for export control

POST
/ExportControl/v2/acknowledgeGetChangedTransactions
Acknowledge changed results of EC check transactions.
acknowledgeGetChangedTransactions body → 200401405406415500
POST
/ExportControl/v2/checkTransaction
Check a transaction in Export Controls.
checkTransaction body → 200401405406415500
POST
/ExportControl/v2/createQuestionnaireForTransaction
Create a new questionnaire for a transaction in Export Controls
createQuestionnaireForTransaction body → 200401405406415500
POST
/ExportControl/v2/deleteTransaction
To be invoked when a transaction in the partner system is deleted.
deleteTransaction body → 200401405406415500
POST
/ExportControl/v2/finalizeClearing
Finalize a clearing.
finalizeApproval body → 200400401405406415500
POST
/ExportControl/v2/getChangedTransactions
Get the changed results of EC check transactions.
getChangedTransactions body → 200401405406415500
POST
/ExportControl/v2/getTransactionCheckResult
Gets the check result for a certain EC check transaction.
getTransactionCheckResult body → 200401405406415500
POST
/ExportControl/v2/updateCustomsInfo
Update customs info.
updateCustomsInfo body → 200400401405406415500
POST
/ExportControl/v2/finalizeApproval
Finalize an approval.
finalizeApproval body → 200400401405406415500

Schemas 40

The contract defines 40 schemas that model the data the API accepts and returns. The most detailed are ECItemDTO (22 properties), ECPartnerDTO (19 properties), UpdateCustomsInfoRequestDTO (12 properties), CheckTransactionRequestDTO (9 properties). Each schema is shown below with its type and property counts.

ECAmountDTO
object
A pair of a value with a currency.
2 properties
CreateQuestionnaireForTransactionResponseDTO
object
The response to a request to explicitly create a questionnaire. Empty on success.
4 properties
DeleteTransactionRequestDTO
object
Represents a request to delete a check transaction in Export Controls. clientIdentCode and clientSystemId are mandatory fields. Client system ID "COMPLIANCE SE…
5 properties 1 required
CreateQuestionnaireForTransactionRequestDTO
object
A request to explicitly create a questionnaire for an EC check transaction.
8 properties 3 required
CheckTransactionRequestDTO
object
Represents a request to check a transaction in Export Controls. clientIdentCode and clientSystemId are mandatory fields. Client system ID "COMPLIANCE SERVER" i…
9 properties 2 required
UpdateCustomsInfoResponseDTO
object
Response of /ExportControl/v2/updateCustomsInfo .
4 properties
ECCompletionStatusDTO
object
The completion status of the product data for a specific jurisdiction.
2 properties
AcknowledgeGetChangedTransactionsResponseDTO
object
Response for /ExportControl/v2/acknowledgeGetChangedTransactions .
4 properties
ECClassificationDTO
object
An attribute with a value for a transaction item.
2 properties
NamedGenericDataRecordDTO
object
A generic data record with a name. Wrapper class to encapsulate subrecords with their name and with the ability to have explicit null records.
2 properties
UpdateCustomsInfoRequestDTO
object
Represents a request to update customs information in Export Controls. clientIdentCode is a mandatory field.
12 properties 3 required
CreateRAQuestionnaireDataDTO
object
Initial data for a new questionnaire.
5 properties
ECPluginCheckResultDTO
object
The export control result of a jurisdiction checked for a transaction item.
3 properties
FinalizeApprovalRequestDTO
object
Represents a request to finalize an approval in Export Controls. clientIdentCode is a mandatory field.
7 properties 3 required
ECLocalizedTextDTO
object
Encapsulates a text in one language.
2 properties
GenericDataFieldDTO
object
A field of a generic data record.
3 properties
GetChangedTransactionsRequestDTO
object
Request to get the changed results of EC check transactions.
4 properties
GetTransactionCheckResultResponseDTO
object
Response when getting the check result of a certain EC check transaction.
6 properties
ECTransactionCheckResultV2DTO
object
The export control result for a whole transaction. Note that this DTO is inspired by ECTotalCheckResultDTO and CheckTransactionResponseDTO. There is no explici…
4 properties
ECApprovalInfoV2DTO
object
DTO representing an approval used to release a restriction or a required license in a jurisdiction for a transaction item.
6 properties
ECApprovalInfoDTO
object
DTO representing an approval used in the current item to release a restriction or a required license.
7 properties
ECItemCheckResultDTO
object
The export control result for one item of the transaction.
4 properties
CheckTransactionRAParmsDTO
object
Parameters to integrate Risk Assessment in an export control check.
4 properties
DeleteTransactionResponseDTO
object
Response of /ExportControl/v2/deleteTransaction .
4 properties
GetTransactionCheckResultRequestDTO
object
Request to get the check result of a certain EC check transaction.
5 properties 1 required
ECTransactionDTO
object
Data about the transaction.
6 properties 2 required
ErrorData
object
2 properties
CheckTransactionResponseDTO
object
Represents a response of checking a transaction in Export Controls.
6 properties
FinalizeApprovalResponseDTO
object
Response of /ExportControl/v2/finalizeApproval .
4 properties
GenericDataRecordDTO
object
A generic record of data. Each field is qualified by name and type and has a value.
2 properties
ECItemCheckResultV2DTO
object
The export control result for one item of the transaction.
4 properties
ECLicenseReferenceDTO
object
DTO used for referencing a real license and license item.
2 properties
ECItemDTO
object
One item of a transaction to be checked for export control restrictions.
22 properties 2 required
ECIdentityOfGoodsDTO
object
Specifies the identity of goods.
2 properties
ECJurisdictionFilterDTO
object
Allows to filter (, i.e., restrict) the jurisdictions to consider in export control checks. This is possible in the following ways: Limiting filter mode (value…
2 properties 1 required
ECPartnerDTO
object
DTO for a partner (typically a company) related to this export process. A partner can be the seller, the buyer, the receiver the final user, ...
19 properties 1 required
ECPluginCheckResultV2DTO
object
The export control result of a jurisdiction checked for a transaction item.
3 properties
TextInLanguageDTO
object
A translated text in one of the specified languages.
2 properties
AcknowledgeGetChangedTransactionsRequestDTO
object
Request to acknowledge changed results of EC check transactions.
5 properties
ResponseMessageDTO
object
Result messages like errors or warnings.
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

aeb-export-control-api-openapi.yml Raw ↑

Other APIs AEB publishes across the network.

AEB AEB Delivery API
AEB Billing API
AEB Billing Scenario API
AEB BIS Audit BF Bean API
AEB BISBF Bean API
AEB BSM Carrier API
AEB BSM International Customs API
AEB BSM Sync API
AEB Carrier API
AEB Carrier Definition API
AEB Carrier Description API
AEB Carrier Event Service BF Bean API
Where this information came from

This is an independent, third-party profile of AEB Export Control API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.