Logo
Account Management API Documentation

Update Account

PUT {{url}}/v1/accounts/:accountID

Updates the details of the specified account. You can send only the properties and values that must be updated.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X PUT 'https://b749daa2-85c8-4e1e-8ccf-129deea832d5.mock.pstmn.io/v1/accounts/:accountID' -d '{"first_name":"Jonathan","email":"johnathan@doe.com"}'

ENDPOINTS