MarminDeveloper Docs

List sales credit note UUIDs


Retrieves a paginated list of sales credit note 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 credit note UUID strings.

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