Create a new customer in the sandbox receive a 500 error. Google Reseller API v1

143 Views Asked by At

I have authenticated my request and when I'm trying to create a new customer in the sandbox, i receive a 500 error.

Request:

POST https://www.googleapis.com/apps/reseller/v1sandbox/customers
{
 "customerDomain": "test.com",
 "kind": "reseller#customer"
}

Response:

500 Internal Server Error
- Show headers -
{
 "error": {
  "code": 500,
  "message": null
 }
}
1

There are 1 best solutions below

1
On