Skip to main content
GET
List Issues

Authorizations

Authorization
string
header
default:your-api-key
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
enum<string>

Issue status.

Available options:
draft,
sending,
sent,
failed
isPublic
boolean

Filter by website visibility. Use true for custom website issue lists.

limit
integer

Maximum rows.

Required range: 1 <= x <= 200

Response

Successful response.

ok
enum<boolean>
required
Available options:
true
data
object[]
required