Global.Church Developer Portal
Global.Church API

Profile

Endpoint:https://api.global.church

CORS preflight for update-user-profile

OPTIONS
https://api.global.church
/v0/profile

CORS preflight for update-user-profileResponses

No content

No data returned

Update user profile

PATCH
https://api.global.church
/v0/profile

Updates first_name and last_name on the profiles table.

Update user profileHeaders

  • Authorizationstring · required

    The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Update user profileRequest Body

  • privyUserIdstring · required
  • firstNamestring · required
  • lastNamestring · required

Update user profileResponses

Profile updated

  • okboolean