This page helps you to get started with the maesn API
POST
results in the creation of a new resource of a given type.
GET
returns the given resource’s representation without any side effects.
PATCH
partially or fully changes the state of the given resource.
PUT
replaces a given resource or creates (upserts) a new resource if the given resource does not already exist.
DELETE
removes or hides a given resource making it inaccessible.
meta
: A meta object that contains non-standard information (pagination, warnings, etc.). Including the meta key is optional.data
: Contains the actual response information (requested resource representation). The document’s “primary data”.errors
: An array of error objects.data
and errors
will never coexist in the same response.
The primary data is either:
DE
for Germany.