DevHub API Documentation
  • Introduction
  • Authentication
  • Errors
  • Getting started guides
    • Business-focused Sites
    • Location-focused Sites
    • Location pages and store locator with custom theme
    • Site publishing with site builder access
  • Code examples
    • Python
    • PHP
    • Perl
  • Best practices
    • Our unique IDs, versus yours
    • State and country codes
  • Core Resources
    • Sites
    • Businesses
    • Locations
    • Domains
    • Proxies
  • Content Resources
    • Pages
    • Content
    • Images
    • Files
    • Modules
    • Plugins
    • Themes
  • Logging and analytics
    • Analytics
    • Contact Logs
  • Single Sign On (SSO)
    • Introduction
    • Assigning a site's user
  • Live Preview API
    • What is the Live Preview API?
  • Advanced
    • Domain aliases
    • Language codes
    • Projects
    • Site Check
    • Traces
    • Webmail
  • Local Storage API
    • What is the Local Storage API?
  • Headless CMS
    • Locations search
  • Visitor Localization SDK
    • Visitor Localization SDK
Powered by GitBook
On this page

Was this helpful?

Authentication

Authentication is done via oauth using the one-legged approach. All requests sent to the API must be signed oauth requests using a provided oauth key and secret which is assigned to a particular partner or user.

Endpoint

The endpoint for the API is based on your private label configuration. An example is:

https://yourprivatelabel.cloudfrontend.net/api/v2/..

We only support JSON for serialization of data. You have to send Content-Type: application/json; when you're POSTing or PUTing data to the API

PreviousIntroductionNextErrors

Last updated 6 years ago

Was this helpful?