Skip to main content
POST
Create Registrant Token

Authorizations

Authorization
string
header
required

OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.

Body

multipart/form-data
event_id
string
Example:

"49"

fields[email]
string
Example:

"atomkiewicz@hotmail.com"

fields[first_name]
string
Example:

"Aleshia"

fields[last_name]
string
Example:

"Tomkiewicz"

fields[package_id]
string
Example:

"11"

fields[reg_type_id]
string
Example:

"20"

Response

200 - application/json

Create Registrant Token

event_id
number
Example:

49

id
string
Example:

"123"

token
string
Example:

"nXGTJ-SfjLbOWNXwh6xXQDuUYFhZ5puH_1482142194"

url
string
Example:

"https://client.swoogo.com/event/resume?i=nXGTJ-SfjLbOWNXwh6xXQDuUYFhZ5puH_1482142194"