Show Contact
GET /dealerships/{dealership_id}/contacts/{id}
GET
/dealerships/{dealership_id}/contacts/{id}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” dealership_id
required
string
Dealership ID
id
required
string
Contact ID
Responses
Section titled “ Responses ”Show contact
Examples
{ "id": 1, "dealership_id": 1, "first_name": "John", "postcode": null, "vehicles": [ { "make": "Toyota", "model": "Corolla", "year": 2019, "rego": "ABC123", "id": 1 } ]}