Create mobile participant token
Creates or returns a participant using the same input behavior as Add Participant, then returns a participant-scoped token for GrowSurf mobile SDK participant endpoints. Use this endpoint from your backend after your mobile app authenticates a signed-in user. The program must have mobile SDK access enabled.
Path parameters
GrowSurf program ID.
Request body
Response
Participant and mobile participant token returned.
Changes
Changed in 3 of the 7 revisions of this API.4
- ○
added the optional property
participant/payoutSettingsto the response with the200statusresponse-optional-property-added
- ○
- ○
added the new optional request property
mobileInstanceIdnew-optional-request-property
- ○
added the optional property
participant/mobileInstanceIdto the response with the200statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○