post https://app.claimssnap.io/api/public/users//addresses
Adds a new address for the client. All address1 addresses and aliases must be unique for each customer.
Log in to see full request history
Response
201Adds a new address for the client. All address1 addresses and aliases must be unique for each customer.
201xxxxxxxxxx
curl --request POST \
--url https://app.claimssnap.io/api/public/users/userId/addresses \
--header 'content-type: application/json' \
--data '{"state":"AL"}'
Try It!
to start a request and see the response here!