GETADITUS/Ticket purchase & registration/Cart/Registration/Get item registration prefill data

Get item registration prefill data

GET{{API_BASE_URL}}/shop/v1/cart/:cart/items/:item/registration/self/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.

Headers#headers

Accept-Language{{LANGUAGE}}

Responses#responses

200OKGet item registration prefill data