Google
Start Google Location Verification Process
This endpoint initiates the verification process for a specific Google location identified by google_location_id. It requires authentication and authorization to access. The user must have at least the role of a BUSINESS_MANAGER to use this endpoint.
The endpoint ensures that the chosen verification method has all the necessary information for the specific method chosen. If any required information is missing, it raises an error with the associated error message.
post/verifications/google-locations/{google_location_id}/start
Path parameters
google_location_idstring required
Google location unique id on Partoo
Request body
Example request
{
"phone_number": "+33187662490",
"email": "email.api@partoo.fr",
"full_name": "John Doe"
}Response
OK
Example response
{
"status": "success"
}