RSVPs

Get Form Responses from a Event

GET /admin/events/{id}/form-responses

Path Parameters

Name
Type
Description

id*

Integer

Id of the event

Headers

Name
Type
Description

Client-Key*

String

Your client key

Authorization*

String

Bearer access_token

{
    "data": [
        {
            "form_response": [
                "khofifah ummu zakiyah",
                "khof",
                "sutorejo selatan no IV ",
                "ya",
                "siti alimah ",
                "snsnkjdns",
                "ASJB Korwil Jakarta Selatan",
                "kjsdkjkdj"
            ]
        },
    ]
}

Get Event Form Registration

GET /admin/events/{id}/form-registration

Path Parameters

Name
Type
Description

id*

Integer

ID of the events

Headers

Name
Type
Description

Client-Key*

String

Your client Key

Authorization

String

Your admin bearer token

Get Event RSVPs

GET /admin/events/{id}/rsvps

Path Parameters

Name
Type
Description

id*

Integer

ID of the events

Headers

Name
Type
Description

Client-Key*

String

Your client Key

Authorization*

String

Your admin bearer token

Get Event RSVP Detail

GET /admin/events/{id}/rsvps/{rsvpId}

Path Parameters

Name
Type
Description

id*

Integer

ID of the events

rsvpId*

Integer

ID of the rsvp

Headers

Name
Type
Description

Client-Key*

String

Your client Key

Authorization*

String

Your admin bearer token

Get Event RSVP Tickets

GET /admin/events/{id}/rsvps/tickets

Path Parameters

Name
Type
Description

id*

Integer

ID of the events

Headers

Name
Type
Description

Client-Key*

String

Your client Key

Authorization*

String

Your admin bearer token

Get Event RSVP Ticket Detail

GET /admin/events/{id}/rsvps/tickets/{ticketId}

Path Parameters

Name
Type
Description

id*

Integer

ID of the events

ticketId*

Integer

ID of the ticket

Headers

Name
Type
Description

Client-Key*

String

Your client Key

Authorization*

String

Your admin bearer token

Check RSVP Ticket Code

POST /dashboard/events/{id}/rsvps/codes

Path Parameters

Name
Type
Description

id*

Integer

ID of the event

Headers

Name
Type
Description

Client-Key*

String

Your client Key

Authorization

String

Your Bearer Token

Request Body

Name
Type
Description

code*

String

Check-In RSVP Ticket Code

POST /dashboard/events/{id}/rsvps/checkin

Path Parameters

Name
Type
Description

id*

Integer

ID of the event

Headers

Name
Type
Description

Client-Key*

String

Your client Key

Authorization

String

Your Bearer Token

Request Body

Name
Type
Description

code*

String

name*

String

email

String

phone

String

Last updated