PodboxTicketActionRequest: {
    action: PodboxTicketAction;
    credential: Credential;
    eventId: string;
    ticketId: string;
}

Request body for hitting the Podbox action API on the backend.

Type declaration

  • action: PodboxTicketAction

    The action a member of a pipeline wants to take.

  • credential: Credential

    This is a semaphore signature of a CredentialPayload, signed using the Zupass Semaphore identity of the user who has a ticket that the user claims grants them the permission to check tickets issued by the generic issuance service in.

  • eventId: string
  • ticketId: string

Generated using TypeDoc