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