get https://{api_url}/api/v5/admin//addresses//edit
Retrieves the schema for editing an existing address.
The schema can be used to validate the payload for the Update Address API.
Log in to see full request history
Response
200Address Schema
Retrieves the schema for editing an existing address.
The schema can be used to validate the payload for the Update Address API.
200Address Schema
xxxxxxxxxx
curl --request GET \
--url https://example.jrni.com/api/v5/admin/company_id/addresses/id/edit \
--header 'accept: application/json'
Try It!
to start a request and see the response here!