cURL
curl --request PATCH \ --url https://commerce.driv.ly/api/accounts/{id} \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "consumer": "<string>", "lead": "<string>", "anonymousIds": [ "<string>" ] } '
{ "data": { "id": "<string>", "consumer": "<string>", "lead": "<string>", "anonymousIds": [ "<string>" ] }, "success": true }
Account is uniquely identified by id
The number of levels of related objects to include in the response
Consumer logs into Account
Lead logs into Account
Account was logged in to by Anonymous ID
Account Updated
Show child attributes