Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Google API Key

Fancy Fields uses a Google API Key to authenticate requests with Google’s Places API. You can save and view your API key in the Fancy Fields Admin Console.

ENDPOINT

  GET 
/rest/fancyfields/1.0/apikey

RESPONSE

{
  "key": "AIzaSyAc3QyBN4Nr8B8xXWvhUQrA3zStw3xCfwi"
}

ENDPOINT

  PUT 
/rest/fancyfields/1.0/apikey

PAYLOAD

{
  "key": "AIzaSyAc3QyBN4Nr8B8xXWvhUQrA3zStw3xCfwi"
}

RESPONSE

{}

  • No labels