Skip to main content
GET
/
api
/
v1
/
event
/
registration
/
field
GET /api/v1/event/registration/field
curl --request GET \
  --url https://api.scoot.app/api/v1/event/registration/field \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": 123,
    "name": "<string>",
    "description": "<string>",
    "required": true
  }
]
Gets registration field information.

Authorizations

X-API-Key
string
header
required

Query Parameters

socialEventId
string<uuid>
required

Response

200 - application/json

OK

id
integer
name
string
description
string
required
boolean