# Get a Key Retrieves the payload from the table with the specified key. The request must contain key/value pairs for all primary keys as defined in table. Endpoint: POST /kvservice.fetchkey/{tableName} Security: basic, X-PriceFx-jwt ## Path parameters: - `tableName` (string, required) A name of the table you want to retrieve the "payload" from. ## Request fields (application/json): - `data` (object) - `data.keys` (object) - `data.keys.sku` (string) - `data.keys.customer` (string) ## Response 200 fields