Skip to main content
GET
/
api
/
v1
/
local-seo
/
locations
/
{location_id}
/
analytics
/
report
Export Location Report
curl --request GET \
  --url http://localhost:8000/api/v1/local-seo/locations/{location_id}/analytics/report \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

location_id
string
required

Response

Successful Response