Skip to content

Credit transaction history

GET
/api/v1/plans/transactions
curl --request GET \
--url https://dashboard.justcrawl.io/api/v1/plans/transactions \
--header 'Authorization: Bearer <token>'
page
integer

Page number (default 1)

pageSize
integer

Items per page (default 25, max 100)

Paginated credit transactions

Media type application/json
object
items
Array<object>
object
total
integer
Example generated
{
"items": [
{}
],
"total": 1
}