Google Indexing API with Postman

1.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 best solutions below

0
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