Create customer signup session
Creates an Aura-hosted signup session for a customer onboarding flow. Use this when Aura should host part of the registration experience.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
returnUrl
Your URL that AURA redirects the customer back to once signup completes.
email
customerReferenceId
Your own reference for the customer.
siteDetails
Optional site details to pre-fill during signup.
Response
Successful.
sessionId
customerId
returnUrl
The AURA-hosted onboarding URL to redirect the customer to.
Errors
400
Bad Request Error
401
Unauthorized Error
