gigstack API
  1. Teams
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 payment
    • Cancel payment
    • Request payment
    • Register payment
    • Mark payment as paid
    • Refund payment
  • Teams
    • List teams
      GET
    • Create team
      POST
    • Get team
      GET
    • Update team
      PUT
    • Get team integrations
      GET
    • Add team member
      POST
    • Remove team member
      POST
    • Get team series
      GET
    • Create team series
      POST
    • Update team series
      PUT
    • Update team settings
      PUT
  • Users
    • List users
    • Create user
    • Get user
    • Update user
    • Reset user password
  1. Teams

Get team integrations

Prod Env
https://api.gigstack.io/v2
Prod Env
https://api.gigstack.io/v2
GET
https://api.gigstack.io/v2
/teams/integrations
Get available integrations for teams.
gigstack Connect: Access integrations for other teams using the team parameter.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.gigstack.io/v2/teams/integrations'
Response Response Example
{
    "message": "Operation completed successfully",
    "data": {}
}

Request

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

Responses

🟢200OK
application/json
Team integrations retrieved successfully
Body

Modified at 2025-08-19 00:01:14
Previous
Update team
Next
Add team member
Built with