Recaptcha enterprise - invalid API key response

zz_
Bronze 1
Bronze 1

I am attempting to set up enterprise Recaptcha integration, and have reached the stage of making the assessment call from our application server via a REST API call. However when making this API call I'm receiving the following error response:

 

{
  "error": {
    "code": 400,
    "message": "API key not valid. Please pass a valid API key.",
    "status": "INVALID_ARGUMENT"
  }
}

 

 Can you please clarify the difference between the values required for the KEY_ID and API_KEY fields, and where to find the required values for both? The "use an API key" section of the documentation doesn't give sufficient detail.

7 0 69