Administration
Retrieve a dealer
Get details of the dealer by it's unique ID.
get/dealers/{id}
Path parameters
idstring required
The unique ID of the resource.
Example:NzAwNTUxOTA5NzczMTQ4MTYw
The unique ID of the dealer.
Response
OK
Example response
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw",
"email": "example@example.com"
}