# GET individual proprietor names Get information about the matched individual proprietor names. Endpoint: GET /discovery/v1/proprietor-names/individual Version: 1.9.0 Security: oauthClientCredentials ## Query parameters: - `lastName` (string) Last name of the proprietor. Example: "Smith" - `givenName` (string) Given name(s) of the proprietor. Example: "Mary-Anne" ## Header parameters: - `x-correlation-id` (string) Optional unique UUID which can assist with tracing / debugging requests. Example: "824993ab-7366-4faa-963d-c456dec227a5" ## Response 200 fields (application/json): - `proprietorNames` (array, required) - `proprietorNames.lastName` (string) Proprietor's last name. - `proprietorNames.givenName` (string) Proprietor's given name. This can be empty if no given name is found or last name contains full name. ## Response 400 fields (application/json): - `errorType` (string) Stable error code that can be used to decide how to hand an error. Example: "UNAUTHORIZED" - `errorMessage` (string) Invalid Authorization token. ## Response 401 fields (application/json): - `errorType` (string) Stable error code that can be used to decide how to hand an error. Example: "UNAUTHORIZED" - `errorMessage` (string) Invalid Authorization token. ## Response 403 fields (application/json): - `errorType` (string) Stable error code that can be used to decide how to hand an error. Example: "UNAUTHORIZED" - `errorMessage` (string) Invalid Authorization token. ## Response 404 fields (application/json): - `errorType` (string) Stable error code that can be used to decide how to hand an error. Example: "UNAUTHORIZED" - `errorMessage` (string) Invalid Authorization token. ## Response 500 fields (application/json): - `errorType` (string) Stable error code that can be used to decide how to hand an error. Example: "UNAUTHORIZED" - `errorMessage` (string) Invalid Authorization token.