GET /importers/{id}.json
GET
/importers/{id}.json
Path parameters
-
id integer(int64) Required
Numeric ID of the instance
Minimum value is
1
.
GET /importers/{id}.json
curl \
-X GET http://api.example.com/v1/importers/{id}.json
Response example (200)
{
"addressLineOne": "string",
"addressLineTwo": "string",
"city": "string",
"countries": [
"string"
],
"country": "string",
"createdAt": "2023-05-04T09:42:00+00:00",
"email": "string",
"firstName": "string",
"id": 42,
"lastName": "string",
"name": "string",
"phone": "string",
"state": "string",
"taxId": "string",
"updatedAt": "2023-05-04T09:42:00+00:00",
"zip": "string"
}