cURL
curl --request GET \ --url https://commerce.driv.ly/api/partners/{id}
{ "data": { "id": "<string>", "name": "<string>", "addresses": [ "<string>" ], "phoneNumbers": [ "<string>" ], "contacts": [ "<string>" ], "developers": [ "<string>" ] }, "success": true }
Customer is uniquely identified by id
The number of levels of related objects to include in the response
Partner Found
Show child attributes
Company has Name
Customer is located at Addresses
Customer has Phone Number
Company has Contact
Partner employs Developer