Jump to Content
PouchCONNECT
API Reference
v1.0

Log InPouchCONNECT
API Reference
Log In
v1.0API Reference

Introduction

  • Getting Started with PouchCONNECT
  • Environments
  • Tutorial
    • Creating Your First App
    • Authentication
    • Review Process
    • Register for a Test Venue
    • Activate Integration For a Venue
    • Activate Webhooks

APIs

  • Bookings API
    • Create Bookingpost
    • Update Bookingput
    • Get Bookingget
    • Delete Bookingdel
    • CheckIn Bookingpost
    • CheckOut Bookingpost
    • Cancel Bookingpost
    • Create Booking Itemspost
    • Update Booking Itemput
    • Get Booking Itemsget
    • Delete Booking Itemdel
    • Create Booking Notespost
    • Update Booking Noteput
    • Get Booking Notesget
    • Delete Booking Notedel
    • Create Customerpost
    • Update Customerput
    • Get Booking Customersget
    • Get Taxesget
    • Get Payment Methodsget
    • Get Productsget
    • Get Categoriesget
  • Accounting API
  • Payments API

Webhook

  • Booking
  • Transaction

Specifications

  • Bookings
    • Booking
    • Booking Item
  • Customers
    • Customer
  • Tax
  • Payment Method
  • Product
  • Category
  • Transaction Type
Powered by 

Environments

Test Environment

CONNECT_WEBSITE: https://staging.connector.pouchnation.com
CONNECT_API: http://staging.api.pouchnation.com
OAUTH_URL: https://staging-auth-connector-pouchnation-com.auth.ap-southeast-1.amazoncognito.com
VENUE_WEBSITE: https://staging.venue.pouchnation.com/

Live Environment

CONNECT_WEBSITE: https://connect.pouchnation.com
CONNECT_API: http://api.connect.pouchnation.com
OAUTH_URL: https://auth-connect-pouchnation-com.auth.ap-southeast-1.amazoncognito.com
VENUE_WEBSITE: https://venue.pouchnation.com/

  • Table of Contents
    • Test Environment
    • Live Environment