Skip to content
Open the portal
Developer docs

Notice Queue

GET
/v1/notices/queue
curl --request GET \
--url 'https://example.com/v1/notices/queue?limit=100'

Adverse decisions and where their notice stands, oldest deadline first.

limit
Limit
integer
default: 100 <= 500

Successful Response

Media typeapplication/json
Response Notice Queue V1 Notices Queue Get
object
key
additional properties
any
Examplegenerated
{}

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object
Examplegenerated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example",
"input": "example",
"ctx": {}
}
]
}