cURL
curl --request GET \ --url https://api.gmbapi.com/external-api/gmb/organization/account \ --header 'Authorization: Bearer <token>'
{ "success": true, "payload": { "id": "acc_111", "name": "Acme Retail Chain", "organization_id": "org_123456", "google_state": "VERIFIED", "created_at": 1698765432000, "country_codes": [ "US", "CA" ], "number_of_locations": 45, "unique_categories": [ "gcid:clothing_store", "gcid:shoe_store" ], "unique_additional_categories": [ "gcid:gift_shop", "gcid:accessories_store" ], "unique_attributes": [ "has_wheelchair_accessible_entrance", "has_wheelchair_accessible_parking_lot", "has_restroom" ] } }
Retrieve detailed information about a specific business profile account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the account to retrieve
Account details response
Indicates if the request was successful
Show child attributes