Jicoo Developer Potal
    Jicoo Developer Potal
    • Create powerful apps with Jicoo's API
    • Quick start
    • Authentication
    • Errors
    • Versioning
    • Types
    • API Reference Overview
    • Guide
      • How to use webhook
      • How to use Account integration
    • Guide(Japanese)
      • アカウント連携の使い方
      • Webhookの使い方
      • ホストの優先度を更新する方法
    • API Reference
      • Jicoo API
      • Webhook Schema
        • Webhook schema
        • event property
        • createdAt property
        • object property
        • contact property
        • answers property
        • answers items property
        • tracking property
      • Booking
        • List Bookings
        • Get Booking
        • Cancel Booking
        • Reschedule Booking
        • Create Booking
        • Update Booking
        • Get Booking Contacts
      • Schedule
        • Update Schedule
        • Create Schedule
        • List Schedules
        • Delete Schedule
      • Availability
        • List User Availability Calendars
        • Get User Availability Calendar
      • Oraganization
        • User
          • List Organization Users
          • Delete Organization User
          • Get Organization User
          • Update Organization User
        • Invitation
          • Create Organiztion Invitation
          • List Organization Invitations
          • Get Organization Invitation
          • Delete Organiztion Invitation
        • Get Organization Team
      • Event Types
        • Get Event Type
        • List Event Types
        • List Event Type Hosts
        • Get Event Type Available Schedules
        • Account Integration
        • Update Event Type Host
        • Delete Event Type Host
        • Create Event Type Host

    Create powerful apps with Jicoo's API

    Overview#

    Welcome to the developer docs, the more advanced documentation covering how to build on top of Jicoo both in the codebase, by API and more. These guides will go into depth on how you can best integrate and extend Jicoo for your needs. Most of this documentation relates to the Jicoo API.

    Jicoo API#

    The Jicoo API is a REST-styled API that gives full control over the entire Jicoo platform by providing all the resources available to our customers, exposed as simple HTTP endpoints. The Jicoo API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

    API Server Specifications#

    The API supports HTTP versions 1, 1.1, and 2, although HTTP/2 is preferred. TLS versions 1.2 and 1.3 are supported, with resumption. All requests must be encoded as JSON with the Content-Type: application/json header. If not otherwise specified, responses from the Jicoo API, including errors, are encoded exclusively as JSON as well.

    Want to deep dive?#

    Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:
    Document
    Modified at 2023-08-11 03:16:23
    Next
    Quick start
    Built with