Get Importer of Record by ID

Retrieves a specific Importer of Record entry by its unique id.

SecuritybearerAuth
Request
path Parameters
id
required
string

Unique identifier of the Importer of Record entry.

Responses
200

Specified importer of record has beed retrived successfully.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

get/api/v1/importerofrecord/{id}
Request samples
Response samples
application/json
{
  • "id": "68afedcf556ad316aa50ccc7",
  • "iorCode": "code28080001",
  • "description": "this is description for test codehashcode28080001",
  • "countryCode": "US",
  • "archived": false
}