Create a customer portal session
Creates a portal session for the customer. Returns a short-lived URL to the customer portal.
Authentication
AuthorizationBearer
API Key authentication using Bearer token
Request
Body
customerId
The Paid customer ID (display ID or UUID). Either this or externalCustomerId must be provided.
externalCustomerId
Your external customer ID. Either this or customerId must be provided.
returnUrl
expiresAt
Response
201
id
customerId
url
status
Allowed values:
returnUrl
expiresAt
createdAt
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error