Skip to main content
GET
/
developers
/
{id}
Retrieve a Developer
curl --request GET \
  --url https://commerce.driv.ly/api/developers/{id}
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "addresses": [
      "<string>"
    ],
    "phoneNumbers": [
      "<string>"
    ],
    "contacts": [
      "<string>"
    ]
  },
  "success": true
}

Path Parameters

id
string
required

Customer is uniquely identified by id

Query Parameters

depth
integer

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

Response

Developer Found

data
Developer · object
success
boolean