Through this endpoint, you can retrieve your brands.
Name | Method | Description | |
---|---|---|---|
/v1/getbrands | GET | This end-point will retrieve a list of brands nested under an agency on the Online Review Manager platform. |
You will recieve a success or error message. See sample success message below:
{ "status": "success", "message": { "brands": [ { "brand_id": 000001, "brand_name": "Demo Brand One", "address": "3940 Laurel Canyon Blvd Suite #568", "city": "Studio City", "state": "California", "country": "United States", "zip": "91604", "industry": "", "first_name": "Demo", "last_name": "Demo", "title": "Manager", "email": "orm1@demo.com", "phone": "(888) 888-8888", "url": null, "product": "ReviewNavigator™", "client_brand_id": "", "appid": "TEST394ea4a5846dc4e1b2985e00f9f31b51576eca11943feb4490bd588a7dd" } ] } }