-
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
Lookup Account Custom Field
Lookup a specific custom field by ID for a Moz Local Account.
JSON-RPC Method:
local.account.custom.field.lookupRequest
account_id
number
The account ID the custom field is attached to.
id
number
The ID of a local account custom field.
1{
2 "account_id": 123,
3 "id": 456
4}Response
custom_field
object
Local Account Custom Field Object
1{
2 "custom_field": {
3 "id": 456,
4 "account_id": 123,
5 "name": "Store Type"
6 }
7}Example Code
Quota Usage
Does not require any quota.