gigstack API
  1. Invoices
gigstack API
  • Clients
    • List clients
      GET
    • Create client
      POST
    • Get client
      GET
    • Update client
      PUT
    • Delete client
      DELETE
    • Validate client fiscal information
      POST
    • Get customer portal access token
      POST
    • Stamp pending receipts
      POST
  • Services
    • List services
      GET
    • Create service
      POST
    • Get service
      GET
    • Update service
      PUT
    • Delete service
      DELETE
  • Invoices
    • List income invoices
      GET
    • Create income invoice
      POST
    • Get income invoice
      GET
    • Get invoice files
      GET
    • Cancel invoice
      DELETE
  • Payments
    • List payments
      GET
    • Get payment
      GET
    • Cancel payment
      DELETE
    • Request payment
      POST
    • Register payment
      POST
    • Mark payment as paid
      POST
    • Refund payment
      POST
  • Teams
    • List teams
    • Create team
    • Get team
    • Update team
    • Get team integrations
    • Add team member
    • Remove team member
    • Get team series
    • Create team series
    • Update team series
    • Update team settings
  • Users
    • List users
    • Create user
    • Get user
    • Update user
    • Reset user password
  1. Invoices

Get income invoice

Prod Env
https://api.gigstack.io/v2
Prod Env
https://api.gigstack.io/v2
GET
https://api.gigstack.io/v2
/invoices/income/{id}
Retrieve a specific income invoice by ID.
gigstack Connect: Access other teams' invoices using the team parameter.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.gigstack.io/v2/invoices/income/'
Response Response Example
{
    "message": "Operation completed successfully",
    "data": {}
}

Request

Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
Path Params

Query Params

Responses

🟢200OK
application/json
Invoice retrieved successfully
Body

Modified at 2025-08-19 00:01:14
Previous
Create income invoice
Next
Get invoice files
Built with