curl --request GET \ --url https://api.maesn.dev/user/user-info \ --header 'X-ACCOUNT-KEY: <x-account-key>' \ --header 'X-API-KEY: <x-api-key>'
{ "meta": { "warnings": [ "Field not used by target system" ], "pagination": { "total": 123, "perPage": 123, "currentPage": 123, "totalPages": 123 } }, "data": [ { "account_id": "eaa28f49-6028-4b6e-bb12-d8f6278073fc", "family_name": "Doe", "name": "John" } ] }
DATEV Rechnungswesen
Supported Response Parameters:
DATEV Unternehmen Online
API key
Account key
The response is of type object.
object
Was this page helpful?