cURL
curl --request POST \ --url https://api.chessa.ai/v1/users/address \ --header 'Content-Type: application/json' \ --data ' { "additional": "Apt 4B", "city": "Lagos", "country": "NG", "postalCode": "105102", "region": "LA", "street": "821 Folashade Abike St" } '
{ "address": { "additional": "Apt 4B", "city": "Lagos", "country": "NG", "createdAt": "2025-03-12T14:30:42.456Z", "id": "b2c3d4e5-f6g7-8h9i-10j11-k12l13m14n15", "postalCode": "105102", "region": "LA", "street": "821 Folashade Abike St", "userId": "a1b2c3d4-e5f6-7g8h-9i10-j11k12l13m14" }, "message": "Address added successfully" }
Update address for current user.
""
"Apt 4B"
"Lagos"
"NG"
"105102"
"LA"
"821 Folashade Abike St"
Success Response
Show child attributes
"Address added successfully"
Was this page helpful?