Get customer signup session

Retrieves the current state of a hosted signup session after it was created for customer onboarding.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired
Hosted signup session identifier.

Response

Successful.
idstringOptionalformat: "uuid"
The signup session ID.
customerIdinteger or nullOptional
customerReferenceIdstring or nullOptional
returnUrlstringOptionalformat: "uri"
siteDetailsobject or nullOptional
flowslist of stringsOptional

The hosted flow steps configured for this session, e.g. payment, auth, download.

createdAtdatetimeOptional
updatedAtdatetimeOptional

Errors

401
Unauthorized Error
404
Not Found Error