MarminDeveloper Docs

List proforma invoice UUIDs


Retrieves a paginated list of proforma invoice UUIDs. See the right panel for the request and response examples.

Query parameters

ParameterTypeRequiredDescription
created_onstring
Required
Filter UUIDs by creation date. Format: yyyy-MM-dd.
pageinteger
Optional
Page number (0-indexed). Default: 0.
Response

Status code: 200 OK

Returns a paginated response containing an array of proforma invoice UUID strings.

See the right panel for complete response examples.

Error responses

StatusDescription
400 Bad RequestInvalid request parameters or validation failed. For validation errors, the response includes field-specific errors.
401 UnauthorizedAuthentication required or invalid token.
500 Internal Server ErrorAn error occurred while processing the request.
Next