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 Carrier API

Rest API for carriers

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

Tagged areas include Carrier. 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 19 operations across 8 paths, and defines 13 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against a single base URL, https://rz3.aeb.de/demo1routing/rest.

19 operations 8 paths 13 schemas 4 DELETE8 GET7 PUT

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 Carrier 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 19

Across 8 paths, the API surfaces 19 operations — 4 DELETE, 8 GET, 7 PUT. Each is listed below with its method, path, parameters, and response codes.

Carrier 19

Rest API for carriers

GET
/carriers/{id}
Returns the carrier with the requested ID.
getCarrier 1 param → 200404
PUT
/carriers/{id}
Create or update the carrier with the specified ID. If the carrier with the given ID does not exist, a new carrier is created. If the carrier exists, the existing carrier is fully updated. Not filled…
createOrUpdateCarrier 1 param body → 200400
DELETE
/carriers/{id}
Delete the carrier with the specified ID.
deleteCarrier 1 param → 200404
GET
/carriers
Returns all carriers matching the given filter criteria. In case no carrier matches the given filter criteria, an empty collection is returned. If the filter field supports place holders ('' or '%'),…
searchCarriers 3 params → 200
GET
/carriers/{id}/info-texts
Returns all info texts of a carrier.
getInfoTexts 1 param → 200
PUT
/carriers/{id}/info-texts
Create or update all info texts of the specified carrier. If the info text with the given ID does not exist, a new info text is created. If the info text exists, the existing info text is fully updat…
createOrUpdateAllInfoTexts 1 param body → 200400
GET
/carriers/{id}/info-texts/{info-text-id}
Returns the info text of a carrier with the requested ID.
getInfoText 2 params → 200400404
PUT
/carriers/{id}/info-texts/{info-text-id}
Create or update an info text with the specified ID. If the info text with the given ID does not exist, a new info text is created. If the info text exists, the existing info text is fully updated. N…
createOrUpdateInfoText 2 params body → 200400
DELETE
/carriers/{id}/info-texts/{info-text-id}
Deletes the info text of a carrier with the requested ID.
deleteInfoText 2 params → 200404
GET
/carriers/{id}/services
Returns all services of a carrier.
getServices 1 param → 200
PUT
/carriers/{id}/services
Create or update all services of specified carrier. If a service with a given ID does not exist, a new service is created. If the service exists, the existing service is fully updated. Not filled fie…
createOrUpdateAllServices 1 param body → 200400
GET
/carriers/{id}/services/{service-id}
Returns the service of the carrier with the requested ID.
getService 2 params → 200404
PUT
/carriers/{id}/services/{service-id}
Create or update a service with the specified ID. If the service with the given id does not exist, a new service is created. If the service exist, the existing service is fully updated. Not filled fi…
createOrUpdateService 2 params body → 200400
DELETE
/carriers/{id}/services/{service-id}
Deletes the service of the carrier with the requested ID.
deleteService 2 params → 200404
GET
/carriers/{id}/value-added-services
Returns all value added services of a carrier.
getValueAddedServices 1 param → 200
PUT
/carriers/{id}/value-added-services
Create or update all value added services of a carrier with the requested ID. If a value added service with a given ID does not exist, a new value added service is created. If the value added service…
createOrUpdateAllValueAddedServices 1 param body → 200400
GET
/carriers/{id}/value-added-services/{value-added-service-id}
Returns a value added service of a carrier with the requested ID.
getValueAddedService 2 params → 200404
PUT
/carriers/{id}/value-added-services/{value-added-service-id}
Create or update a value added service of a carrier with the requested ID. If the value added service with the given ID does not exist, a new value added service is created. If the value added servic…
createOrUpdateValueAddedService 2 params body → 200400
DELETE
/carriers/{id}/value-added-services/{value-added-service-id}
Deletes a value added service of a carrier with the requested ID.
deleteValueAddedService 2 params → 200404

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are AebProblem (8 properties), Carrier (4 properties), AebProblemError (4 properties), CarrierInfoText (2 properties). Each schema is shown below with its type and property counts.

CarrierValueAddedServiceTextTranslation
object
2 properties 1 required
CarrierServiceList
object
1 property 1 required
CarrierInfoTextTextTranslation
object
2 properties 1 required
AebProblemError
object
Array of related errors
4 properties
CarrierPage
object
2 properties 2 required
Carrier
object
4 properties 4 required
CarrierServiceTextTranslation
object
2 properties 1 required
CarrierValueAddedService
object
2 properties 2 required
AebProblem
object
8 properties
CarrierValueAddedServiceList
object
1 property 1 required
CarrierService
object
2 properties 2 required
CarrierInfoText
object
2 properties 2 required
CarrierInfoTextList
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

aeb-carrier-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 Definition API
AEB Carrier Description API
AEB Carrier Event Service BF Bean API
AEB Carrier Setup API
Where this information came from

This is an independent, third-party profile of AEB Carrier 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.