Nyehandel
  1. Pages
Nyehandel
  • Introduction
  • Getting started
  • Webhooks
  • API Reference
  • Order
    • Get order
      GET
    • Get orders
      GET
    • Create order
      POST
    • Deliver order
      POST
  • Shipping Method
    • Get Shipping methods
      GET
  • Product
    • Relation between products and variants
    • Get products
      GET
    • Update products batch
      PUT
    • Create products batch
      POST
    • Create product
      POST
    • Update product
      PUT
    • Create variant
      POST
    • Find product by sku or id
      GET
    • Delete product
      DELETE
  • Variant
    • Update variant batch
      PUT
    • Update variant
      PUT
    • Delete product variant
      DELETE
    • Find variant
      GET
  • Payment Method
    • Get Payment methods
  • Customer
    • Get Customer
    • Get Customers
    • Create Customer
  • Category
    • Create category
    • Update category
    • Get category
    • Delete category
    • Get categories
  • Currency
    • Get currencies
  • Headless
    • Pages
      • Get Page
        GET
      • Get Pages
        GET
    • Categories
      • Get Category
      • Get Pages
    • Startpage
      GET
    • System
      GET
  1. Pages

Get Page

Developing
GET
/headless/pages/{slug}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/headless/pages/'
Response Response Example
{}

Request

Path Params
slug
string 
required

Responses

🟢200Success
application/json
Body
object {0}
Previous
Get currencies
Next
Get Pages
Built with