-
SEO Learning Center
Broaden your SEO knowledge with resources for all skill levels.
-
The Beginner's Guide to SEO
If you're brand new to SEO, start here.
-
SEO Q&A
Get answers from the Moz Community.
-
Free Downloads and More
Quick access to whitepapers, reports, guides, webinars, and case studies.
-
Help Hub
Learn how to use Moz products.
-
Community & Events
Connect with over 600k online marketers.
-
SEO Training
Instructor-led classes and seminars
Research Tools
Manage Location
Local > Account
Filter Account Custom Fields by Account
List all location custom fields for a given Moz Local Account ID.
JSON-RPC Method:
local.account.custom.field.filter.accountRequest
account_id
number
The account ID the custom field is attached to.
1{
2 "account_id": 123
3}Response
custom_fields
array
Location custom fields for the given account ID.
id
number
The ID of a local account custom field.
account_id
number
The account ID the custom field is attached to.
name
string
The name of a local account custom field.
1{
2 "custom_fields": [
3 {
4 "id": 456,
5 "account_id": 123,
6 "name": "Store Type"
7 },
8 {
9 "id": 789,
10 "account_id": 123,
11 "name": "Region"
12 }
13 ]
14}Example Code
Quota Usage
Does not require any quota.