Customer Resource

The Customer resource displays the customer ID and name configured in the Convera API.

{
    "id": string,
    "name": string
}
{
    "id": "Customer123",
    "name": "Warehouse Widgets, Inc."
}