- Requires both an API key and a Firebase ID token.
- All fields in the request body are optional.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Your client API key from the dashboard (Settings page).
Body
application/json
Member details to update
Member's phone number in international format (e.g., +1234567890).
Example:
"+1234567890"
Member's gender. Common values include 'male', 'female', 'other'.
Available options:
male
, female
, other
Example:
"male"
Member's biography or personal description.
Example:
"Member's biography here"