Google
Complete Google Location Verification Process
This endpoint completes the Google location verification process identified by google_location_id. It requires authentication and authorization with at least the role of BUSINESS_MANAGER.
If the verification process is not in the PENDING status, or if the PIN code is invalid, an error response will be returned. If the completion is successful, the verification status of the location will be updated.
post/verifications/google-locations/{google_location_id}/complete
Path parameters
google_location_idstring required
Google location unique id on Partoo
Request body
Example request
{
"pin_code": "1234"
}Response
OK
Example response
{
"status": "success"
}