Endpoint Examples
Update Member Details
Update the profile details of the authenticated member. This endpoint allows updating personal information such as phone number, gender, and biography.
PUT
Updates the profile details of the authenticated member. This endpoint allows updating personal information such as phone number, gender, and biography.
- 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
The body is of type object
.
Response
200
application/json
Member details updated successfully
The response is of type object
.