curl --request GET \
--url http://localhost:8000/api/v1/local-seo/profiles \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"account_name": "<string>",
"locations": [
{
"id": "<string>",
"title": "<string>",
"storefront_address": {
"region_code": "<string>",
"language_code": "<string>",
"postal_code": "<string>",
"administrative_area": "<string>",
"locality": "<string>",
"sublocality": "<string>",
"address_lines": [
"<string>"
]
}
}
]
}
]curl --request GET \
--url http://localhost:8000/api/v1/local-seo/profiles \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"account_name": "<string>",
"locations": [
{
"id": "<string>",
"title": "<string>",
"storefront_address": {
"region_code": "<string>",
"language_code": "<string>",
"postal_code": "<string>",
"administrative_area": "<string>",
"locality": "<string>",
"sublocality": "<string>",
"address_lines": [
"<string>"
]
}
}
]
}
]The access token received from the authorization server in the OAuth 2.0 flow.
Optional specific Token ID