Google Indexing API with Postman

1k views Asked by At

I want to use Postman to send request to Google Indexing API. After Request headers were successfully updated with authorization data for preview.

In Postman : enter image description here

I'm following Google Indexing API document : https://developers.google.com/search/apis/indexing-api/v3/using-api

After sending request POST in Postman, I stuck at this error. Please help me

1

There are 1 answers

0
w4dd325 On

The key value pair doesn't need double quotes.

And the body should be submitted as 'raw JSON' instead of 'form-data'.

enter image description here

More information can be read here: https://developers.google.com/search/apis/indexing-api/v3/using-api