API
identity.signupForBeta
API
identity.signupForBeta
Completes an avatar image upload. Must be called after the file upload process completes.
POST https://identity.api.rivet.gg/v1/identities/self/beta-signup
curl -X POST -d '@body.json' 'https://identity.api.rivet.gg/v1/identities/self/beta-signup'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
company_name
string
company_sizerequired
string
goalsrequired
string
namerequired
string
preferred_toolsrequired
string
curl -X POST -d '@body.json' 'https://identity.api.rivet.gg/v1/identities/self/beta-signup'