Skip to main content
GET
/
accounts
/
{id}
Retrieve an Account
curl --request GET \
  --url https://commerce.driv.ly/api/accounts/{id}
{
  "data": {
    "id": "<string>",
    "consumer": "<string>",
    "lead": "<string>",
    "anonymousIds": [
      "<string>"
    ]
  },
  "success": true
}

Path Parameters

id
string
required

Account is uniquely identified by id

Query Parameters

depth
integer

The number of levels of related objects to include in the response

Response

Account Found

data
Account · object
success
boolean