team
parameter.curl --location --request POST 'https://api.gigstack.io/v2/clients/customerportal?team' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "client_1234567890",
"email": "client@example.com"
}'
{
"message": "Customer portal retrieved successfully",
"data": {
"url": "https://portal.gigstack.pro/portal_123?sessionId=otpcustomerportal_abc&c=secure_code_xyz",
"expires_at": 1693900800000,
"session_id": "otpcustomerportal_abc123"
}
}