API
identity.validateProfile
API
identity.validateProfile
Validate contents of identity profile. Use to provide immediate feedback on profile changes before committing them.
POST https://identity.api.rivet.gg/v1/identities/self/profile/validate
curl -X POST -d '@body.json' 'https://identity.api.rivet.gg/v1/identities/self/profile/validate'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
display_name
string
account_number
integer
bio
string
Follows regex ^(?:[^\n\r]+\n?|\n){1,5}$
curl -X POST -d '@body.json' 'https://identity.api.rivet.gg/v1/identities/self/profile/validate'