GET
/
reviews
/
:id
curl \
-H "Authorization: Bearer API_KEY" \
-X GET https://api.ayrshare.com/api/reviews/AbFvOqmQJ4xMTl2mjZl0h83TcOj?platform=gmb
{
    "gmb": [
        {
            "created": "2023-07-11T21:23:57.707819Z",
            "rating": "FIVE", // Rating ONE, TWO, THREE, FOUR, FIVE
            "review": "Been a great experience - like the documentation, example coding, and help desk.",
            "reviewReply": {
                "reply": "Thank you for the great thoughts.",
                "updated": "2024-02-05T22:36:17.989625Z"
            },
            "reviewer": {
                "name": "Mads Max",
                "profile": "https://lh3.googleusercontent.com/a-/ALV-UjV-MlTLJh9CdosuaS"
            },
            "updated": "2023-07-11T21:23:57.707819Z"
        }
    ],
    "lastUpdated": "2024-02-05T23:27:03.147Z",
    "nextUpdate": "2024-02-05T23:38:03.147Z"
}
Available on Premium, Business, Enterprise plans.

Retrieve a single review. Currently only Google Business Profile reviews.

Header Parameters

Authorization
string
required
API Key of the Primary Profile.

Format: Authorization: Bearer API_KEY
Profile-Key
string
Profile Key of a User Profile.

Format: Profile-Key: PROFILE_KEY

Path Parameters

:id
string
required

The review ID.

Query Parameters

platform
string
required

Values: gmb

curl \
-H "Authorization: Bearer API_KEY" \
-X GET https://api.ayrshare.com/api/reviews/AbFvOqmQJ4xMTl2mjZl0h83TcOj?platform=gmb
{
    "gmb": [
        {
            "created": "2023-07-11T21:23:57.707819Z",
            "rating": "FIVE", // Rating ONE, TWO, THREE, FOUR, FIVE
            "review": "Been a great experience - like the documentation, example coding, and help desk.",
            "reviewReply": {
                "reply": "Thank you for the great thoughts.",
                "updated": "2024-02-05T22:36:17.989625Z"
            },
            "reviewer": {
                "name": "Mads Max",
                "profile": "https://lh3.googleusercontent.com/a-/ALV-UjV-MlTLJh9CdosuaS"
            },
            "updated": "2023-07-11T21:23:57.707819Z"
        }
    ],
    "lastUpdated": "2024-02-05T23:27:03.147Z",
    "nextUpdate": "2024-02-05T23:38:03.147Z"
}