cURL
curl --request GET \ --url https://api.ziplink.click/v1/workspaces/{workspace_id}/invoices
{ "items": [ { "created_at": "2023-11-07T05:31:56Z", "currency": "USD", "generated_at": "2023-11-07T05:31:56Z", "id": "ab782971-4d79-47ab-8685-77cf5a34b2bb", "status": "paid", "total": 1000, "updated_at": "2023-11-07T05:31:56Z" } ], "pagination": { "page_number": 5, "page_size": 100, "total": 1000 } }
Returns the paginated list of invoices in the workspace
ID of the workspace.
"ab782971-4d79-47ab-8685-77cf5a34b2bb"
Number of resources to skip.
x >= 0
Number of resources to return.
1 <= x <= 1000
OK
The response is of type object.
object