gigstack API
  1. Clients
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. Clients

Get customer portal access token

Prod Env
https://api.gigstack.io/v2
Prod Env
https://api.gigstack.io/v2
POST
https://api.gigstack.io/v2
/clients/customerportal
Get access token for client customer portal.
gigstack Connect: Access other teams' customer portal using the team parameter.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.gigstack.io/v2/clients/customerportal'
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
Customer portal access token retrieved
Body

Modified at 2025-08-19 00:01:14
Previous
Validate client fiscal information
Next
Stamp pending receipts
Built with