patch https://app.claimssnap.io/api/public/users//addresses/
Updates an existing customer address by its alias. The alias can be obtained from the endpoint: /api/public/users/{userId}/addresses
Log in to see full request history
Response
Updates an existing customer address by its alias. The alias can be obtained from the endpoint: /api/public/users/{userId}/addresses
xxxxxxxxxx
curl --request PATCH \
--url https://app.claimssnap.io/api/public/users/userId/addresses/alias \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"state":"AL"}'
Try It!
to start a request and see the response here! Or choose an example: