Get item registration prefill data
The endpoint retrieves pre-filled registration data for a specific item in the cart.
Request
This request does not have a request body.
Response
The data object contains:
-
registrationType(string): The type of registration being pre-filled. -
answers(array): An array of pre-filled answers for the registration, each containing:-
isReadOnly(boolean): Indicates if the answer is read-only. -
bindingMember(string): The binding member for the answer. -
value(string): The pre-filled value for the answer.
-
Authentication#auth
This endpoint does not require authentication.