Receipts
Get receipt
Retrieve a specific receipt by ID.
gigstack Connect: View other teams' receipts using the team parameter.
get/receipts/{id}
Path parameters
idstring required
Receipt ID
Query parameters
teamstring
gigstack Connect: Target team ID for multi-team access.
Requires gigstack Connect enabled on your team and shared billing account.
Example: ?team=team_xyz789
Response
Receipt retrieved successfully
Example response
{
"message": "Operation completed successfully"
}