List media
Lists media items (photos) for a Google Business Profile location. Returns photo URLs, descriptions, categories, and metadata.
Authorization
bearerAuth API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Path Parameters
Query Parameters
Override which location to query. If omitted, uses the account's selected location. Use GET /gmb-locations to list valid IDs.
Number of items to return (max 100)
1 <= value <= 100100Pagination token from previous response
Response Body
application/json
application/json
application/json
{ "success": true, "accountId": "string", "locationId": "string", "mediaItems": [ { "name": "string", "mediaFormat": "PHOTO", "sourceUrl": "string", "googleUrl": "string", "thumbnailUrl": "string", "description": "string", "createTime": "2019-08-24T14:15:22Z", "locationAssociation": { "category": "string" } } ], "nextPageToken": "string", "totalMediaItemsCount": 0}Complete a verification
Completes a PENDING verification by submitting the PIN/code Google sent the business (postcard code, SMS PIN, etc.). On success the verification moves to COMPLETED.
Upload photo
Creates a media item (photo) for a location from a publicly accessible URL. Categories determine where the photo appears: CATEGORY_UNSPECIFIED, COVER, PROFILE, LOGO, EXTERIOR, INTERIOR, PRODUCT, FOOD_AND_DRINK, MENU, COMMON_AREA, ROOMS, TEAMS, AT_WORK, ADDITIONAL.