GET
/issues
https://api.merge.dev/api/accounting/v1/issues
US
EU
APAC
Gets all issues for Organization.
Query & Path Parameters
cursor
StringOptional
The pagination cursor value.
end_date
StringOptional
If included, will only include issues whose most recent action occurred before this time
end_user_organization_name
StringOptional
first_incident_time_after
DateTime (ISO 8601)Optional
If provided, will only return issues whose first incident time was after this datetime.
first_incident_time_before
DateTime (ISO 8601)Optional
If provided, will only return issues whose first incident time was before this datetime.
include_muted
StringOptional
If true, will include muted issues
integration_name
StringOptional
last_incident_time_after
DateTime (ISO 8601)Optional
If provided, will only return issues whose last incident time was after this datetime.
last_incident_time_before
DateTime (ISO 8601)Optional
If provided, will only return issues whose last incident time was before this datetime.
linked_account_id
StringOptional
If provided, will only include issues pertaining to the linked account passed in.
page_size
IntegerOptional
Number of results to return per page.
start_date
StringOptional
If included, will only include issues whose most recent action occurred after this time
status
StringOptional
Status of the issue. Options: ('ONGOING', 'RESOLVED')
GET
/issues/{id}
https://api.merge.dev/api/accounting/v1/issues/{id}
US
EU
APAC
Get a specific issue.
Query & Path Parameters
id
UUIDRequired