Skip to main content
PATCH
Update personal profile (name, phone, theme)

Authorizations

Authorization
string
header
required

API key for /api/v1/* endpoints

Body

application/json
first_name
string

First name

Example:

"Samuel"

last_name
string

Last name

Example:

"Uzor"

phone
string

Phone number

Example:

"+2348110015132"

theme_preference
enum<string>

UI theme preference

Available options:
system,
dark,
light
Example:

"system"

Response

Profile updated successfully.