Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.maesn.com/llms.txt

Use this file to discover all available pages before exploring further.

Field support per integration

Please ensure the parameter taskId is accurately populated with the appropriate task ID. You can obtain this value by executing an asynchronous POST request.For more info about asynchronous tasks visit the Asynchronous Task section.
Support rawData: false
Supported Response Fields:
status
enum
Available options: IN_PROGRESS, FINISHED
information
InformationResponseDto[]
responseData
object
If any response data is returned after the request is finished, you will find it here.
Please ensure the parameter taskId is accurately populated with the appropriate task ID. You can obtain this value by executing an asynchronous POST request.For more info about asynchronous tasks visit the Asynchronous Task section.
If you’re not using the Interactive Authentication Flow, make sure the query parameter companyId is accurately populated with the appropriate company ID. You can obtain this value by using the GET Companies endpoint available under the Authentication section.
Support rawData: false
Supported Response Fields:
status
enum
Available options:OPEN, IN_PROGRESS, SUCCESS, FAILED, PARTIAL_SUCCESS, CANCELLED_SUCCESSFULLY,CANCEL_FAILED
information
InformationResponseDto[]
Please ensure the parameter taskId is accurately populated with the appropriate task ID. You can obtain this value by executing an asynchronous POST or GET request.For more info about asynchronous tasks visit the Asynchronous Task section.
If you’re not using the Interactive Authentication Flow, make sure the query parameter companyId is accurately populated with the appropriate company ID. You can obtain this value by using the GET Companies endpoint available under the Authentication section.
The pagination is only supported for asynchronous GET requests. Only page parameter is accepted. The limit is 50000 entries per page and cannot be modified.
Support rawData: falseSupport pagination: true
Supported Response Fields:
status
enum
Available options:SUCCESS, IN_PROGRESS, FINISHED, FAILED, DELETED
information
InformationResponseDto[]
responseData
object
If any response data is returned after the request is finished, you will find it here.
Last modified on April 30, 2026