Request portal access
Generate a customer portal URL. Exactly one identifier (email, customerId, or externalId) is required.
Generate a customer portal URL. Exactly one identifier (email, customerId, or externalId) is required.
ApiKeyAuth In: header
application/json
TypeScript Definitions
Use the request body type in TypeScript.
email1 <= length <= 200application/json
application/json
application/json
curl -X POST "https://commet.co/api/portal/request-access" \ -H "Content-Type: application/json" \ -d '{}'Generate a customer portal URL. Exactly one identifier (email, customerId, or externalId) is required.
{
"success": true,
"data": {
"portalUrl": "string"
}
}{
"success": false,
"code": "string",
"message": "string",
"details": null
}{
"success": false,
"code": "string",
"message": "string",
"details": null
}