This endpoint retrieves verification options 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.
Note that the response can return an empty options list, this can mean two things:
The authentication system on Partoo API is using API Key that should be put in the header of the request (the name of the header is x-APIKey). An api_key is linked to a user. This user's role will give you different access level to the API features.
Google location unique id on Partoo
OK
The status of the response success, warning or error.
"success"
List of available verification options returned.
OPTIONAL Details of the message. Can be one of the following:
listing_verified: The location is already verified (returned with a success status).listing_in_review: The location is already in review for verification (returned with a warning status).listing_disabled: The location is disabled (returned with a error status).listing_suspended: The location is suspended (returned with a error status).listing_status_not_found: The location is not found (returned with a error status).listing_verified, listing_in_review, listing_disabled, listing_suspended, listing_status_not_found null