GET
/
partners
/
{id}
curl --request GET \
  --url https://commerce.driv.ly/api/partners/{id}
{
  "data": {
    "developers": [
      "dev_3dj29dj3j9d3"
    ]
  },
  "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

200
application/json

Partner Found

The response is of type object.